Skip to content

Commit 866bb3a

Browse files
Make gemspec valid and remove optional TODOs
1 parent 4e8891a commit 866bb3a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

cortex.gemspec

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,10 @@ Gem::Specification.new do |spec|
77
spec.version = Cortex::VERSION
88
spec.authors = ['BetterUp Developers']
99

10-
spec.summary = 'TODO: Write a short summary, because RubyGems requires one.'
11-
spec.description = 'TODO: Write a longer description or delete this line.'
12-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
10+
spec.summary = 'Ruby client for Cortex API'
1311
spec.license = 'MIT'
1412
spec.required_ruby_version = '>= 3.0.0'
1513

16-
spec.metadata['allowed_push_host'] = "TODO: Set to your gem server 'https://example.com'"
17-
18-
spec.metadata['homepage_uri'] = spec.homepage
19-
spec.metadata['source_code_uri'] = "TODO: Put your gem's public repo URL here."
20-
spec.metadata['changelog_uri'] = "TODO: Put your gem's CHANGELOG.md URL here."
21-
2214
# Specify which files should be added to the gem when it is released.
2315
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
2416
gemspec = File.basename(__FILE__)

0 commit comments

Comments
 (0)