ory-oathkeeper-client 0.35.1.beta1 → 0.35.5.beta1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 903db14643a72a209ea346ef7b0310b50d91bed118f8cd1f173ee8667e0b063a
4
- data.tar.gz: '056327497d8661fd8ff6534f587d89062f4591940f1727f9774b6cf1120b26ac'
3
+ metadata.gz: e4b89f1f1c1b7ee9f64dd43c843a9421a1421fc93bc521160666167b2e3581fd
4
+ data.tar.gz: d197a293ad686106c40c24248cb3a2c60fdeb0953f794d8bbdf5f920c9f40b28
5
5
  SHA512:
6
- metadata.gz: 81ab555ccfd455efd0236610c7094ebc59eb48d15cef46b57489ca89acf607a65a9d9825d0caeb10a842bdcecde453156eaefee7a8c3f866bc0900c64f9690ed
7
- data.tar.gz: 9ba1cc0b54466abe29b3b546d97074896bdd2f7e8a7e0f675b4761c1f52db1e3e1799ec6c05ca5bc8625a3d166a4789e27d72b9c54da8e500c2ff69e31bd138c
6
+ metadata.gz: 0fb9dbe0fb1f69087c446ecef708f646aca864ef3e169344a9be009b9fd00f3f2822c03c99c144325d2130abebc434e76695c6494683d8c6a2cb9188018a25d6
7
+ data.tar.gz: 8b557e5186bb6ce544e03f898ba04fd00e2cd4d9f0d71df6dc24a45c74361e6ed4dc66002dabe05ab197db21d71ac689629b8e7ce0a08810bcf12a6ca3011802
data/README.md CHANGED
@@ -7,7 +7,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validit
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: Latest
10
- - Package version: v0.35.1-beta.1
10
+ - Package version: v0.35.5-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.35.1-beta.1.gem
27
+ gem install ./ory-oathkeeper-client-v0.35.5-beta.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ory-oathkeeper-client-v0.35.1-beta.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ory-oathkeeper-client-v0.35.5-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.35.1-beta.1'
36
+ gem 'ory-oathkeeper-client', '~> v0.35.5-beta.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -85,20 +85,11 @@ Class | Method | HTTP request | Description
85
85
 
86
86
  ## Documentation for Models
87
87
 
