nested_lookup.gemspec in nested_lookup-0.2.1 vs nested_lookup.gemspec in nested_lookup-0.3.0

- old
+ new

@@ -9,20 +9,19 @@ spec.authors = ["Ramesh RV"] spec.email = ["rameshrvr@outlook.com"] spec.summary = %q{Ruby gem which enables key/value lookups on deeply nested documents (Arrays and Hashes)} spec.description = %q{A small ruby library which enables key/value lookups on deeply nested documents (Arrays and Hashes)} - spec.homepage = "https://github.com/rameshrvr/nested_lookup" + spec.homepage = 'https://rubygems.org/gems/nested_lookup' spec.license = "MIT" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. if spec.respond_to?(:metadata) spec.metadata["allowed_push_host"] = 'https://rubygems.org' spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = 'https://github.com/rameshrvr/nested_lookup' - spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here." else raise "RubyGems 2.0 or newer is required to protect against " \ "public gem pushes." end