linzer 0.7.9.beta2 → 0.7.9.beta3

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.9.beta2
4
+ version: 0.7.9.beta3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Landaeta
@@ -182,10 +182,14 @@ files:
182
182
  - examples/sinatra/myapp.rb
183
183
  - flake.lock
184
184
  - flake.nix
185
+ - lib/faraday/http_signature.rb
186
+ - lib/faraday/http_signature/middleware.rb
185
187
  - lib/linzer.rb
186
188
  - lib/linzer/common.rb
187
189
  - lib/linzer/ecdsa.rb
188
190
  - lib/linzer/ed25519.rb
191
+ - lib/linzer/faraday.rb
192
+ - lib/linzer/faraday/utils.rb
189
193
  - lib/linzer/helper.rb
190
194
  - lib/linzer/hmac.rb
191
195
  - lib/linzer/http.rb
@@ -197,6 +201,8 @@ files:
197
201
  - lib/linzer/message.rb
198
202
  - lib/linzer/message/adapter.rb
199
203
  - lib/linzer/message/adapter/abstract.rb
204
+ - lib/linzer/message/adapter/faraday/request.rb
205
+ - lib/linzer/message/adapter/faraday/response.rb
200
206
  - lib/linzer/message/adapter/generic/request.rb
201
207
  - lib/linzer/message/adapter/generic/response.rb
202
208
  - lib/linzer/message/adapter/http_gem/common.rb