Skip to content

Commit

Permalink
📝 update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaGoto committed Nov 28, 2022
1 parent aaf2e86 commit b25c4ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ika3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Gem::Specification.new do |spec|

spec.summary = "いか3"
spec.description = "いか3"
spec.homepage = "http://example.com"
spec.homepage = "https://github.com/YutaGoto/ika3"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"

spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "http://example.com"
spec.metadata["source_code_uri"] = "https://github.com/YutaGoto/ika3"

# 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.
Expand Down

0 comments on commit b25c4ec

Please sign in to comment.