Browse Source

Fix metadata

tags/v0.1.1
Adrian Short 4 years ago
parent
commit
f197d7e26a
Signed by: adrian GPG Key ID: 4B54F9AE91AB06BB
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      merton_planning_formatter.gemspec

+ 2
- 2
merton_planning_formatter.gemspec View File

@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Adrian Short"]
spec.email = ["adrian@adrianshort.org"]

spec.summary = %q{Formats planning application descriptions/proposals nicely.}
spec.summary = %q{Format Merton Council planning application descriptions/proposals nicely.}
# spec.description = %q{TODO: Write a longer description or delete this line.}
spec.homepage = "https://github.com/adrianshort/merton_planning_formatter"
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "https://github.com/adrianshort/merton_planning_formatter/CHANGELOG.md"
spec.metadata["changelog_uri"] = "https://github.com/adrianshort/merton_planning_formatter/blob/master/CHANGELOG.md"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.


Loading…
Cancel
Save