dear-inventory-ruby 0.2.12 → 0.2.13

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: 0b398acfbb9c3baa9e2a9420189210b9e255eeaa20f2ae30d06e6e90d531946c
4
- data.tar.gz: 448315fbb73cce0397599d25d04521533d69306a3ab269b8974bce458bd6de84
3
+ metadata.gz: 70662a2d612396531c805a4c85a70b12150ef851763def1c6a9a2ec2b90e08b5
4
+ data.tar.gz: 4a663721fec1f276d1456cacf5210910ff137219e96d941945c5178c163a2a2a
5
5
  SHA512:
6
- metadata.gz: 242d613f5ce9e65ce672e504bcffbfccde41bee7618f199a0d80e39969f0785c0029b0e62c1563870ee99b5eb5fd04b471427aa0a45d03313adc088d9d03e272
7
- data.tar.gz: 9f10dab1dafd5b9590ca5cb5e0945636f2d021e3c648b0340a8bc3cc3a3a85678c293515024a5d7f64ee8fb2f522e53cc4e6df5f24287a55b565b819876ac732
6
+ metadata.gz: fc4dbeb474d05b00fd1fa47bc745c3841236e480814258315528e4507ad1ab82b44819ef4f024d2c84b4d6f4198655e5d137a211c4b4b7a565c9397afac936cc
7
+ data.tar.gz: 88e22eb5f621884c386b01be653890cd416f6fb8cbfe4452dba41f39dbac36650b6d8e9fa45d041eedd36b4117a870dd695897b98e71ce00b7d690ad9a6724a2
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.2.13] - 2025-03-15
6
+
7
+ - Update version
8
+
5
9
  ## [0.2.12] - 2025-03-15
6
10
 
7
11
  - Update `Postcode` for `SupplierCustomerAddress`
data/README.md CHANGED
@@ -7,7 +7,7 @@ This specifing endpoints for DEAR Inventory API
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 0.2.11
10
+ - Package version: 0.2.13
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://www.nhansg.com](https://www.nhansg.com)
13
13
 
@@ -24,16 +24,16 @@ gem build dear-inventory-ruby.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./dear-inventory-ruby-0.2.11.gem
27
+ gem install ./dear-inventory-ruby-0.2.13.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./dear-inventory-ruby-0.2.11.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./dear-inventory-ruby-0.2.13.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 'dear-inventory-ruby', '~> 0.2.11'
36
+ gem 'dear-inventory-ruby', '~> 0.2.13'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module DearInventoryRuby
14
- VERSION = '0.2.12'
14
+ VERSION = '0.2.13'
15
15
  end
data/spec/.DS_Store CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dear-inventory-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nhan Nguyen