combustion.gemspec in combustion-0.5.3 vs combustion.gemspec in combustion-0.5.4

- old
+ new

@@ -1,9 +1,9 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'combustion' - s.version = '0.5.3' + s.version = '0.5.4' s.authors = ['Pat Allan'] s.email = ['pat@freelancing-gods.com'] s.homepage = 'https://github.com/pat/combustion' s.summary = 'Elegant Rails Engine Testing' s.description = 'Test your Rails Engines without needing a full Rails app' @@ -17,6 +17,10 @@ s.require_paths = ['lib'] s.add_runtime_dependency 'activesupport', '>= 3.0.0' s.add_runtime_dependency 'railties', '>= 3.0.0' s.add_runtime_dependency 'thor', '>= 0.14.6' + + s.add_development_dependency 'rails' + s.add_development_dependency 'sqlite3' + s.add_development_dependency 'rspec' end