Skip to content

Commit 8ed71c8

Browse files
committed
Update gemspec and version.
1 parent 3108775 commit 8ed71c8

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/pkg/
77
/spec/reports/
88
/tmp/
9+
talkbox_api*.gem

lib/talkbox_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TalkboxApi
4-
VERSION = "0.1.0"
4+
VERSION = "1.0.0"
55
end

talkbox_api.gemspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)