ory-oathkeeper-client 0.38.22.beta1 → 0.38.23.beta1

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/health_not_ready_status.rb +1 -1
  9. data/lib/ory-oathkeeper-client/models/health_status.rb +1 -1
  10. data/lib/ory-oathkeeper-client/models/inline_response500.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/health_not_ready_status_spec.rb +1 -1
  25. data/spec/models/health_status_spec.rb +1 -1
  26. data/spec/models/inline_response500_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.3/gem_make.out +2 -2
  39. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem_make.out +2 -2
  40. data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/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.3/ext/psych/Makefile +2 -2
  45. data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/Makefile +2 -2
  46. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ea741f2e08fc61fcc9fdbb19984cd62573082b07fc4001d337b297dc39c0d1a
4
- data.tar.gz: f5b9cda6eaaf86b8644dc1761509858c54498532bdf5d68eb70ab404d11f84b8
3
+ metadata.gz: cf23f919cd107e9633f5e28806e5b27ab727c71ba1162478917bc44f8e8b0fb5
4
+ data.tar.gz: 8d1a726751777ef828c8c6c7d001ae5bafce3b6caaa70615142d6becc1a21e97
5
5
  SHA512:
6
- metadata.gz: 12339470038b0dec7859233490f08d5a4c877974897aef02392f7b542fc388760e5d898421b7c9060bfd6d21d30f80e6dae1381646ae6275c5fb8c7c95af4565
7
- data.tar.gz: 57e567f0398df97aa9ae6ba44c68510ff61de9f847ba2e77cc8b80ffa87ccd8a4572a92a935c1429a6f3bdc32114b13ad000aa932368289ca04f774cfa1c71aa
6
+ metadata.gz: 99abd0c886f20e9183fcfa957d3e522efe5d87b318b765b617c5a20a3b1ac3611bf2a9b2cf28b0725130ee48512969578cc364625586ca371a4d205e9801f32e
7
+ data.tar.gz: bdb04bb63b41d000aeb435a9f18f92d4c6d9662532092fe2814ad57bdc9af8a6f1dc511e0985bcde58648c62799830e2685c686baa51730649c04af8c1aba239
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ory-oathkeeper-client (0.38.22.beta1)
4
+ ory-oathkeeper-client (0.38.23.beta1)
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.38.22-beta.1
10
- - Package version: v0.38.22-beta.1
9
+ - API version: v0.38.23-beta.1
10
+ - Package version: v0.38.23-beta.1
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.38.22-beta.1.gem
27
+ gem install ./ory-oathkeeper-client-v0.38.23-beta.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ory-oathkeeper-client-v0.38.22-beta.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ory-oathkeeper-client-v0.38.23-beta.1.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.38.22-beta.1'
36
+ gem 'ory-oathkeeper-client', '~> v0.38.23-beta.1'
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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22.beta1
6
+ The version of the OpenAPI document: 0.38.23.beta1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module OryOathkeeperClient
14
- VERSION = '0.38.22.beta1'
14
+ VERSION = '0.38.23.beta1'
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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
8
+ The version of the OpenAPI document: v0.38.23-beta.1
9
9
  Contact: hi@ory.am
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
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.38.22-beta.1
6
+ The version of the OpenAPI document: v0.38.23-beta.1
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.4.0
@@ -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 ./siteconf20220223-3624-1upreqn.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220224-3620-1w9aohd.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.20220223-3624-1bcslkz/byebug
19
+ /usr/bin/install -c -m 0755 byebug.so ./.gem.20220224-3620-lqj1fy/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 ./siteconf20220223-3624-1cpguyu.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220224-3620-1ldjdec.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.20220223-3624-1eopes4
44
+ /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20220224-3620-151ukjf
@@ -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 ./siteconf20220223-3624-2d44s2.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220224-3620-1c1pr12.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.20220223-3624-hpkzy8/jaro_winkler
38
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20220224-3620-1s06239/jaro_winkler
@@ -1,5 +1,5 @@
1
1
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych
2
- /usr/bin/ruby2.5 -r ./siteconf20220223-3624-u7c2dt.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220224-3620-1t8y71h.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.3/ext/psych
40
40
  make "DESTDIR=" install
41
- /usr/bin/install -c -m 0755 psych.so ./.gem.20220223-3624-2beyw5
41
+ /usr/bin/install -c -m 0755 psych.so ./.gem.20220224-3620-1o05ev8
@@ -1,5 +1,5 @@
1
1
  current directory: /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio
2
- /usr/bin/ruby2.5 -r ./siteconf20220223-3624-jh9wm0.rb extconf.rb
2
+ /usr/bin/ruby2.5 -r ./siteconf20220224-3620-kem0w1.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.1/ext/stringio
15
15
  make "DESTDIR=" install
16
- /usr/bin/install -c -m 0755 stringio.so ./.gem.20220223-3624-dzaxec
16
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20220224-3620-1knq78k
@@ -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-ADJMZV/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/ccjv7LzO.o: in function `t':
42
+ /usr/bin/ld: /tmp/ccR6prMC.o: in function `t':
43
43
  /sdk/clients/oathkeeper/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/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.20220223-3624-1bcslkz
35
- sitelibdir = $(DESTDIR)./.gem.20220223-3624-1bcslkz
34
+ sitearchdir = $(DESTDIR)./.gem.20220224-3620-lqj1fy
35
+ sitelibdir = $(DESTDIR)./.gem.20220224-3620-lqj1fy
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.20220223-3624-1eopes4
35
- sitelibdir = $(DESTDIR)./.gem.20220223-3624-1eopes4
34
+ sitearchdir = $(DESTDIR)./.gem.20220224-3620-151ukjf
35
+ sitelibdir = $(DESTDIR)./.gem.20220224-3620-151ukjf
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.20220223-3624-hpkzy8
35
- sitelibdir = $(DESTDIR)./.gem.20220223-3624-hpkzy8
34
+ sitearchdir = $(DESTDIR)./.gem.20220224-3620-1s06239
35
+ sitelibdir = $(DESTDIR)./.gem.20220224-3620-1s06239
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.20220223-3624-2beyw5
35
- sitelibdir = $(DESTDIR)./.gem.20220223-3624-2beyw5
34
+ sitearchdir = $(DESTDIR)./.gem.20220224-3620-1o05ev8
35
+ sitelibdir = $(DESTDIR)./.gem.20220224-3620-1o05ev8
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.20220223-3624-dzaxec
35
- sitelibdir = $(DESTDIR)./.gem.20220223-3624-dzaxec
34
+ sitearchdir = $(DESTDIR)./.gem.20220224-3620-1knq78k
35
+ sitelibdir = $(DESTDIR)./.gem.20220224-3620-1knq78k
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.38.22.beta1
4
+ version: 0.38.23.beta1
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-02-23 00:00:00.000000000 Z
11
+ date: 2022-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus