Update gems, remove deprecated guard-ego

This commit is contained in:
Samuel Cochran 2012-03-22 11:43:42 +08:00
parent b0cce663f4
commit fb3e63e74c
3 changed files with 10 additions and 18 deletions

View File

@ -4,7 +4,6 @@ gemspec
group :guard do
gem 'guard'
gem 'guard-ego'
gem 'guard-compass'
gem 'guard-coffeescript'
end
@ -12,4 +11,4 @@ end
group :guard_mac do
gem 'rb-fsevent'
gem 'growl'
end
end

View File

@ -14,7 +14,7 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.0)
activesupport (3.2.2)
i18n (~> 0.6)
multi_json (~> 1.0)
chunky_png (1.2.5)
@ -26,42 +26,40 @@ GEM
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
daemons (1.1.6)
daemons (1.1.8)
eventmachine (0.12.10)
execjs (1.3.0)
multi_json (~> 1.0)
ffi (1.0.11)
fssm (0.2.8.1)
growl (1.0.3)
guard (1.0.0)
guard (1.0.1)
ffi (>= 0.5.0)
thor (~> 0.14.6)
guard-coffeescript (0.5.4)
guard-coffeescript (0.5.6)
coffee-script (>= 2.2.0)
guard (>= 0.8.3)
guard-compass (0.0.6)
compass (>= 0.10.5)
guard (>= 0.2.1)
guard-ego (0.0.1)
guard (>= 0.2.1)
haml (3.1.4)
i18n (0.6.0)
json (1.6.5)
mail (2.4.1)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.4)
mime-types (1.18)
multi_json (1.1.0)
polyglot (0.3.3)
rack (1.4.1)
rack-protection (1.2.0)
rack
rake (0.9.2.2)
rb-fsevent (0.4.3.1)
rb-fsevent (0.9.0)
rdoc (3.12)
json (~> 1.4)
sass (3.1.12)
sass (3.1.15)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
@ -90,7 +88,6 @@ DEPENDENCIES
guard
guard-coffeescript
guard-compass
guard-ego
mailcatcher!
rake
rb-fsevent

View File

@ -1,10 +1,6 @@
# Guardfile
# More info at https://github.com/guard/guard#readme
guard 'ego' do
watch 'Guardfile'
end
guard 'compass', :sass_dir => "public/stylesheets", :line_comments => false, :css_dir => "public/stylesheets" do
watch %r{^public/stylesheets/.+\.s[ac]ss}
end