Skip to content

Commit

Permalink
Release to rubygems automatically (#35)
Browse files Browse the repository at this point in the history
* add initial release action

* remove unused file
  • Loading branch information
melvinsembrano authored May 23, 2022
1 parent 625895a commit 9729b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ test/dummy/tmp/
.DS_Store
.byebug_history
.ruby-version
*.gem
2 changes: 1 addition & 1 deletion lockie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata)
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
spec.metadata["allowed_push_host"] = "https://rubygems.org"
else
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
Expand Down

0 comments on commit 9729b95

Please sign in to comment.