cin7_api 1.1.2 → 1.1.4

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: 0b85874c98a472da8ce77ad2376b6f0309a9f88d88dfe491fa9c39b1d1507a57
4
- data.tar.gz: 7f2a25e07d66d034b978ae4c452cb70b7880f8aeeb33a044b464925415bf127d
3
+ metadata.gz: 8bf1c0024cf58f72eb2f87ca349ca25738e49ecfc91575146461ef0f122d83df
4
+ data.tar.gz: e339f301f55f1daac8ad757815f6e04b98919ef0edb2551391d6c4f6a2ab712c
5
5
  SHA512:
6
- metadata.gz: e1b634704ee15ae8082b9a695123146d06b883a19fa8f750a168ba61c82724303ea13c75d2fdbe2035a2286e756027e98aa68fabb718a8b3e4ac63474492ff9b
7
- data.tar.gz: 773532c8ee41cdaf800311505ede37ed6bd823565f3e3d8847a00af4d594127458661ed2c7930d5196f5767f48b5a2ccfa38fa5de988421c16d7ce0923197381
6
+ metadata.gz: 0106e15f1981caf389c0943087650a89763178cbafe3cdf0c55e0f3495708f777a1bb0b1abda674286f1acc3b4cde21b6c49d0c072151e86297d2ef41c1f1119
7
+ data.tar.gz: a00c9af533dcc2d8431d1eb763579728529c51c698d9a8993d8fa8d780108f9b26f8775799a53070ae4a4cbc8d8c2c15aa5695683306dd662e6be02c29d956b5
data/Gemfile.lock CHANGED
@@ -1,34 +1,44 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cin7_api (1.1.2)
5
- activesupport (~> 7.0.5)
4
+ cin7_api (1.1.4)
5
+ activesupport (~> 7.0)
6
6
  faraday (~> 2.5)
7
7
  zeitwerk
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (7.0.8.1)
12
+ activesupport (7.1.3.2)
13
+ base64
14
+ bigdecimal
13
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
+ connection_pool (>= 2.2.5)
17
+ drb
14
18
  i18n (>= 1.6, < 2)
15
19
  minitest (>= 5.1)
20
+ mutex_m
16
21
  tzinfo (~> 2.0)
17
22
  ast (2.4.2)
23
+ base64 (0.2.0)
24
+ bigdecimal (3.1.8)
18
25
  coderay (1.1.3)
19
- concurrent-ruby (1.2.3)
26
+ concurrent-ruby (1.3.4)
27
+ connection_pool (2.4.1)
20
28
  diff-lcs (1.5.1)
21
29
  dotenv (3.1.0)
30
+ drb (2.2.1)
22
31
  faraday (2.9.0)
23
32
  faraday-net_http (>= 2.0, < 3.2)
24
33
  faraday-net_http (3.1.0)
25
34
  net-http
26
- i18n (1.14.4)
35
+ i18n (1.14.6)
27
36
  concurrent-ruby (~> 1.0)
28
37
  json (2.7.2)
29
38
  language_server-protocol (3.17.0.3)
30
39
  method_source (1.1.0)
31
- minitest (5.22.3)
40
+ minitest (5.25.1)
41
+ mutex_m (0.2.0)
32
42
  net-http (0.4.1)
33
43
  uri
34
44
  parallel (1.24.0)
@@ -79,12 +89,13 @@ GEM
79
89
  tzinfo (2.0.6)
80
90
  concurrent-ruby (~> 1.0)
81
91
  unicode-display_width (2.5.0)
82
- uri (0.13.0)
92
+ uri (0.13.1)
83
93
  vcr (6.2.0)
84
- zeitwerk (2.6.13)
94
+ zeitwerk (2.7.0)
85
95
 
86
96
  PLATFORMS
87
97
  arm64-darwin-22
98
+ arm64-darwin-23
88
99
  x86_64-darwin-21
89
100
  x86_64-linux
90
101
 
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "active_support"
3
4
  require "active_support/core_ext/string"
4
5
  require "ostruct"
5
6
 
@@ -1,6 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "active_support"
3
4
  require "active_support/core_ext/string"
5
+ require "active_support/core_ext/hash"
4
6
 
5
7
  module Cin7API
6
8
  class Resource
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cin7API
4
- VERSION = "1.1.2"
4
+ VERSION = "1.1.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cin7_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wei Zhe Heng
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-23 00:00:00.000000000 Z
11
+ date: 2024-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 7.0.5
19
+ version: '7.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 7.0.5
26
+ version: '7.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: zeitwerk
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  requirements: []
168
- rubygems_version: 3.4.19
168
+ rubygems_version: 3.5.16
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: Cin7 API Wrapper