Skip to content

Commit

Permalink
Merge pull request #1 from YourAcclaim/feature/IN-181-private-gem-reg…
Browse files Browse the repository at this point in the history
…istry

Use Github packages for private gem registry [IN-181]
  • Loading branch information
dleeman authored Sep 11, 2022
2 parents 6309847 + 1ceae21 commit caf9e81
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 caf9e81

Please sign in to comment.