barista.gemspec in barista-0.4.3 vs barista.gemspec in barista-0.5.0

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{barista} - s.version = "0.4.3" + s.version = "0.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Darcy Laycock"] s.date = %q{2010-07-18} s.description = %q{Automatically compiles app/scripts/*.coffee to javascript for rails awesomesauce.} @@ -27,10 +27,11 @@ "config/routes.rb", "lib/barista.rb", "lib/barista/compiler.rb", "lib/barista/filter.rb", "lib/barista/framework.rb", + "lib/barista/hooks.rb", "lib/barista/tasks/barista.rake", "lib/barista/version.rb", "lib/generators/barista_install/USAGE", "lib/generators/barista_install/barista_install_generator.rb", "lib/generators/barista_install/templates/initializer.rb" @@ -44,11 +45,14 @@ if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q<open4>, [">= 0"]) else + s.add_dependency(%q<open4>, [">= 0"]) end else + s.add_dependency(%q<open4>, [">= 0"]) end end