Rakefile in coherent-0.2.0 vs Rakefile in coherent-0.2.1

- old
+ new

@@ -10,10 +10,11 @@ gem.email = "jeff@metrocat.org" gem.homepage = "http://coherentjs.org" gem.authors = ["Jeff Watkins"] gem.files= Dir['lib/**/*', 'app_generators/**/*', 'generators/**/*', 'bin/*', '[A-Za-z]*', 'vendor/**/*'] gem.files.reject! { |f| File.directory?(f) } - gem.add_dependency('distil', '>= 0.8.0') + gem.add_dependency('distil', '>= 0.8.4') + gem.add_dependency('rubigen', '>= 1.5.2') # gem.extensions= ['vendor/extconf.rb'] # gem.add_development_dependency "thoughtbot-shoulda", ">= 0" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end