mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add rake and systemu to Gemfile
This commit is contained in:
parent
7cf3653cb4
commit
4b3d7e4cdd
2 changed files with 6 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue