Skip to content

Commit

Permalink
[METCASH-2] Allow gem to be pushed to paywith registry (#28)
Browse files Browse the repository at this point in the history
* Fix allowed push hosts and bump patch

Signed-off-by: Luiz Bosso <[email protected]>

* trigger ci

Signed-off-by: Luiz Bosso <[email protected]>

---------

Signed-off-by: Luiz Bosso <[email protected]>
  • Loading branch information
fernando-bosso authored Jun 11, 2024
1 parent 80a8d45 commit 683b5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion activemerchant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.files = Dir['CHANGELOG', 'README.md', 'MIT-LICENSE', 'CONTRIBUTORS', 'lib/**/*', 'vendor/**/*']
s.require_path = 'lib'

s.metadata['allowed_push_host'] = 'https://rubygems.org'
s.metadata["allowed_push_host"] = "https://rubygems.pkg.github.com/paywith"

s.has_rdoc = true if Gem::VERSION < '1.7.0'

Expand Down
2 changes: 1 addition & 1 deletion lib/active_merchant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveMerchant
VERSION = '1.135.0'
VERSION = '1.135.1'
end

0 comments on commit 683b5df

Please sign in to comment.