ory-oathkeeper-client 0.39.2 → 0.39.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +5 -5
  4. data/lib/ory-oathkeeper-client/api/api_api.rb +1 -1
  5. data/lib/ory-oathkeeper-client/api_client.rb +1 -1
  6. data/lib/ory-oathkeeper-client/api_error.rb +1 -1
  7. data/lib/ory-oathkeeper-client/configuration.rb +1 -1
  8. data/lib/ory-oathkeeper-client/models/get_well_known_json_web_keys500_response.rb +1 -1
  9. data/lib/ory-oathkeeper-client/models/health_not_ready_status.rb +1 -1
  10. data/lib/ory-oathkeeper-client/models/health_status.rb +1 -1
  11. data/lib/ory-oathkeeper-client/models/json_web_key.rb +1 -1
  12. data/lib/ory-oathkeeper-client/models/json_web_key_set.rb +1 -1
  13. data/lib/ory-oathkeeper-client/models/rule.rb +1 -1
  14. data/lib/ory-oathkeeper-client/models/rule_handler.rb +1 -1
  15. data/lib/ory-oathkeeper-client/models/rule_match.rb +1 -1
  16. data/lib/ory-oathkeeper-client/models/upstream.rb +1 -1
  17. data/lib/ory-oathkeeper-client/models/version.rb +1 -1
  18. data/lib/ory-oathkeeper-client/version.rb +2 -2
  19. data/lib/ory-oathkeeper-client.rb +1 -1
  20. data/ory-oathkeeper-client.gemspec +1 -1
  21. data/spec/api/api_api_spec.rb +1 -1
  22. data/spec/api_client_spec.rb +1 -1
  23. data/spec/configuration_spec.rb +1 -1
  24. data/spec/models/get_well_known_json_web_keys500_response_spec.rb +1 -1
  25. data/spec/models/health_not_ready_status_spec.rb +1 -1
  26. data/spec/models/health_status_spec.rb +1 -1
  27. data/spec/models/json_web_key_set_spec.rb +1 -1
  28. data/spec/models/json_web_key_spec.rb +1 -1
  29. data/spec/models/rule_handler_spec.rb +1 -1
  30. data/spec/models/rule_match_spec.rb +1 -1
  31. data/spec/models/rule_spec.rb +1 -1
  32. data/spec/models/upstream_spec.rb +1 -1
  33. data/spec/models/version_spec.rb +1 -1
  34. data/spec/spec_helper.rb +1 -1
  35. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
  36. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.5/gem_make.out +2 -2
  37. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
  38. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.4/gem_make.out +2 -2
  39. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.2/gem_make.out +2 -2
  40. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.2/mkmf.log +1 -1
  41. data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  42. data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  43. data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  44. data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.4/ext/psych/Makefile +2 -2
  45. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.2/ext/stringio/Makefile +2 -2
  46. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b8eac904fd1b9f9039035088b904269f1ff553158a23d7552fcce5928f97852
4
- data.tar.gz: 8362748248ea7985739c0370d1c8f74d1193a81c102642c66aaa3ab7b5e7dda1
3
+ metadata.gz: bc8b398aed3e602278736a414e6e7caf6e02bbb3fb6fdbd10fefc7a90fb4d113
4
+ data.tar.gz: 01c0351c0401c8f260e80c7ab2576ee8a7979208e968c45bdddc962190db5732
5
5
  SHA512:
6
- metadata.gz: c3f36f62b2e29806054c81e70dee3894883b9fce0ff1a852eb80fffd4d79a4a948765df2c66b84c5296eb2871988f266efb484811061da43a98f2d516decb297
7
- data.tar.gz: 7bfae4d78e78b26199d790b4c0c65c02692e60b1f87f5f5d605f79170a35dc36462ee77edb3ba7a37e707bd5c0fb575140f728d31a5e9be4fe564cd3a667fc95
6
+ metadata.gz: f0d9d4c0767df6caee4c32d3a3b24827782f56ba7c9896bf747f173e026e6b389f1bc49171b6dd278f97a92065b357a679ab875896df68e9dd53e6490a0760e1
7
+ data.tar.gz: 635846be0016aeaa284676c3a1724804922e552b9eb43ec28438782154f4289ea840533994e35a7945f402b6791271188e3c57ac93c55654925c2a1ca96909d0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-oathkeeper-client (0.39.2)
4
+ ory-oathkeeper-client (0.39.4)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -6,8 +6,8 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validit
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: v0.39.2
10
- - Package version: v0.39.2
9
+ - API version: v0.39.4
10
+ - Package version: v0.39.4
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://www.ory.am](https://www.ory.am)
13
13
 
