Skip to content

Commit

Permalink
Add blog gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Ozgur OZKAN committed Mar 21, 2014
1 parent 27932f2 commit 10ace41
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@ gem 'middleman-deploy', '~> 0.2.3'
# For faster file watcher updates on Windows:
gem 'wdm', '~> 0.1.0', :platforms => [:mswin, :mingw]

gem 'bootstrap-sass', '~> 3.1.1.0'
gem 'bootstrap-sass', '~> 3.1.1.0'

gem 'middleman-blog', '~> 3.5.1'
gem 'middleman-syntax'
gem 'redcarpet'

# For feed.xml.builder
gem 'builder', '~> 3.0'
20 changes: 20 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ GEM
activesupport (3.2.17)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.5)
atomic (1.1.16)
bootstrap-sass (3.1.1.0)
sass (~> 3.2)
builder (3.2.2)
chunky_png (1.3.0)
coffee-script (2.2.0)
coffee-script-source
Expand Down Expand Up @@ -44,6 +47,10 @@ GEM
middleman-sprockets (>= 3.1.2)
sass (>= 3.1.20)
uglifier (~> 2.4.0)
middleman-blog (3.5.2)
addressable (~> 2.3.5)
middleman-core (~> 3.2)
tzinfo (>= 0.3.0)
middleman-core (3.2.2)
activesupport (~> 3.2.6)
bundler (~> 1.1)
Expand All @@ -67,6 +74,9 @@ GEM
sprockets (~> 2.1)
sprockets-helpers (~> 1.0.0)
sprockets-sass (~> 1.0.0)
middleman-syntax (2.0.0)
middleman-core (~> 3.2)
rouge (~> 1.0)
multi_json (1.9.2)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
Expand All @@ -82,6 +92,8 @@ GEM
ffi (>= 0.5.0)
rb-kqueue (0.2.2)
ffi (>= 0.5.0)
redcarpet (3.1.1)
rouge (1.3.3)
sass (3.2.17)
sprockets (2.12.0)
hike (~> 1.2)
Expand All @@ -94,7 +106,11 @@ GEM
sprockets (~> 2.0)
tilt (~> 1.1)
thor (0.18.1)
thread_safe (0.2.0)
atomic (>= 1.1.7, < 2)
tilt (1.4.1)
tzinfo (1.1.0)
thread_safe (~> 0.1)
uglifier (2.4.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
Expand All @@ -104,7 +120,11 @@ PLATFORMS

DEPENDENCIES
bootstrap-sass (~> 3.1.1.0)
builder (~> 3.0)
middleman (~> 3.2.2)
middleman-blog (~> 3.5.1)
middleman-deploy (~> 0.2.3)
middleman-livereload (~> 3.1.0)
middleman-syntax
redcarpet
wdm (~> 0.1.0)

0 comments on commit 10ace41

Please sign in to comment.