rails_helper.gemspec in rails_helper-1.1.0 vs rails_helper.gemspec in rails_helper-1.2.0
- old
+ new
@@ -1,11 +1,11 @@
## rails_helper.gemspec
#
Gem::Specification::new do |spec|
spec.name = "rails_helper"
- spec.version = "1.1.0"
+ spec.version = "1.2.0"
spec.platform = Gem::Platform::RUBY
spec.summary = "rails_helper"
spec.description = "description: rails_helper kicks the ass"
spec.files =
@@ -17,9 +17,11 @@
spec.test_files = nil
spec.add_dependency(*["rails_current", " >= 1.0"])
+
+ spec.add_dependency(*["rails_default_url_options", " >= 1.0"])
spec.extensions.push(*[])
spec.rubyforge_project = "codeforpeople"