@@ -24,16 +24,16 @@ gem build ory-oathkeeper-client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ory-oathkeeper-client-v0.39.2.gem
27
+ gem install ./ory-oathkeeper-client-v0.39.4.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ory-oathkeeper-client-v0.39.2.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ory-oathkeeper-client-v0.39.4.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ory-oathkeeper-client', '~> v0.39.2'
36
+ gem 'ory-oathkeeper-client', '~> v0.39.4'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: 0.39.2
6
+ The version of the OpenAPI document: 0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1
11
11
  =end
12
12
 
13
13
  module OryOathkeeperClient
14
- VERSION = '0.39.2'
14
+ VERSION = '0.39.4'
15
15
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
7
7
 
8
- The version of the OpenAPI document: v0.39.2
8
+ The version of the OpenAPI document: v0.39.4
9
9
  Contact: hi@ory.am
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
data/spec/spec_helper.rb CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.
5
5
 
6
- The version of the OpenAPI document: v0.39.2
6
+ The version of the OpenAPI document: v0.39.4
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.1
@@ -1,5 +1,5 @@
1
1
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
2
- /usr/bin/ruby2.5 -r ./siteconf20220818-4467-2vadnx.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220831-4529-1qcpqmg.rb extconf.rb
3
3
  creating Makefile
4
4
 
5
5
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
@@ -16,4 +16,4 @@ linking shared-object byebug/byebug.so
16
16
 
17
17
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
18
18
  make "DESTDIR=" install
19
- /usr/bin/install -c -m 0755 byebug.so ./.gem.20220818-4467-foc2pn/byebug
19
+ /usr/bin/install -c -m 0755 byebug.so ./.gem.20220831-4529-z2yze/byebug
@@ -1,5 +1,5 @@
1
1
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c
2
- /usr/bin/ruby2.5 -r ./siteconf20220818-4467-sn76tv.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220831-4529-rxkro.rb extconf.rb
3
3
  /usr/lib/ruby/2.5.0/mkmf.rb:1554: warning: Insecure world writable dir /go/bin in PATH, mode 040777
4
4
  checking for ffi_prep_closure_loc() in -lffi... yes
5
5
  checking for ffi_prep_cif_var()... yes
@@ -41,4 +41,4 @@ linking shared-object ffi_c.so
41
41
 
42
42
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c
43
43
  make "DESTDIR=" install
44
- /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20220818-4467-uoc3fk
44
+ /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20220831-4529-ztd81u
@@ -1,5 +1,5 @@
1
1
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
2
- /usr/bin/ruby2.5 -r ./siteconf20220818-4467-10xy23x.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220831-4529-7hrm1q.rb extconf.rb
3
3
  creating Makefile
4
4
 
5
5
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
@@ -35,4 +35,4 @@ linking shared-object jaro_winkler/jaro_winkler_ext.so
35
35
 
36
36
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
37
37
  make "DESTDIR=" install
38
- /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20220818-4467-a3ecwz/jaro_winkler
38
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20220831-4529-xlgm09/jaro_winkler
@@ -1,5 +1,5 @@
1
1
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/psych-4.0.4/ext/psych
2
- /usr/bin/ruby2.5 -r ./siteconf20220818-4467-1dq6vah.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220831-4529-vfmli0.rb extconf.rb
3
3
  checking for yaml.h... no
4
4
  checking for _WIN32... no
5
5
  checking for dlfcn.h... yes
@@ -38,4 +38,4 @@ linking shared-object psych.so
38
38
 
39
39
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/psych-4.0.4/ext/psych
40
40
  make "DESTDIR=" install
