Browse Source

Improve gemspec metadata

main
Adrian Short 4 years ago
parent
commit
659bd9e99b
Signed by untrusted user: adrian GPG Key ID: 4B54F9AE91AB06BB
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      uk_planning_scraper.gemspec

+ 6
- 2
uk_planning_scraper.gemspec View File

@@ -7,10 +7,14 @@ Gem::Specification.new do |spec|
spec.name = "uk_planning_scraper"
spec.version = UKPlanningScraper::VERSION
spec.authors = ["Adrian Short"]
spec.email = 'rubygems@adrianshort.org'
spec.email = 'adrian@adrianshort.org'
spec.summary = %q{Scrape planning applications data from UK council websites.}
# spec.description = %q{TODO: Write a longer description or delete this line.}
spec.homepage = "https://github.com/adrianshort/uk_planning_scraper/"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "https://github.com/adrianshort/uk_planning_scraper/blob/master/CHANGELOG.md"

spec.licenses = ['LGPL-3.0']

spec.files = `git ls-files -z`.split("\x0").reject do |f|


Loading…
Cancel
Save