@@ -8,17 +8,17 @@ Gem::Specification.new do |spec|
88 spec . authors = [ "Kang-Kyu Lee" ]
99 spec . email = [ "kangkyu1111@gmail.com" ]
1010
11- spec . summary = "TODO: Write a short summary, because RubyGems requires one ."
12- spec . description = "TODO: Write a longer description or delete this line ."
13- spec . homepage = "TODO: Put your gem's website or public repo URL here. "
11+ spec . summary = "Google Slides API client ."
12+ spec . description = "Allows to modify a Google Slides file by API requests ."
13+ spec . homepage = "https://github.com/lininglink/gslide "
1414 spec . license = "MIT"
1515 spec . required_ruby_version = ">= 3.1.0"
1616
1717 spec . metadata [ "allowed_push_host" ] = "TODO: Set to your gem server 'https://example.com'"
1818
1919 spec . metadata [ "homepage_uri" ] = spec . homepage
2020 spec . metadata [ "source_code_uri" ] = "https://github.com/lininglink/gslide"
21- spec . metadata [ "changelog_uri" ] = "TODO: Put your gem's CHANGELOG.md URL here. "
21+ spec . metadata [ "changelog_uri" ] = "https://github.com/lininglink/gslide/blob/master/ CHANGELOG.md"
2222
2323 # Specify which files should be added to the gem when it is released.
2424 # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -35,7 +35,4 @@ Gem::Specification.new do |spec|
3535
3636 # Uncomment to register a new dependency of your gem
3737 # spec.add_dependency "example-gem", "~> 1.0"
38-
39- # For more information and examples about making a new gem, check out our
40- # guide at: https://bundler.io/guides/creating_gem.html
4138end
0 commit comments