shopify_cli 1.0.1 → 1.0.2

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
- SHA1:
3
- metadata.gz: e3f41eed2f27294a329e6f1ad6642af204d34de6
4
- data.tar.gz: f60fc9ff7d67eb4ab3a6063b95a01d0adb2c0142
2
+ SHA256:
3
+ metadata.gz: aec4b85f70c3298633adf32884c5b07e19223cdeeec22bcfb393823e90e9c27a
4
+ data.tar.gz: b7cf37012e2e4f6b906022c281f5056a18ad6bcfa355764a7cbf445b4190cc3d
5
5
  SHA512:
6
- metadata.gz: ca34c5e48d3c8d0d400dddbd5b337c3b22e23b4918014dc74ac3c96d273396de5b414de29b129ab76ec7a5323cf090ac847044e27f57e6e6645f91dbeb99933d
7
- data.tar.gz: 747e593e948f79ebae834c621f349365f9e06cd17854670509a01f698bf6b96fcc38f6d944407bdc76b0e132ff295bace32aa8bfa3765b2918548c812b77cb76
6
+ metadata.gz: 1d0c42a524087174f42e7b58d5cc0ba49e20c3d802f9299e0db2feb8c68127b554f5fe7b02f7991a031175a100953700666ccfb611de305092a9f276820307fe
7
+ data.tar.gz: 9ef49a1b0170fa4ac127a9b06ac00b4c2bee8eee116411bb0cd101354680737909c597be9bee35e8488b1180e89f55564ac22995200bd4dead02a04838ca8fe9
@@ -0,0 +1,2 @@
1
+ /vendor
2
+ .bundle/
@@ -1,5 +1,3 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.0.0
4
- - 2.1.6
5
3
  - 2.2.2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shopify_cli (1.0.1)
4
+ shopify_cli (1.0.2)
5
5
  activemodel (>= 4.2.2)
6
6
  activesupport (>= 4.2.2)
7
7
  pry (>= 0.9.12.6)
@@ -11,44 +11,48 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (4.2.2)
15
- activesupport (= 4.2.2)
14
+ activemodel (5.2.2)
15
+ activesupport (= 5.2.2)
16
+ activemodel-serializers-xml (1.0.2)
17
+ activemodel (> 5.x)
18
+ activesupport (> 5.x)
16
19
  builder (~> 3.1)
17
- activeresource (4.0.0)
18
- activemodel (~> 4.0)
19
- activesupport (~> 4.0)
20
- rails-observers (~> 0.1.1)
21
- activesupport (4.2.2)
22
- i18n (~> 0.7)
23
- json (~> 1.7, >= 1.7.7)
20
+ activeresource (5.1.0)
21
+ activemodel (>= 5.0, < 7)
22
+ activemodel-serializers-xml (~> 1.0)
23
+ activesupport (>= 5.0, < 7)
24
+ activesupport (5.2.2)
25
+ concurrent-ruby (~> 1.0, >= 1.0.2)
26
+ i18n (>= 0.7, < 2)
24
27
  minitest (~> 5.1)
25
- thread_safe (~> 0.3, >= 0.3.4)
26
28
  tzinfo (~> 1.1)
27
- builder (3.2.2)
28
- coderay (1.1.0)
29
+ builder (3.2.3)
30
+ coderay (1.1.2)
31
+ concurrent-ruby (1.1.3)
29
32
  fakeweb (1.3.0)
30
- i18n (0.7.0)
31
- json (1.8.3)
33
+ graphql (1.8.11)
34
+ graphql-client (0.14.0)
35
+ activesupport (>= 3.0, < 6.0)
36
+ graphql (~> 1.6)
37
+ i18n (1.1.1)
38
+ concurrent-ruby (~> 1.0)
32
39
  metaclass (0.0.4)
33
- method_source (0.8.2)
40
+ method_source (0.9.2)
34
41
  minitest (5.7.0)
35
42
  mocha (1.1.0)
36
43
  metaclass (~> 0.0.1)
37
- pry (0.10.1)
44
+ pry (0.12.2)
38
45
  coderay (~> 1.1.0)
39
- method_source (~> 0.8.1)
40
- slop (~> 3.4)
41
- rails-observers (0.1.2)
42
- activemodel (~> 4.0)
46
+ method_source (~> 0.9.0)
47
+ rack (2.0.6)
43
48
  rake (10.4.2)
44
- shopify_api (3.2.7)
45
- activeresource
46
- pry (>= 0.9.12.6)
47
- thor (~> 0.18.1)
48
- slop (3.6.0)
49
+ shopify_api (5.2.0)
50
+ activeresource (>= 3.0.0)
51
+ graphql-client
52
+ rack
49
53
  thor (0.18.1)
50
- thread_safe (0.3.5)
51
- tzinfo (1.2.2)
54
+ thread_safe (0.3.6)
55
+ tzinfo (1.2.5)
52
56
  thread_safe (~> 0.1)
53
57
 
54
58
  PLATFORMS
@@ -62,4 +66,4 @@ DEPENDENCIES
62
66
  shopify_cli!
63
67
 
64
68
  BUNDLED WITH
65
- 1.10.2
69
+ 1.16.3
@@ -1,3 +1,3 @@
1
1
  module ShopifyCLI
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -106,6 +106,10 @@ module ShopifyCLI
106
106
  puts "using #{config['domain']}"
107
107
  ShopifyAPI::Base.site = site_from_config(config)
108
108
 
109
+ logger = Logger.new(STDOUT)
110
+ logger.level = Logger::WARN
111
+ ActiveResource::Base.logger = logger
112
+
109
113
  launch_shell(config)
110
114
  end
111
115
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-18 00:00:00.000000000 Z
11
+ date: 2019-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shopify_api
@@ -145,6 +145,7 @@ extra_rdoc_files:
145
145
  - LICENSE
146
146
  - README.md
147
147
  files:
148
+ - ".gitignore"
148
149
  - ".travis.yml"
149
150
  - Gemfile
150
151
  - Gemfile.lock
@@ -179,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
179
180
  version: '0'
180
181
  requirements: []
181
182
  rubyforge_project:
182
- rubygems_version: 2.4.5
183
+ rubygems_version: 2.7.6
183
184
  signing_key:
184
185
  specification_version: 4
185
186
  summary: The Shopify CLI gem is a tool for accessing the Shopify admin REST web services