Gemfile in staticise-0.5.10 vs Gemfile in staticise-0.6.0

- old
+ new

@@ -3,10 +3,15 @@ gem 'haml' gem 'sass' gem 'coffee-script' gem 'commander' + gem 'listen' + +gem 'guard' +gem 'guard-coffeescript' +gem 'guard-sass' require 'rbconfig' gem 'wdm', '>= 0.1.0' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i # Add dependencies to develop your gem here.