Skip to content

Commit

Permalink
add more metadata to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MidAutumnMoon committed Sep 4, 2024
1 parent 3dbeca6 commit 230301a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
reinbow (1.0.0)
reinbow (1.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/reinbow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module Reinbow

VERSION = "1.0.0"
VERSION = "1.1.0"

refine String do
Painter.instance_methods( false ).each do |name|
Expand Down
2 changes: 2 additions & 0 deletions reinbow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Gem::Specification.new do |spec|

spec.metadata = {
"rubygems_mfa_required" => "true",
"homepage_uri" => spec.homepage,
"source_code_uri" => spec.homepage,
}

spec.files = Dir[
Expand Down

0 comments on commit 230301a

Please sign in to comment.