Skip to content

Commit

Permalink
Use Github packages for private gem registry [IN-181]
Browse files Browse the repository at this point in the history
Updated gemspec to specify Github RubyGems package registry as allowed
push host and updated gem version to reflect the change
  • Loading branch information
dleeman committed Jul 15, 2022
1 parent 6309847 commit 1ceae21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/signature/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Signature
VERSION = "0.1.8"
VERSION = "0.1.9"
end
3 changes: 3 additions & 0 deletions signature.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Gem::Specification.new do |s|
s.summary = %q{Simple key/secret based authentication for apis}
s.description = %q{Simple key/secret based authentication for apis}


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

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit 1ceae21

Please sign in to comment.