Skip to content

Commit

Permalink
Point gemspec to rubygems (#9)
Browse files Browse the repository at this point in the history
This is no longer private and we intend to publish this in rubygems, so
I updated `allowed_push_host` to be `rubygems.org`. I figure then we'll
be able to `bundle exec rake release` and get 2.2.0. lmk if I'm missing
any other steps!
  • Loading branch information
argvniyx-enroute committed Mar 22, 2024
1 parent aa1da89 commit 187b0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion with_transactional_lock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.summary = "Transactional advisory locks for ActiveRecord"
s.description = "Advisory locking support for MySQL and Postgresql done right."
s.license = "MIT"
s.metadata['allowed_push_host'] = 'https://rubygems.pkg.github.com/betterment'
s.metadata['allowed_push_host'] = 'https://rubygems.org'
s.metadata['rubygems_mfa_required'] = 'true' # in case we ever use rubygems

s.files = Dir["lib/**/*", "LICENSE", "Rakefile", "README.md"]
Expand Down

0 comments on commit 187b0ef

Please sign in to comment.