statosio.gemspec in statosio-0.3.4 vs statosio.gemspec in statosio-0.3.5
- old
+ new
@@ -8,18 +8,18 @@
spec.authors = ["a6b8"]
spec.email = ["hello13plus4.com"]
spec.summary = "Statosio generate charts in a .svg format."
spec.description = "Statosio generate charts in a .svg format. Works with prawn-svg to generate .pdf documents."
- spec.homepage = "https://d3.statoiso.com"
+ spec.homepage = "https://d3.statosio.com"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.4.0"
spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["homepage_uri"] = spec.homepage
- spec.metadata["source_code_uri"] = "https://d3.statoiso.com"
- spec.metadata["changelog_uri"] = "https://d3.statoiso.com"
+ spec.metadata["source_code_uri"] = "https://github.com/a6b8/statosio.rb"
+ spec.metadata["changelog_uri"] = "https://github.com/a6b8/statosio.rb/releases"
# 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)/}) }