1
0
Fork 0
forked from wezm/wezm.net

Add rake and systemu to Gemfile

This commit is contained in:
Wesley Moore 2012-10-29 20:54:29 +11:00
parent 7cf3653cb4
commit 4b3d7e4cdd
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
source :rubygems source :rubygems
gem 'rake'
gem 'mime-types' gem 'mime-types'
gem 'nanoc' gem 'nanoc'
gem 'bitly' gem 'bitly'
@ -13,3 +14,4 @@ gem 'rb-fsevent'
gem 'guard' gem 'guard'
gem 'guard-nanoc' gem 'guard-nanoc'
gem 'growl' gem 'growl'
gem 'systemu'

View file

@ -50,11 +50,13 @@ GEM
method_source (~> 0.8) method_source (~> 0.8)
slop (~> 3.3.1) slop (~> 3.3.1)
rack (1.4.1) rack (1.4.1)
rake (0.9.2.2)
rb-fsevent (0.9.2) rb-fsevent (0.9.2)
rdiscount (1.6.8) rdiscount (1.6.8)
rubypants (0.2.0) rubypants (0.2.0)
sass (3.2.1) sass (3.2.1)
slop (3.3.3) slop (3.3.3)
systemu (2.5.2)
thor (0.16.0) thor (0.16.0)
PLATFORMS PLATFORMS
@ -70,7 +72,9 @@ DEPENDENCIES
mime-types mime-types
nanoc nanoc
nokogiri nokogiri
rake
rb-fsevent rb-fsevent
rdiscount rdiscount
rubypants rubypants
sass sass
systemu