Rakefile in barista-0.5.1 vs Rakefile in barista-0.6.0

- old
+ new

@@ -12,9 +12,15 @@ gem.email = "sutto@sutto.net" gem.homepage = "http://github.com/Sutto/barista" gem.version = Barista::Version::STRING gem.authors = ["Darcy Laycock"] gem.add_dependency 'open4' + gem.add_dependency 'railties', '~> 3.0' + + gem.add_development_dependency 'rspec', '~> 2.0.0.beta.22' + gem.add_development_dependency 'rr', '~> 1.0' + gem.add_development_dependency 'therubyracer' + end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end