shopify_cli 1.0.3 → 1.0.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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/lib/shopify_cli.rb +1 -1
- data/shopify_cli.gemspec +2 -2
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dabe7398a13bb8898ef821bff964fca0e3bf3aa5e6d872e35fb65ac351fb9172
|
|
4
|
+
data.tar.gz: 22bb880c0c49be382b897943ee30077e78946fd018149889258cb6af8a0fd0a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a326b27b9ced4dbab4ca1fe87891fed5baf7464319e0d14104576f6a5f37b383597a3b19282df1d57c989de685e9deb6c39347260ee7752aa29c861a49bc47d
|
|
7
|
+
data.tar.gz: b675e3d5030efc0034cbcbf6d8d7dca9b995336425adb3d2bd6323d65b4f1abf03cb15e008185836e2426df2a1ab5107416d21678a25b123e8365abf024dda6f
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# This gem has been renamed
|
|
2
2
|
|
|
3
3
|
* Name: shopify_cli --> shopify_api_console
|
|
4
|
-
* GitHub: https://github.com/Shopify/shopify_cli --> https://github.com/Shopify/
|
|
5
|
-
* RubyGems: https://rubygems.org/gems/shopify_cli --> https://rubygems.org/gems/
|
|
4
|
+
* GitHub: https://github.com/Shopify/shopify_cli --> https://github.com/Shopify/shopify_api_console
|
|
5
|
+
* RubyGems: https://rubygems.org/gems/shopify_cli --> https://rubygems.org/gems/shopify_api_console
|
|
6
6
|
|
|
7
|
-
shopify_cli 1.x will not be supported going forward. v1.0.3 will produce a deprecation warning.
|
|
7
|
+
shopify_cli 1.x will not be supported going forward. v1.0.3+ will produce a deprecation warning.
|
|
8
8
|
|
|
9
9
|
Starting with v2.0, the gem has been renamed to `shopify_api_console`. We recommend switching to shopify_api_console v2.0+ as soon as possible.
|
|
10
10
|
|
|
11
11
|
1.x versions will continue to exist on [RubyGems](https://rubygems.org/gems/shopify_cli) and in the [GitHub releases](https://github.com/Shopify/shopify_cli/releases). If you _must_ use one of these releases, make sure to specify a version:
|
|
12
12
|
|
|
13
13
|
```
|
|
14
|
-
gem install shopify_cli -v v1.0.
|
|
14
|
+
gem install shopify_cli -v v1.0.4
|
|
15
15
|
```
|
data/lib/shopify_cli.rb
CHANGED
data/shopify_cli.gemspec
CHANGED
|
@@ -6,9 +6,9 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.version = ShopifyCLI::VERSION
|
|
7
7
|
s.author = "Shopify"
|
|
8
8
|
|
|
9
|
-
s.summary = %q{
|
|
9
|
+
s.summary = %q{Deprecated! Please use the `shopify_api_console` gem.}
|
|
10
10
|
s.description = %q{}
|
|
11
|
-
s.homepage = %q{https://github.com/Shopify/
|
|
11
|
+
s.homepage = %q{https://github.com/Shopify/shopify_api_console}
|
|
12
12
|
|
|
13
13
|
s.extra_rdoc_files = [
|
|
14
14
|
"LICENSE",
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shopify
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: shopify_api
|
|
@@ -159,7 +159,7 @@ files:
|
|
|
159
159
|
- shopify_cli.gemspec
|
|
160
160
|
- test/cli_test.rb
|
|
161
161
|
- test/test_helper.rb
|
|
162
|
-
homepage: https://github.com/Shopify/
|
|
162
|
+
homepage: https://github.com/Shopify/shopify_api_console
|
|
163
163
|
licenses:
|
|
164
164
|
- MIT
|
|
165
165
|
metadata: {}
|
|
@@ -183,6 +183,5 @@ rubyforge_project:
|
|
|
183
183
|
rubygems_version: 2.7.6
|
|
184
184
|
signing_key:
|
|
185
185
|
specification_version: 4
|
|
186
|
-
summary:
|
|
187
|
-
from the console
|
|
186
|
+
summary: Deprecated! Please use the `shopify_api_console` gem.
|
|
188
187
|
test_files: []
|