motherplate-rails.gemspec in motherplate-rails-0.0.1 vs motherplate-rails.gemspec in motherplate-rails-0.0.2
- old
+ new
@@ -16,10 +16,10 @@
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
- spec.add_development_dependency "bundler", "~> 1.3"
- spec.add_runtime_dependency 'compass-rails', '~> 1.1', '>= 1.1.7'
- spec.add_runtime_dependency 'railties', '~> 3.1', '>= 3.1.0'
+ spec.add_development_dependency 'bundler', '~> 1.3'
+ spec.add_runtime_dependency 'compass-rails'
+ spec.add_runtime_dependency 'railties', '>= 3.1.0'
spec.add_development_dependency 'rake', '~> 0'
end
\ No newline at end of file