@@ -6,19 +6,19 @@ Gem::Specification.new do |spec|
66 spec . name = "talkbox_api"
77 spec . version = TalkboxApi ::VERSION
88 spec . authors = [ "Glenn Trigg" ]
9- spec . email = [ "ggtrigg@gmail.com " ]
9+ spec . email = [ "ggt@glenntrigg.net " ]
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 = "A Ruby gem for interacting with the Talkbox API ."
12+ spec . description = "A Ruby gem for interacting with the Talkbox API (see https://talkbox.impactapp.com.au/api.html) "
13+ spec . homepage = "https://github.com/ImpactData/talkbox_api "
1414 spec . license = "MIT"
1515 spec . required_ruby_version = ">= 3.0.0"
1616
17- spec . metadata [ "allowed_push_host" ] = "TODO: Set to your gem server 'https://example.com'"
17+ # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
1818
1919 spec . metadata [ "homepage_uri" ] = spec . homepage
20- spec . metadata [ "source_code_uri" ] = "TODO: Put your gem's public repo URL here. "
21- spec . metadata [ "changelog_uri" ] = "TODO: Put your gem's CHANGELOG.md URL here. "
20+ # spec.metadata["source_code_uri"] = "https://github.com/ImpactData/talkbox_api "
21+ spec . metadata [ "changelog_uri" ] = "https://github.com/ImpactData/talkbox_api/blob/main/ 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.
0 commit comments