Skip to content

Commit 4a95410

Browse files
committed
Prepare 1.0 release
1 parent d55c74e commit 4a95410

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

code_manifest.gemspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ Gem::Specification.new do |spec|
1313
spec.homepage = "https://github.com/rubyatscale/code_manifest"
1414
spec.required_ruby_version = Gem::Requirement.new(">= 2.7")
1515

16-
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
17-
1816
spec.metadata["homepage_uri"] = spec.homepage
1917
spec.metadata["source_code_uri"] = "https://github.com/rubyatscale/code_manifest"
20-
spec.metadata["changelog_uri"] = "https://github.com/rubyatscale/code_manifest/blob/main/CHANGLOG.md"
18+
spec.metadata["changelog_uri"] = "https://github.com/rubyatscale/code_manifest/blob/main/releases"
2119

22-
spec.files = Dir["VERSION", "CHANGELOG.md", "LICENSE.txt", "README.md", "lib/**/*", "bin/**/*"]
23-
spec.bindir = "exe"
24-
spec.executables = Dir["exe/*"].map { |exe| File.basename(exe) }
20+
spec.files = Dir["README.md", "lib/**/*"]
2521
spec.require_paths = ["lib"]
2622

2723
# Uncomment to register a new dependency of your gem

0 commit comments

Comments
 (0)