rails_helper.gemspec in rails_helper-1.3.0 vs rails_helper.gemspec in rails_helper-2.0.0

- old
+ new

@@ -1,13 +1,14 @@ ## rails_helper.gemspec # Gem::Specification::new do |spec| spec.name = "rails_helper" - spec.version = "1.3.0" + spec.version = "2.0.0" spec.platform = Gem::Platform::RUBY spec.summary = "rails_helper" spec.description = "description: rails_helper kicks the ass" + spec.license = "Ruby" spec.files = ["README.md", "Rakefile", "lib", "lib/rails_helper.rb", "rails_helper.gemspec"] spec.executables = []