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 +5 -5
- data/.gitignore +2 -0
- data/.travis.yml +0 -2
- data/Gemfile.lock +33 -29
- data/lib/shopify_cli.rb +1 -1
- data/lib/shopify_cli/cli.rb +4 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: aec4b85f70c3298633adf32884c5b07e19223cdeeec22bcfb393823e90e9c27a
|
4
|
+
data.tar.gz: b7cf37012e2e4f6b906022c281f5056a18ad6bcfa355764a7cbf445b4190cc3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d0c42a524087174f42e7b58d5cc0ba49e20c3d802f9299e0db2feb8c68127b554f5fe7b02f7991a031175a100953700666ccfb611de305092a9f276820307fe
|
7
|
+
data.tar.gz: 9ef49a1b0170fa4ac127a9b06ac00b4c2bee8eee116411bb0cd101354680737909c597be9bee35e8488b1180e89f55564ac22995200bd4dead02a04838ca8fe9
|
data/.gitignore
ADDED
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
shopify_cli (1.0.
|
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 (
|
15
|
-
activesupport (=
|
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 (
|
18
|
-
activemodel (
|
19
|
-
|
20
|
-
|
21
|
-
activesupport (
|
22
|
-
|
23
|
-
|
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.
|
28
|
-
coderay (1.1.
|
29
|
+
builder (3.2.3)
|
30
|
+
coderay (1.1.2)
|
31
|
+
concurrent-ruby (1.1.3)
|
29
32
|
fakeweb (1.3.0)
|
30
|
-
|
31
|
-
|
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.
|
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.
|
44
|
+
pry (0.12.2)
|
38
45
|
coderay (~> 1.1.0)
|
39
|
-
method_source (~> 0.
|
40
|
-
|
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 (
|
45
|
-
activeresource
|
46
|
-
|
47
|
-
|
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.
|
51
|
-
tzinfo (1.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.
|
69
|
+
1.16.3
|
data/lib/shopify_cli.rb
CHANGED
data/lib/shopify_cli/cli.rb
CHANGED
@@ -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.
|
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:
|
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.
|
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
|