pnap_location_api 2.0.0 → 2.0.1

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: '0595e6b6f3142edebc7e74d829d95c753ec98aca9e9e06fbee9228126f3498dc'
4
- data.tar.gz: 4370714669cbabc356e78d2821c8b8d7201f382f76964f9cb75e2e54b2d2c08b
3
+ metadata.gz: d34a3d0104a95a76723434258c559c1aed74d3569752b12407f50ea5e38d0f3f
4
+ data.tar.gz: ba58ed917a0f9651f5f53f81efc768c73bba008f495e73e49cf1f5c815ea63d3
5
5
  SHA512:
6
- metadata.gz: 46297aec02f5b5798446f9b56ceae13523c85dc4ec80845d2f40837988cb124a3626e8c0765f81f7e5f7a313972a57390751c95c38d7bfb80f3341a9362055ed
7
- data.tar.gz: 9db51a10dbcc79d5e21464f3608911589f83d157c1d4ef8e16848a15abdac854709abb03a775d852f4333ca3e27f8d324b5879d5e706282f8bdaf6a5c71b00ec
6
+ metadata.gz: f690a033c8ad5f5fb583c21cefb9f37e076ef1139d3112836f8180031c46dae6dca8d9c96022de3e98fcf53714d7fb41f2d3ad008ed8d83e4d9261de36da1215
7
+ data.tar.gz: 1065b5d9b7727939ce29b76d3ee47ac8284fe937da070b4ec07818106d1dfe72aa50a2b5ce03531e10f6daf25a72bac9c2732e60189f0fdacefac5cacd079873
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
@@ -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.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - PhoenixNAP
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-05 00:00:00.000000000 Z
11
+ date: 2024-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -112,9 +112,9 @@ 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
- - spec/models/product_category_spec.rb
118
- - spec/models/location_spec.rb
119
116
  - spec/models/product_category_enum_spec.rb
117
+ - spec/models/location_spec.rb
118
+ - spec/models/location_enum_spec.rb
119
+ - spec/models/product_category_spec.rb
120
120
  - spec/spec_helper.rb