Skip to content

Commit

Permalink
Merge pull request #2 from dvla/homepage-in-gemspec
Browse files Browse the repository at this point in the history
Add homepage to gemspec
  • Loading branch information
mjrisaac authored Feb 6, 2024
2 parents 7ec5f8c + 61f3015 commit e996a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lib/postman_paf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PostmanPAF
VERSION = '0.3.0'
VERSION = '0.3.1'
end
15 changes: 1 addition & 14 deletions postman_paf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,17 @@ Gem::Specification.new do |spec|
aim to resemble addresses returned by Royal Mail Find a PostCode as accurately as possible: https://www.royalmail.com/find-a-postcode.
DESCRIPTION

# spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.homepage = 'https://github.com/dvla/postman-paf'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.0'

# spec.metadata["allowed_push_host"] = "TODO: Set to 'https://mygemserver.com'"

# spec.metadata['homepage_uri'] = spec.homepage
# spec.metadata['source_code_uri'] = "TODO: Put your gem's public repo URL here."
# spec.metadata['changelog_uri'] = "TODO: Put your gem's CHANGELOG.md URL here."

# 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.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"

# For more information and examples about making a new gem, checkout our
# guide at: https://bundler.io/guides/creating_gem.html
spec.add_development_dependency 'bundler-audit', '~> 0.9'
spec.add_development_dependency 'hash_miner', '~> 1.1'
spec.add_development_dependency 'pry', '~> 0.14'
Expand Down

0 comments on commit e996a58

Please sign in to comment.