41
- /usr/bin/install -c -m 0755 psych.so ./.gem.20220818-4467-19gsww0
41
+ /usr/bin/install -c -m 0755 psych.so ./.gem.20220831-4529-k1ou6x
@@ -1,5 +1,5 @@
1
1
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.2/ext/stringio
2
- /usr/bin/ruby2.5 -r ./siteconf20220818-4467-15ehd12.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220831-4529-zpnhp5.rb extconf.rb
3
3
  checking for rb_io_extract_modeenc() in ruby/io.h... no
4
4
  creating Makefile
5
5
 
@@ -13,4 +13,4 @@ linking shared-object stringio.so
13
13
 
14
14
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.2/ext/stringio
15
15
  make "DESTDIR=" install
16
- /usr/bin/install -c -m 0755 stringio.so ./.gem.20220818-4467-1wgu7tn
16
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20220831-4529-10tnt7g
@@ -39,7 +39,7 @@ checked program was:
39
39
  /* end */
40
40
 
41
41
  "gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.5.0 -I/usr/include/ruby-2.5.0/ruby/backward -I/usr/include/ruby-2.5.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/ruby2.5-F4mxqA/ruby2.5-2.5.5=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.5 -lpthread -lgmp -ldl -lcrypt -lm -lc"
42
- /usr/bin/ld: /tmp/ccbslQXC.o: in function `t':
42
+ /usr/bin/ld: /tmp/ccWbvqeg.o: in function `t':
43
43
  /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.2/ext/stringio/conftest.c:16: undefined reference to `rb_io_extract_modeenc'
44
44
  collect2: error: ld returned 1 exit status
45
45
  checked program was:
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20220818-4467-foc2pn
35
- sitelibdir = $(DESTDIR)./.gem.20220818-4467-foc2pn
34
+ sitearchdir = $(DESTDIR)./.gem.20220831-4529-z2yze
35
+ sitelibdir = $(DESTDIR)./.gem.20220831-4529-z2yze
36
36
  sitedir = $(DESTDIR)/usr/local/lib/site_ruby
37
37
  rubyarchdir = $(rubyarchprefix)/$(ruby_version)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20220818-4467-uoc3fk
35
- sitelibdir = $(DESTDIR)./.gem.20220818-4467-uoc3fk
34
+ sitearchdir = $(DESTDIR)./.gem.20220831-4529-ztd81u
35
+ sitelibdir = $(DESTDIR)./.gem.20220831-4529-ztd81u
36
36
  sitedir = $(DESTDIR)/usr/local/lib/site_ruby
37
37
  rubyarchdir = $(rubyarchprefix)/$(ruby_version)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20220818-4467-a3ecwz
35
- sitelibdir = $(DESTDIR)./.gem.20220818-4467-a3ecwz
34
+ sitearchdir = $(DESTDIR)./.gem.20220831-4529-xlgm09
35
+ sitelibdir = $(DESTDIR)./.gem.20220831-4529-xlgm09
36
36
  sitedir = $(DESTDIR)/usr/local/lib/site_ruby
37
37
  rubyarchdir = $(rubyarchprefix)/$(ruby_version)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20220818-4467-19gsww0
35
- sitelibdir = $(DESTDIR)./.gem.20220818-4467-19gsww0
34
+ sitearchdir = $(DESTDIR)./.gem.20220831-4529-k1ou6x
35
+ sitelibdir = $(DESTDIR)./.gem.20220831-4529-k1ou6x
36
36
  sitedir = $(DESTDIR)/usr/local/lib/site_ruby
37
37
  rubyarchdir = $(rubyarchprefix)/$(ruby_version)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20220818-4467-1wgu7tn
35
- sitelibdir = $(DESTDIR)./.gem.20220818-4467-1wgu7tn
34
+ sitearchdir = $(DESTDIR)./.gem.20220831-4529-10tnt7g
35
+ sitelibdir = $(DESTDIR)./.gem.20220831-4529-10tnt7g
36
36
  sitedir = $(DESTDIR)/usr/local/lib/site_ruby
37
37
  rubyarchdir = $(rubyarchprefix)/$(ruby_version)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ory-oathkeeper-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.2
4
+ version: 0.39.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ORY GmbH
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-18 00:00:00.000000000 Z
11
+ date: 2022-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus