whoisfreaks 0.15.0 → 0.18.0

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: 4f918945c31e3e0b06e47d28dd81c5ca9ab7f9d9f2795d6bf0e6807f1f85110a
4
- data.tar.gz: a8809c5ba3a5edd6ef19957b20a85c9e19333380310fd00e92f59c45480cf521
3
+ metadata.gz: e7f64c745b6ca9c45765cd54197263f562f12fe38d51545e14c730b379b2a673
4
+ data.tar.gz: 3ddbf07252460c3f1fa16e328e94080a20b1bf60cb1fcfd342c405fbf51327fb
5
5
  SHA512:
6
- metadata.gz: a9e3e728bd26494e115b52bb689aea9912c7f6b6ddee83f40a7d3706c8066e7c343e3970b55b8e846e87d8727fe720a1b0f8e3733b5fb7a174f907958c6b0f0c
7
- data.tar.gz: 748a7d0916da90d6fb511c8374d642934906d0ccb411122903712057bf11627455455caf220a731be0e6fba0c4dd4f557964f25c2dc833e6470c2bcaa036a892
6
+ metadata.gz: 9cfb0f317291787f38ad31a2a7ac18009a050ad9a2654ace5ffee657081172dca0204cad3adbc770a3d48cb449b52709f4c29b482042fe57fe13e0fbae969304
7
+ data.tar.gz: 9879d06c307428b3796f6784bf3d11b4fd183bef8c0c817e6d01b61fbc99169745bc038c469fe23180a8bac511c92225b90bb9a98c419482739803871e75c3d2
data/README.md CHANGED
@@ -17,7 +17,7 @@ All requests require an `apiKey` query parameter.
17
17
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
18
18
 
19
19
  - API version: 1.0.0
20
- - Package version: 0.15.0
20
+ - Package version: 0.18.0
21
21
  - Generator version: 7.11.0
22
22
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
23
23
  For more information, please visit [https://whoisfreaks.com](https://whoisfreaks.com)
@@ -35,16 +35,16 @@ gem build whoisfreaks.gemspec
35
35
  Then either install the gem locally:
36
36
 
37
37
  ```shell
38
- gem install ./whoisfreaks-0.15.0.gem
38
+ gem install ./whoisfreaks-0.18.0.gem
39
39
  ```
40
40
 
41
- (for development, run `gem install --dev ./whoisfreaks-0.15.0.gem` to install the development dependencies)
41
+ (for development, run `gem install --dev ./whoisfreaks-0.18.0.gem` to install the development dependencies)
42
42
 
43
43
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
44
44
 
45
45
  Finally add this to the Gemfile:
46
46
 
47
- gem 'whoisfreaks', '~> 0.15.0'
47
+ gem 'whoisfreaks', '~> 0.18.0'
48
48
 
49
49
  ### Install from Git
50
50
 
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **timestamp** | **String** | | [optional] |
8
8
  | **path** | **String** | | [optional] |
9
- | **status** | **Integer** | | [optional] |
9
+ | **status** | **Object** | | [optional] |
10
10
  | **error** | **String** | | [optional] |
11
11
  | **message** | **String** | | [optional] |
12
12
  | **code** | **Integer** | | [optional] |
@@ -14,6 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module WhoisFreaks
17
+ # Error response. `status` may be an integer (e.g. 401), boolean, or string depending on the endpoint, so it is intentionally untyped to avoid deserialization failures.
17
18
  class ErrorResponse
18
19
  attr_accessor :timestamp
19
20
 
@@ -49,7 +50,7 @@ module WhoisFreaks
49
50
  {
50
51
  :'timestamp' => :'String',
51
52
  :'path' => :'String',
52
- :'status' => :'Integer',
53
+ :'status' => :'Object',
53
54
  :'error' => :'String',
54
55
  :'message' => :'String',
55
56
  :'code' => :'Integer'
@@ -59,6 +60,7 @@ module WhoisFreaks
59
60
  # List of attributes with nullable: true
60
61
  def self.openapi_nullable
61
62
  Set.new([
63
+ :'status',
62
64
  ])
63
65
  end
64
66
 
@@ -11,5 +11,5 @@ Generator version: 7.11.0
11
11
  =end
12
12
 
13
13
  module WhoisFreaks
14
- VERSION = '0.15.0'
14
+ VERSION = '0.18.0'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whoisfreaks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator