commercelayer 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d458d815046667c52c291ba6ecfaa4e2413c38f1f65157615b8c02810032442
4
- data.tar.gz: 277c61e9fad913e49d275b2a00bfa2c8a56c328fd2d111bef056f17a0cc85340
3
+ metadata.gz: 34941564f09292d008ac1f70d2a051767ab59742df8a3009222604cc1f39076b
4
+ data.tar.gz: c9b8e138489b28c774399089258baf6e55464aa084aa1f8b8d29725b25c209ca
5
5
  SHA512:
6
- metadata.gz: 8b80feb3edb5b0baba8e7925d2e794310fdb51c03ddc69e2c6b65db2d8f81a4d6877f7f1f8ec3e5310ef40a59e6d67c9ef3581850a7f97a487796b77a9a0a3ca
7
- data.tar.gz: eaff046e7dea55246cfffc61ba832492d30575492e59f9da59562dec62eeb57abac789ada24a8b3aa2d7ab938fd749afd37e98e9db3345ffeceae59321218ee2
6
+ metadata.gz: 905cd84d53bf140315f9a094082cfba1741381a8dbff2c4ba4951b220c179b1fc9f6de531a48b20aa0ce9e64ad3ae91f452aeced94002e03b802e980f354e084
7
+ data.tar.gz: 994591631c4ccc1fb1835a2f98473e030059983318df85a75cc2a5fe3d098572c5a0e2bc0f9a5eba571571eb416139ecb636ad8c63fac24bb84b3ff96b9eed02
data/Gemfile.lock CHANGED
@@ -1,30 +1,30 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- commercelayer (0.2.0)
4
+ commercelayer (0.3.0)
5
5
  jsonapi-consumer (~> 1.0)
6
6
  oauth2 (~> 1.4.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activemodel (5.2.0)
12
- activesupport (= 5.2.0)
13
- activesupport (5.2.0)
11
+ activemodel (5.2.2)
12
+ activesupport (= 5.2.2)
13
+ activesupport (5.2.2)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 0.7, < 2)
16
16
  minitest (~> 5.1)
17
17
  tzinfo (~> 1.1)
18
18
  addressable (2.5.2)
19
19
  public_suffix (>= 2.0.2, < 4.0)
20
- concurrent-ruby (1.0.5)
20
+ concurrent-ruby (1.1.4)
21
21
  diff-lcs (1.3)
22
- dotenv (2.5.0)
23
- faraday (0.12.2)
22
+ dotenv (2.6.0)
23
+ faraday (0.15.4)
24
24
  multipart-post (>= 1.2, < 3)
25
- faraday_middleware (0.12.2)
25
+ faraday_middleware (0.13.1)
26
26
  faraday (>= 0.7.4, < 1.0)
27
- i18n (1.0.1)
27
+ i18n (1.5.3)
28
28
  concurrent-ruby (~> 1.0)
29
29
  jsonapi-consumer (1.0.1)
30
30
  activemodel (>= 3.2)
@@ -32,33 +32,33 @@ GEM
32
32
  addressable (~> 2.5.2)
33
33
  faraday (>= 0.9)
34
34
  faraday_middleware
35
- jwt (1.5.6)
35
+ jwt (2.1.0)
36
36
  minitest (5.11.3)
37
37
  multi_json (1.13.1)
38
38
  multi_xml (0.6.0)
39
39
  multipart-post (2.0.0)
40
- oauth2 (1.4.0)
41
- faraday (>= 0.8, < 0.13)
42
- jwt (~> 1.0)
40
+ oauth2 (1.4.1)
41
+ faraday (>= 0.8, < 0.16.0)
42
+ jwt (>= 1.0, < 3.0)
43
43
  multi_json (~> 1.3)
44
44
  multi_xml (~> 0.5)
45
45
  rack (>= 1.2, < 3)
46
- public_suffix (3.0.2)
47
- rack (2.0.5)
46
+ public_suffix (3.0.3)
47
+ rack (2.0.6)
48
48
  rake (10.5.0)
49
- rspec (3.7.0)
50
- rspec-core (~> 3.7.0)
51
- rspec-expectations (~> 3.7.0)
52
- rspec-mocks (~> 3.7.0)
53
- rspec-core (3.7.1)
54
- rspec-support (~> 3.7.0)
55
- rspec-expectations (3.7.0)
49
+ rspec (3.8.0)
50
+ rspec-core (~> 3.8.0)
51
+ rspec-expectations (~> 3.8.0)
52
+ rspec-mocks (~> 3.8.0)
53
+ rspec-core (3.8.0)
54
+ rspec-support (~> 3.8.0)
55
+ rspec-expectations (3.8.2)
56
56
  diff-lcs (>= 1.2.0, < 2.0)
57
- rspec-support (~> 3.7.0)
58
- rspec-mocks (3.7.0)
57
+ rspec-support (~> 3.8.0)
58
+ rspec-mocks (3.8.0)
59
59
  diff-lcs (>= 1.2.0, < 2.0)
60
- rspec-support (~> 3.7.0)
61
- rspec-support (3.7.1)
60
+ rspec-support (~> 3.8.0)
61
+ rspec-support (3.8.0)
62
62
  thread_safe (0.3.6)
63
63
  tzinfo (1.2.5)
64
64
  thread_safe (~> 0.1)
@@ -76,4 +76,4 @@ DEPENDENCIES
76
76
  vcr
77
77
 
78
78
  BUNDLED WITH
79
- 1.16.2
79
+ 1.16.5
@@ -1,3 +1,3 @@
1
1
  module Commercelayer
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commercelayer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filippo Conforti
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-15 00:00:00.000000000 Z
11
+ date: 2019-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler