http_signature 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad920771f621bd3462777e0eb8f9bbdeea23073a2ef2f6a6b7f28bc539ff981c
4
- data.tar.gz: 14ad2f375a92b2ee0a98d1d08b8eb4b8c53bf955d6a61074f84c8227de5606e8
3
+ metadata.gz: bcc1de3b03efae4926bf2dcbd2b8b6ee628691b6aa1044fbefe59f76dadb3264
4
+ data.tar.gz: f86411fa7e90f74067e74e38dbdbd75ab377a47a9a9cbef3b87289298bff8baf
5
5
  SHA512:
6
- metadata.gz: 07d414681a84629b24484340d72913df7b0611fc8cb637f0e1e5f8d83a6d65e95fb6070ebfd60830ba7b504e4339f7b10c4ec16a1e37f1aa353bdeb00f88ee39
7
- data.tar.gz: 5aad2434674f6a8b26e6d30084ea9f06cbc12c4b70c22be4071356431aa30a15924707ff213164800adfc5729cbad32fddbda324e00a6e15bc3259356c568745
6
+ metadata.gz: 69ce187ea87533cde9ad1978217f9852eeb12159a78dd37369ccdff76f92cfd2815f99953d623456f98fde87f2013749c7ddbe38ab35e40a5b74a9cf53abd320
7
+ data.tar.gz: 6f67d20c2ee63cfc2a5f97014d738ec0dcd39533bf7f84d405823dfdf3464edc42ec986c66fc6de92d0f293171882690d55b3fa19bb799c139e641ea13918ac2
data/AGENTS.md CHANGED
@@ -18,3 +18,4 @@ Always run linters before commit
18
18
  - Update version number in lib/http_signature/version.rb
19
19
  - Run `bundle install`
20
20
  - Commit with message "Version x.x.x" and push
21
+ - Create release on github with correct version tag
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- http_signature (1.3.0)
4
+ http_signature (1.3.1)
5
5
  base64
6
6
  starry (~> 0.2)
7
7
 
@@ -47,7 +47,7 @@ GEM
47
47
  docile (1.4.1)
48
48
  drb (2.2.3)
49
49
  erubi (1.13.1)
50
- faraday (2.14.0)
50
+ faraday (2.14.1)
51
51
  faraday-net_http (>= 2.0, < 3.5)
52
52
  json
53
53
  logger
@@ -55,7 +55,7 @@ GEM
55
55
  net-http (~> 0.5)
56
56
  i18n (1.14.8)
57
57
  concurrent-ruby (~> 1.0)
58
- json (2.18.0)
58
+ json (2.18.1)
59
59
  language_server-protocol (3.17.0.5)
60
60
  lint_roller (1.1.0)
61
61
  logger (1.7.0)
@@ -76,7 +76,7 @@ GEM
76
76
  racc
77
77
  prism (1.7.0)
78
78
  racc (1.8.1)
79
- rack (3.2.4)
79
+ rack (3.2.5)
80
80
  rack-session (2.1.1)
81
81
  base64 (>= 0.1.0)
82
82
  rack (>= 3.0.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HTTPSignature
4
- VERSION = "1.3.0"
4
+ VERSION = "1.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_signature
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Larsson