pnap_location_api 2.0.0 → 2.0.2
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 +4 -4
- data/VERSION +1 -1
- data/lib/pnap_location_api/api_client.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: effa609bd3356dd40d08af0955baa1a9a6cb2e6a17ecf51cafa4362ab06e1675
|
4
|
+
data.tar.gz: 3056645fde989ae4733e97ad004985141a92bc75b529ea3c6930153a23840b74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 794581e67c9f2304b19e03b38318a31a708ce4d8e3a4fd0d3570e8e35625cfa9e2041bba0fbce688f4044f78f1988f5f8a669532ba8591055d6e7a27534348a4
|
7
|
+
data.tar.gz: bfe8b87cb34f8951c575017018102112b98474bc2a6ef29e0c6030a9a146fd796c7ca69feaaeada77671da9f39be9e730e0677cdb9acc939f119c9b05266f254
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.2
|
@@ -33,8 +33,8 @@ module LocationApi
|
|
33
33
|
def initialize(config = Configuration.default)
|
34
34
|
@config = config
|
35
35
|
@config.params_encoding = :multi
|
36
|
-
@user_agent = "PNAP-ruby-sdk-bmc/#{ LocationApi::VERSION }"
|
37
|
-
@powered_by = "PNAP-ruby-sdk-bmc/#{ LocationApi::VERSION }"
|
36
|
+
@user_agent = "PNAP-ruby-sdk-bmc/LocationApi/#{ LocationApi::VERSION }"
|
37
|
+
@powered_by = "PNAP-ruby-sdk-bmc/LocationApi/#{ LocationApi::VERSION }"
|
38
38
|
@default_headers = {
|
39
39
|
'Content-Type' => 'application/json',
|
40
40
|
'User-Agent' => @user_agent,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pnap_location_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PhoenixNAP
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -91,7 +91,7 @@ licenses:
|
|
91
91
|
- MPL-2.0
|
92
92
|
metadata:
|
93
93
|
source_code_uri: https://github.com/phoenixnap/ruby-sdk-bmc
|
94
|
-
post_install_message:
|
94
|
+
post_install_message:
|
95
95
|
rdoc_options: []
|
96
96
|
require_paths:
|
97
97
|
- lib
|
@@ -106,15 +106,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
106
106
|
- !ruby/object:Gem::Version
|
107
107
|
version: '0'
|
108
108
|
requirements: []
|
109
|
-
rubygems_version: 3.
|
110
|
-
signing_key:
|
109
|
+
rubygems_version: 3.4.20
|
110
|
+
signing_key:
|
111
111
|
specification_version: 4
|
112
112
|
summary: Locations API Ruby Gem
|
113
113
|
test_files:
|
114
114
|
- spec/api/locations_api_spec.rb
|
115
|
-
- spec/models/location_enum_spec.rb
|
116
115
|
- spec/models/error_spec.rb
|
117
116
|
- spec/models/product_category_spec.rb
|
117
|
+
- spec/models/location_enum_spec.rb
|
118
118
|
- spec/models/location_spec.rb
|
119
119
|
- spec/models/product_category_enum_spec.rb
|
120
120
|
- spec/spec_helper.rb
|