Skip to content

Commit

Permalink
Prepare 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tubaxenor committed Sep 20, 2022
1 parent d55c74e commit 4a95410
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions code_manifest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/rubyatscale/code_manifest"
spec.required_ruby_version = Gem::Requirement.new(">= 2.7")

spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/rubyatscale/code_manifest"
spec.metadata["changelog_uri"] = "https://github.com/rubyatscale/code_manifest/blob/main/CHANGLOG.md"
spec.metadata["changelog_uri"] = "https://github.com/rubyatscale/code_manifest/blob/main/releases"

spec.files = Dir["VERSION", "CHANGELOG.md", "LICENSE.txt", "README.md", "lib/**/*", "bin/**/*"]
spec.bindir = "exe"
spec.executables = Dir["exe/*"].map { |exe| File.basename(exe) }
spec.files = Dir["README.md", "lib/**/*"]
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
Expand Down

0 comments on commit 4a95410

Please sign in to comment.