Skip to content

Commit

Permalink
Aktualizace gemspec souboru
Browse files Browse the repository at this point in the history
  • Loading branch information
bkutil committed Jun 9, 2019
1 parent e25daf1 commit 1767806
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions libtooz-vat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@ Gem::Specification.new do |spec|
spec.authors = ["Balazs Kutil"]
spec.email = ["[email protected]"]

spec.summary = %q{TODO: Write a short summary, because RubyGems requires one.}
spec.description = %q{TODO: Write a longer description or delete this line.}
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.summary = %q{Computes VAT rates for European countries}
spec.homepage = "https://github.com/bkutil/libtooz-vat"
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"] = "TODO: Set to 'http://mygemserver.com'"

spec.metadata["allowed_push_host"] = ""
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."
else
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
Expand Down

0 comments on commit 1767806

Please sign in to comment.