File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,10 @@ Gem::Specification.new do |spec|
7
7
spec . version = Cortex ::VERSION
8
8
spec . authors = [ 'BetterUp Developers' ]
9
9
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'
13
11
spec . license = 'MIT'
14
12
spec . required_ruby_version = '>= 3.0.0'
15
13
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
-
22
14
# Specify which files should be added to the gem when it is released.
23
15
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
24
16
gemspec = File . basename ( __FILE__ )
You can’t perform that action at this time.
0 commit comments