pnap_location_api 3.0.0 → 3.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e21ebf1872cbf4070fcc99982c94a852765e2183420387a3eaf35a8b04ecaf65
4
- data.tar.gz: e3287708c3921dafa9cd5649d0bb85490618d81f2b2d754658124852cfc5136f
3
+ metadata.gz: 823baa5bef29d5932c039c21846e1f1afc63b0a5b7385410ee4474f3f7f9fafe
4
+ data.tar.gz: 484e0208fd332ed405b341f12e4b6509bafafa683f7c5f61f2b33a8f3b6d463c
5
5
  SHA512:
6
- metadata.gz: 8213fc2ac1146ac82cff2ef2eaa55087c874a5c1fb326e30f6c5eb6f74b35d408d402c04b25a4e96945717e5854b0c0b7a16a0d54b582394e3c907213093f192
7
- data.tar.gz: 154916548667fa2f300ac64b11c90dae605b51a3abecb0161954ddc86618979159938254d4e50f117dfb58fb4ff72c07e9e922b474c4a07ecaa5de76cac12d97
6
+ metadata.gz: 2761d39b7ad3bf1bb2dcfea9f9006e3b993d6372d2d816be2349bdba42ae7adb910f62baf89e7a5888c051e010647a1974e4c1ee04134e1c0eef39fc1b83560e
7
+ data.tar.gz: efb0af46585bfe0391f4653825fadc236e9e29ade4f94079ee73cc685ceb59df766ed7e641873978a36dc2261c8ffa97a54eeb634abe60d9d467a30c7dfd3b5e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.0.1
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: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-07 00:00:00.000000000 Z
11
+ date: 2026-06-11 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_spec.rb
115
116
  - spec/models/product_category_spec.rb
116
117
  - spec/models/error_spec.rb
117
- - spec/models/product_location_enum_spec.rb
118
- - spec/models/location_spec.rb
119
118
  - spec/models/product_category_enum_spec.rb
119
+ - spec/models/product_location_enum_spec.rb
120
120
  - spec/spec_helper.rb