Rakefile in barista-0.4.3 vs Rakefile in barista-0.5.0

- old
+ new

@@ -11,9 +11,10 @@ gem.description = %Q{Automatically compiles app/scripts/*.coffee to javascript for rails awesomesauce.} 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' end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end