Gemfile: add rb-inotify/rb-fsevent

This commit is contained in:
Jörg Thalheim 2013-03-18 15:42:24 +01:00
parent 9f2b982784
commit c1e48d074f
2 changed files with 34 additions and 31 deletions

View File

@ -4,7 +4,8 @@ gem "compass"
gem "middleman"
gem "middleman-smusher"
gem "middleman-livereload"
gem 'rb-inotify', require: false
gem 'rb-fsevent', require: false
gem "compass-holmes"
gem 'oily_png'
gem "sass"

View File

@ -1,7 +1,7 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.11)
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
chunky_png (1.2.7)
@ -15,38 +15,38 @@ GEM
sass (~> 3.1)
compass-holmes (0.1.1)
compass (>= 0.11)
em-websocket (0.4.0)
em-websocket (0.5.0)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.5.3)
eventmachine (1.0.0)
eventmachine (1.0.3)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.3.1)
ffi (1.4.0)
fssm (0.2.10)
haml (3.1.7)
haml (4.0.0)
tilt
hike (1.2.1)
http_parser.rb (0.5.3)
http_router (0.10.2)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
httpclient (2.3.2)
i18n (0.6.1)
json (1.7.6)
listen (0.5.3)
httpclient (2.3.3)
i18n (0.6.4)
json (1.7.7)
listen (0.7.3)
maruku (0.6.1)
syntax (>= 1.0.0)
middleman (3.0.11)
middleman-core (= 3.0.11)
middleman-more (= 3.0.11)
middleman-sprockets (~> 3.0.6)
middleman-core (3.0.11)
middleman (3.0.12)
middleman-core (= 3.0.12)
middleman-more (= 3.0.12)
middleman-sprockets (~> 3.0.8)
middleman-core (3.0.12)
activesupport (~> 3.2.6)
bundler (~> 1.1)
listen (~> 0.5.2)
listen (~> 0.7.3)
rack (~> 1.4.1)
rack-test (~> 0.6.1)
rb-fsevent (~> 0.9.1)
rb-inotify (~> 0.8.8)
rb-fsevent (~> 0.9.3)
thor (~> 0.15.4)
tilt (~> 1.3.1)
middleman-livereload (3.0.1)
@ -54,7 +54,7 @@ GEM
middleman-core (~> 3.0.2)
multi_json (~> 1.0)
rack-livereload
middleman-more (3.0.11)
middleman-more (3.0.12)
coffee-script (~> 2.2.0)
coffee-script-source (~> 1.3.3)
compass (>= 0.12.2)
@ -62,20 +62,20 @@ GEM
haml (>= 3.1.6)
i18n (~> 0.6.0)
maruku (~> 0.6.0)
middleman-core (= 3.0.11)
middleman-core (= 3.0.12)
padrino-helpers (= 0.10.7)
sass (>= 3.1.20)
uglifier (~> 1.2.6)
middleman-smusher (3.0.0)
middleman (>= 3.0.0)
smusher (~> 0.4.9)
middleman-sprockets (3.0.6)
middleman-more (>= 3.0.1)
middleman-sprockets (3.0.9)
middleman-more (>= 3.0.11)
sprockets (~> 2.1, < 2.5)
sprockets-sass (~> 0.9.0)
multi_json (1.5.0)
oily_png (1.0.3)
chunky_png (~> 1.2.1)
sprockets-sass (~> 0.9.1)
multi_json (1.7.0)
oily_png (1.1.0)
chunky_png (~> 1.2.7)
padrino-core (0.10.7)
activesupport (~> 3.2.0)
http_router (~> 0.10.2)
@ -88,16 +88,16 @@ GEM
rack (1.4.5)
rack-livereload (0.3.11)
rack
rack-protection (1.3.2)
rack-protection (1.5.0)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (10.0.3)
rb-fsevent (0.9.3)
rb-inotify (0.8.8)
rb-inotify (0.9.0)
ffi (>= 0.5.0)
sass (3.2.5)
sinatra (1.3.4)
sass (3.2.7)
sinatra (1.3.6)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
@ -122,7 +122,7 @@ GEM
syntax (1.0.0)
temple (0.5.5)
thor (0.15.4)
tilt (1.3.3)
tilt (1.3.6)
uglifier (1.2.7)
execjs (>= 0.3.0)
multi_json (~> 1.3)
@ -140,6 +140,8 @@ DEPENDENCIES
middleman-smusher
oily_png
rake
rb-fsevent
rb-inotify
sass
slim
susy