88
- - [OryHydraClient::DecisionsForbiddenBody](docs/DecisionsForbiddenBody.md)
89
- - [OryHydraClient::DecisionsInternalServerErrorBody](docs/DecisionsInternalServerErrorBody.md)
90
- - [OryHydraClient::DecisionsNotFoundBody](docs/DecisionsNotFoundBody.md)
91
- - [OryHydraClient::DecisionsUnauthorizedBody](docs/DecisionsUnauthorizedBody.md)
92
- - [OryHydraClient::GetRuleInternalServerErrorBody](docs/GetRuleInternalServerErrorBody.md)
93
- - [OryHydraClient::GetRuleNotFoundBody](docs/GetRuleNotFoundBody.md)
94
- - [OryHydraClient::GetWellKnownJSONWebKeysInternalServerErrorBody](docs/GetWellKnownJSONWebKeysInternalServerErrorBody.md)
95
88
  - [OryHydraClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
96
89
  - [OryHydraClient::HealthStatus](docs/HealthStatus.md)
97
90
  - [OryHydraClient::InlineResponse500](docs/InlineResponse500.md)
98
- - [OryHydraClient::IsInstanceAliveInternalServerErrorBody](docs/IsInstanceAliveInternalServerErrorBody.md)
99
91
  - [OryHydraClient::JsonWebKey](docs/JsonWebKey.md)
100
92
  - [OryHydraClient::JsonWebKeySet](docs/JsonWebKeySet.md)
101
- - [OryHydraClient::ListRulesInternalServerErrorBody](docs/ListRulesInternalServerErrorBody.md)
102
93
  - [OryHydraClient::Rule](docs/Rule.md)
103
94
  - [OryHydraClient::RuleHandler](docs/RuleHandler.md)
104
95
  - [OryHydraClient::RuleMatch](docs/RuleMatch.md)
@@ -5,22 +5,22 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **alg** | **String** | The \"alg\" (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA \"JSON Web Signature and Encryption Algorithms\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. | [optional]
8
- **crv** | **String** | crv | [optional]
9
- **d** | **String** | d | [optional]
10
- **dp** | **String** | dp | [optional]
11
- **dq** | **String** | dq | [optional]
12
- **e** | **String** | e | [optional]
13
- **k** | **String** | k | [optional]
8
+ **crv** | **String** | | [optional]
9
+ **d** | **String** | | [optional]
10
+ **dp** | **String** | | [optional]
11
+ **dq** | **String** | | [optional]
12
+ **e** | **String** | | [optional]
13
+ **k** | **String** | | [optional]
14
14
  **kid** | **String** | The \"kid\" (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the \"kid\" value is unspecified. When \"kid\" values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct \"kid\" values. (One example in which different keys might use the same \"kid\" value is if they have different \"kty\" (key type) values but are considered to be equivalent alternatives by the application using them.) The \"kid\" value is a case-sensitive string. | [optional]
15
15
  **kty** | **String** | The \"kty\" (key type) parameter identifies the cryptographic algorithm family used with the key, such as \"RSA\" or \"EC\". \"kty\" values should either be registered in the IANA \"JSON Web Key Types\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The \"kty\" value is a case-sensitive string. | [optional]
16
- **n** | **String** | n | [optional]
17
- **p** | **String** | p | [optional]
18
- **q** | **String** | q | [optional]
19
- **qi** | **String** | qi | [optional]
16
+ **n** | **String** | | [optional]
17
+ **p** | **String** | | [optional]
18
+ **q** | **String** | | [optional]
19
+ **qi** | **String** | | [optional]
20
20
  **use** | **String** | The \"use\" (public key use) parameter identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly \"sig\" (signature) or \"enc\" (encryption). | [optional]
21
- **x** | **String** | x | [optional]
21
+ **x** | **String** | | [optional]
22
22
  **x5c** | **Array<String>** | The \"x5c\" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate. | [optional]
23
- **y** | **String** | y | [optional]
23
+ **y** | **String** | | [optional]
24
24
 
25
25
  ## Code Sample
26
26
 
@@ -17,20 +17,11 @@ require 'ory-oathkeeper-client/version'
17
17
  require 'ory-oathkeeper-client/configuration'
18
18
 
19
19
  # Models
20
- require 'ory-oathkeeper-client/models/decisions_forbidden_body'
21
- require 'ory-oathkeeper-client/models/decisions_internal_server_error_body'
22
- require 'ory-oathkeeper-client/models/decisions_not_found_body'
23
- require 'ory-oathkeeper-client/models/decisions_unauthorized_body'
24
- require 'ory-oathkeeper-client/models/get_rule_internal_server_error_body'
25
- require 'ory-oathkeeper-client/models/get_rule_not_found_body'
26
- require 'ory-oathkeeper-client/models/get_well_known_json_web_keys_internal_server_error_body'
27
20
  require 'ory-oathkeeper-client/models/health_not_ready_status'
28
21
  require 'ory-oathkeeper-client/models/health_status'
29
22
  require 'ory-oathkeeper-client/models/inline_response500'
30
- require 'ory-oathkeeper-client/models/is_instance_alive_internal_server_error_body'
31
23
  require 'ory-oathkeeper-client/models/json_web_key'
32
24
  require 'ory-oathkeeper-client/models/json_web_key_set'
33
- require 'ory-oathkeeper-client/models/list_rules_internal_server_error_body'
34
25
  require 'ory-oathkeeper-client/models/rule'
35
26
  require 'ory-oathkeeper-client/models/rule_handler'
36
27
  require 'ory-oathkeeper-client/models/rule_match'
@@ -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: Latest
6
+ The version of the OpenAPI document: v0.0.0-alpha.37
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # DecisionsForbiddenBody decisions forbidden body
16
+ # DecisionsForbiddenBody DecisionsForbiddenBody decisions forbidden body
17
17
  class DecisionsForbiddenBody
18
18
  # code
19
19
  attr_accessor :code
@@ -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: Latest
6
+ The version of the OpenAPI document: v0.0.0-alpha.37
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # DecisionsInternalServerErrorBody decisions internal server error body
16
+ # DecisionsInternalServerErrorBody DecisionsInternalServerErrorBody decisions internal server error body
17
17
  class DecisionsInternalServerErrorBody
18
18
  # code
19
19
  attr_accessor :code
@@ -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: Latest
6
+ The version of the OpenAPI document: v0.0.0-alpha.37
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # DecisionsNotFoundBody decisions not found body
16
+ # DecisionsNotFoundBody DecisionsNotFoundBody decisions not found body
17
17
  class DecisionsNotFoundBody
18
18
  # code
19
19
  attr_accessor :code
@@ -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: Latest
6
+ The version of the OpenAPI document: v0.0.0-alpha.37
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # DecisionsUnauthorizedBody decisions unauthorized body
16
+ # DecisionsUnauthorizedBody DecisionsUnauthorizedBody decisions unauthorized body
17
17
  class DecisionsUnauthorizedBody
18
18
  # code
19
19
  attr_accessor :code
@@ -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: Latest
6
+ The version of the OpenAPI document: v0.0.0-alpha.37
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # GetRuleInternalServerErrorBody get rule internal server error body
16
+ # GetRuleInternalServerErrorBody GetRuleInternalServerErrorBody get rule internal server error body
17
17
  class GetRuleInternalServerErrorBody
18
18
  # code
19
19
  attr_accessor :code
@@ -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: Latest
6
+ The version of the OpenAPI document: v0.0.0-alpha.37
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # GetRuleNotFoundBody get rule not found body
16
+ # GetRuleNotFoundBody GetRuleNotFoundBody get rule not found body
17
17
  class GetRuleNotFoundBody
18
18
  # code
19
19
  attr_accessor :code
@@ -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: Latest
6
+ The version of the OpenAPI document: v0.0.0-alpha.37
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # GetWellKnownJSONWebKeysInternalServerErrorBody get well known JSON web keys internal server error body
16
+ # GetWellKnownJSONWebKeysInternalServerErrorBody GetWellKnownJSONWebKeysInternalServerErrorBody get well known JSON web keys internal server error body
17
17
  class GetWellKnownJSONWebKeysInternalServerErrorBody
18
18
  # code
19
19
  attr_accessor :code
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # HealthStatus HealthStatus HealthStatus HealthStatus health status
17
16
  class HealthStatus
18
17
  # Status always contains \"ok\".
19
18
  attr_accessor :status
@@ -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: Latest
6
+ The version of the OpenAPI document: v0.0.0-alpha.37
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # IsInstanceAliveInternalServerErrorBody is instance alive internal server error body
16
+ # IsInstanceAliveInternalServerErrorBody IsInstanceAliveInternalServerErrorBody is instance alive internal server error body
17
17
  class IsInstanceAliveInternalServerErrorBody
18
18
  # code
19
19
  attr_accessor :code
@@ -17,22 +17,16 @@ module OryHydraClient
17
17
  # The \"alg\" (algorithm) parameter identifies the algorithm intended for use with the key. The values used should either be registered in the IANA \"JSON Web Signature and Encryption Algorithms\" registry established by [JWA] or be a value that contains a Collision- Resistant Name.
18
18
  attr_accessor :alg
19
19
 
20
- # crv
21
20
  attr_accessor :crv
22
21
 
23
- # d
24
22
  attr_accessor :d
25
23
 
26
- # dp
27
24
  attr_accessor :dp
28
25
 
29
- # dq
30
26
  attr_accessor :dq
31
27
 
32
- # e
33
28
  attr_accessor :e
34
29
 
35
- # k
36
30
  attr_accessor :k
37
31
 
38
32
  # The \"kid\" (key ID) parameter is used to match a specific key. This is used, for instance, to choose among a set of keys within a JWK Set during key rollover. The structure of the \"kid\" value is unspecified. When \"kid\" values are used within a JWK Set, different keys within the JWK Set SHOULD use distinct \"kid\" values. (One example in which different keys might use the same \"kid\" value is if they have different \"kty\" (key type) values but are considered to be equivalent alternatives by the application using them.) The \"kid\" value is a case-sensitive string.
@@ -41,28 +35,22 @@ module OryHydraClient
41
35
  # The \"kty\" (key type) parameter identifies the cryptographic algorithm family used with the key, such as \"RSA\" or \"EC\". \"kty\" values should either be registered in the IANA \"JSON Web Key Types\" registry established by [JWA] or be a value that contains a Collision- Resistant Name. The \"kty\" value is a case-sensitive string.
42
36
  attr_accessor :kty
43
37
 
44
- # n
45
38
  attr_accessor :n
46
39
 
47
- # p
48
40
  attr_accessor :p
49
41
 
50
- # q
51
42
  attr_accessor :q
52
43
 
53
- # qi
54
44
  attr_accessor :qi
55
45
 
56
46
  # The \"use\" (public key use) parameter identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Values are commonly \"sig\" (signature) or \"enc\" (encryption).
57
47
  attr_accessor :use
58
48
 
59
- # x
60
49
  attr_accessor :x
61
50
 
62
51
  # The \"x5c\" (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates [RFC5280]. The certificate chain is represented as a JSON array of certificate value strings. Each string in the array is a base64-encoded (Section 4 of [RFC4648] -- not base64url-encoded) DER [ITU.X690.1994] PKIX certificate value. The PKIX certificate containing the key value MUST be the first certificate.
63
52
  attr_accessor :x5c
64
53
 
65
- # y
66
54
  attr_accessor :y
67
55
 
68
56
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # JSONWebKeySet json web key set
17
16
  class JsonWebKeySet
18
17
  # The value of the \"keys\" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.
19
18
  attr_accessor :keys
@@ -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: Latest
6
+ The version of the OpenAPI document: v0.0.0-alpha.37
7
7
  Contact: hi@ory.am
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.2
@@ -13,7 +13,7 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # ListRulesInternalServerErrorBody list rules internal server error body
16
+ # ListRulesInternalServerErrorBody ListRulesInternalServerErrorBody list rules internal server error body
17
17
  class ListRulesInternalServerErrorBody
18
18
  # code
19
19
  attr_accessor :code
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # RuleHandler rule handler
17
16
  class RuleHandler
18
17
  # Config contains the configuration for the handler. Please read the user guide for a complete list of each handler's available settings.
19
18
  attr_accessor :config
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # RuleMatch rule match
17
16
  class RuleMatch
18
17
  # An array of HTTP methods (e.g. GET, POST, PUT, DELETE, ...). When ORY Oathkeeper searches for rules to decide what to do with an incoming request to the proxy server, it compares the HTTP method of the incoming request with the HTTP methods of each rules. If a match is found, the rule is considered a partial match. If the matchesUrl field is satisfied as well, the rule is considered a full match.
19
18
  attr_accessor :methods
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # Upstream Upstream Upstream Upstream Upstream Upstream upstream
17
16
  class Upstream
18
17
  # PreserveHost, if false (the default), tells ORY Oathkeeper to set the upstream request's Host header to the hostname of the API's upstream's URL. Setting this flag to true instructs ORY Oathkeeper not to do so.
19
18
  attr_accessor :preserve_host
@@ -13,7 +13,6 @@ OpenAPI Generator version: 4.2.2
13
13
  require 'date'
14
14
 
15
15
  module OryHydraClient
16
- # Version Version Version Version version
17
16
  class Version
18
17
  # Version is the service's version.
19
18
  attr_accessor :version
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.2
11
11
  =end
12
12
 
13
13
  module OryHydraClient
14
- VERSION = '0.35.1.beta1'
14
+ VERSION = '0.35.5.beta1'
15
15
  end
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.35.1.beta1
4
+ version: 0.35.5.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: 2020-01-16 00:00:00.000000000 Z
11
+ date: 2020-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -403,95 +403,95 @@ test_files:
403
403
  - spec/api/version_api_spec.rb
404
404
  - spec/api_client_spec.rb
405
405
  - spec/configuration_spec.rb
406
- - spec/models/decisions_unauthorized_body_spec.rb
407
- - spec/models/list_rules_forbidden_body_spec.rb
408
- - spec/models/list_rules_ok_spec.rb
409
- - spec/models/decisions_unauthorized_spec.rb
410
- - spec/models/swagger_json_web_key_spec.rb
411
- - spec/models/update_rule_internal_server_error_body_spec.rb
412
- - spec/models/create_rule_unauthorized_body_spec.rb
413
- - spec/models/get_well_known_forbidden_body_spec.rb
414
- - spec/models/delete_rule_not_found_body_spec.rb
415
- - spec/models/health_status_spec.rb
416
- - spec/models/create_rule_created_spec.rb
417
- - spec/models/swagger_rule_match_spec.rb
418
- - spec/models/get_rule_unauthorized_body_spec.rb
419
- - spec/models/judge_unauthorized_spec.rb
420
- - spec/models/delete_rule_unauthorized_body_spec.rb
421
- - spec/models/list_rules_forbidden_spec.rb
422
- - spec/models/update_rule_unauthorized_spec.rb
423
- - spec/models/update_rule_internal_server_error_spec.rb
424
- - spec/models/list_rules_unauthorized_body_spec.rb
425
- - spec/models/decisions_forbidden_spec.rb
426
- - spec/models/swagger_rule_handler_spec.rb
427
- - spec/models/upstream_spec.rb
428
- - spec/models/swagger_create_rule_parameters_spec.rb
406
+ - spec/models/get_rule_internal_server_error_spec.rb
407
+ - spec/models/update_rule_not_found_body_spec.rb
429
408
  - spec/models/get_rule_unauthorized_spec.rb
430
- - spec/models/swagger_not_ready_status_spec.rb
431
- - spec/models/judge_forbidden_body_spec.rb
432
- - spec/models/get_rule_forbidden_spec.rb
409
+ - spec/models/get_rule_internal_server_error_body_spec.rb
410
+ - spec/models/is_instance_alive_internal_server_error_body_spec.rb
411
+ - spec/models/delete_rule_not_found_body_spec.rb
412
+ - spec/models/get_well_known_forbidden_body_spec.rb
413
+ - spec/models/create_rule_unauthorized_body_spec.rb
414
+ - spec/models/get_rule_ok_spec.rb
415
+ - spec/models/list_rules_internal_server_error_body_spec.rb
433
416
  - spec/models/judge_internal_server_error_spec.rb
434
- - spec/models/get_well_known_json_web_keys_internal_server_error_spec.rb
435
- - spec/models/update_rule_not_found_body_spec.rb
436
- - spec/models/decisions_internal_server_error_spec.rb
437
- - spec/models/is_instance_alive_internal_server_error_spec.rb
438
- - spec/models/version_spec.rb
439
- - spec/models/judge_forbidden_spec.rb
440
- - spec/models/update_rule_forbidden_spec.rb
441
- - spec/models/delete_rule_forbidden_spec.rb
442
- - spec/models/swagger_update_rule_parameters_spec.rb
443
- - spec/models/get_well_known_unauthorized_body_spec.rb
444
- - spec/models/get_well_known_unauthorized_spec.rb
445
- - spec/models/update_rule_not_found_spec.rb
446
417
  - spec/models/update_rule_forbidden_body_spec.rb
447
- - spec/models/swagger_rules_response_spec.rb
448
- - spec/models/delete_rule_unauthorized_spec.rb
449
- - spec/models/get_rule_internal_server_error_body_spec.rb
450
- - spec/models/rule_match_spec.rb
451
- - spec/models/get_rule_not_found_spec.rb
452
- - spec/models/swagger_health_status_spec.rb
453
- - spec/models/rule_handler_spec.rb
418
+ - spec/models/list_rules_ok_spec.rb
419
+ - spec/models/get_well_known_unauthorized_spec.rb
420
+ - spec/models/create_rule_unauthorized_spec.rb
421
+ - spec/models/inline_response500_spec.rb
422
+ - spec/models/create_rule_forbidden_body_spec.rb
423
+ - spec/models/swagger_get_rule_parameters_spec.rb
424
+ - spec/models/decisions_forbidden_body_spec.rb
425
+ - spec/models/swagger_json_web_key_set_spec.rb
426
+ - spec/models/health_not_ready_status_spec.rb
427
+ - spec/models/rule_spec.rb
428
+ - spec/models/is_instance_alive_internal_server_error_spec.rb
429
+ - spec/models/get_well_known_json_web_keys_ok_spec.rb
454
430
  - spec/models/list_rules_unauthorized_spec.rb
455
431
  - spec/models/judge_not_found_body_spec.rb
456
- - spec/models/update_rule_unauthorized_body_spec.rb
457
- - spec/models/create_rule_internal_server_error_body_spec.rb
458
- - spec/models/delete_rule_internal_server_error_body_spec.rb
459
432
  - spec/models/get_well_known_forbidden_spec.rb
460
- - spec/models/create_rule_internal_server_error_spec.rb
461
- - spec/models/create_rule_unauthorized_spec.rb
433
+ - spec/models/swagger_create_rule_parameters_spec.rb
434
+ - spec/models/create_rule_forbidden_spec.rb
435
+ - spec/models/list_rules_unauthorized_body_spec.rb
436
+ - spec/models/delete_rule_internal_server_error_body_spec.rb
437
+ - spec/models/swagger_update_rule_parameters_spec.rb
462
438
  - spec/models/judge_internal_server_error_body_spec.rb
463
- - spec/models/rule_spec.rb
464
- - spec/models/decisions_internal_server_error_body_spec.rb
465
- - spec/models/get_rule_not_found_body_spec.rb
466
- - spec/models/judge_not_found_spec.rb
467
- - spec/models/update_rule_ok_spec.rb
439
+ - spec/models/get_well_known_unauthorized_body_spec.rb
468
440
  - spec/models/get_rule_forbidden_body_spec.rb
469
- - spec/models/is_instance_alive_ok_spec.rb
470
- - spec/models/get_well_known_json_web_keys_ok_spec.rb
471
- - spec/models/swagger_get_rule_parameters_spec.rb
472
- - spec/models/list_rules_internal_server_error_body_spec.rb
441
+ - spec/models/decisions_not_found_body_spec.rb
442
+ - spec/models/update_rule_internal_server_error_body_spec.rb
443
+ - spec/models/judge_not_found_spec.rb
444
+ - spec/models/decisions_not_found_spec.rb
445
+ - spec/models/swagger_rule_match_spec.rb
446
+ - spec/models/get_rule_not_found_spec.rb
447
+ - spec/models/swagger_rule_handler_spec.rb
448
+ - spec/models/judge_unauthorized_body_spec.rb
449
+ - spec/models/judge_forbidden_spec.rb
450
+ - spec/models/swagger_rules_response_spec.rb
451
+ - spec/models/version_spec.rb
452
+ - spec/models/update_rule_forbidden_spec.rb
453
+ - spec/models/rule_match_spec.rb
454
+ - spec/models/decisions_internal_server_error_body_spec.rb
455
+ - spec/models/create_rule_created_spec.rb
473
456
  - spec/models/delete_rule_forbidden_body_spec.rb
457
+ - spec/models/get_well_known_json_web_keys_internal_server_error_spec.rb
458
+ - spec/models/health_status_spec.rb
474
459
  - spec/models/get_well_known_json_web_keys_internal_server_error_body_spec.rb
475
- - spec/models/delete_rule_internal_server_error_spec.rb
476
- - spec/models/get_rule_ok_spec.rb
477
- - spec/models/create_rule_forbidden_spec.rb
478
- - spec/models/swagger_rule_spec.rb
460
+ - spec/models/update_rule_internal_server_error_spec.rb
461
+ - spec/models/delete_rule_unauthorized_spec.rb
462
+ - spec/models/create_rule_internal_server_error_spec.rb
479
463
  - spec/models/swagger_rule_response_spec.rb
480
- - spec/models/create_rule_forbidden_body_spec.rb
481
- - spec/models/swagger_list_rules_parameters_spec.rb
482
- - spec/models/inline_response500_spec.rb
483
- - spec/models/swagger_version_spec.rb
484
464
  - spec/models/get_well_known_ok_spec.rb
485
- - spec/models/is_instance_alive_internal_server_error_body_spec.rb
486
- - spec/models/health_not_ready_status_spec.rb
487
- - spec/models/swagger_json_web_key_set_spec.rb
488
- - spec/models/judge_unauthorized_body_spec.rb
489
- - spec/models/get_rule_internal_server_error_spec.rb
490
- - spec/models/decisions_not_found_body_spec.rb
491
- - spec/models/decisions_forbidden_body_spec.rb
465
+ - spec/models/swagger_json_web_key_spec.rb
466
+ - spec/models/swagger_health_status_spec.rb
467
+ - spec/models/judge_unauthorized_spec.rb
468
+ - spec/models/rule_handler_spec.rb
469
+ - spec/models/update_rule_unauthorized_spec.rb
470
+ - spec/models/list_rules_forbidden_spec.rb
471
+ - spec/models/decisions_unauthorized_spec.rb
472
+ - spec/models/is_instance_alive_ok_spec.rb
473
+ - spec/models/swagger_version_spec.rb
474
+ - spec/models/judge_forbidden_body_spec.rb
475
+ - spec/models/decisions_unauthorized_body_spec.rb
476
+ - spec/models/create_rule_internal_server_error_body_spec.rb
477
+ - spec/models/update_rule_unauthorized_body_spec.rb
478
+ - spec/models/swagger_list_rules_parameters_spec.rb
479
+ - spec/models/decisions_forbidden_spec.rb
480
+ - spec/models/list_rules_forbidden_body_spec.rb
481
+ - spec/models/swagger_rule_spec.rb
492
482
  - spec/models/json_web_key_set_spec.rb
483
+ - spec/models/update_rule_not_found_spec.rb
484
+ - spec/models/get_rule_forbidden_spec.rb
485
+ - spec/models/delete_rule_internal_server_error_spec.rb
486
+ - spec/models/get_rule_not_found_body_spec.rb
487
+ - spec/models/json_web_key_spec.rb
493
488
  - spec/models/list_rules_internal_server_error_spec.rb
489
+ - spec/models/decisions_internal_server_error_spec.rb
490
+ - spec/models/delete_rule_forbidden_spec.rb
491
+ - spec/models/upstream_spec.rb
492
+ - spec/models/get_rule_unauthorized_body_spec.rb
494
493
  - spec/models/delete_rule_not_found_spec.rb
495
- - spec/models/json_web_key_spec.rb
496
- - spec/models/decisions_not_found_spec.rb
494
+ - spec/models/update_rule_ok_spec.rb
495
+ - spec/models/delete_rule_unauthorized_body_spec.rb
496
+ - spec/models/swagger_not_ready_status_spec.rb
497
497
  - spec/spec_helper.rb