updated gemspec

This commit is contained in:
Nigel Brookes-Thomas 2020-03-13 09:51:04 +00:00
parent 121720ca14
commit cc024e55a5
1 changed files with 6 additions and 6 deletions

View File

@ -8,17 +8,17 @@ Gem::Specification.new do |spec|
spec.authors = ['Nigel Brookes-Thomas'] spec.authors = ['Nigel Brookes-Thomas']
spec.email = ['nigel@brookes-thomas.co.uk'] spec.email = ['nigel@brookes-thomas.co.uk']
spec.summary = 'Proxy service for Roda' spec.summary = 'Reverse proxy plugin for Roda'
spec.description = 'Roda proxy service' spec.description = 'A very simple reverse proxy for Roda'
spec.homepage = 'http://foo.bar' spec.homepage = 'https://github.com/BillyRuffian/roda-proxy'
spec.license = 'MIT' spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0') spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'" spec.metadata['allowed_push_host'] = 'https://rubygems.org'
spec.metadata['homepage_uri'] = spec.homepage spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'http://foo.bar' spec.metadata['source_code_uri'] = 'https://github.com/BillyRuffian/roda-proxy'
spec.metadata['changelog_uri'] = 'http://foo.bar' spec.metadata['changelog_uri'] = 'https://github.com/BillyRuffian/roda-proxy'
# Specify which files should be added to the gem when it is released. # 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. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.