Skip to content

Commit

Permalink
Added gem license to the metadata (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk authored Feb 1, 2023
1 parent 31091d3 commit f7fdac5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/packs/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Packs
module Rails
VERSION = "0.0.1".freeze
VERSION = "0.0.2".freeze
end
end
7 changes: 4 additions & 3 deletions packs-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Gem::Specification.new do |spec|

spec.summary = "A Rails helper to package your code."
spec.description = "packs-rails establishes and implements a set of conventions for splitting up large monoliths."
spec.homepage = "https://github.com/Gusto/packs-rails"
spec.homepage = "https://github.com/rubyatscale/packs-rails"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.7")

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/Gusto/packs-rails"
spec.metadata["changelog_uri"] = "https://github.com/Gusto/packs-rails/blob/main/CHANGELOG.md"
spec.metadata["source_code_uri"] = "https://github.com/rubyatscale/packs-rails"
spec.metadata["changelog_uri"] = "https://github.com/rubyatscale/packs-rails/releases"

spec.files = Dir["VERSION", "CHANGELOG.md", "LICENSE.txt", "README.md", "lib/**/*", "bin/**/*"]
spec.bindir = "exe"
Expand Down

0 comments on commit f7fdac5

Please sign in to comment.