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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 257b67c93feedc4c97a3f7e7fcdca639c85c032383f010bfe5a391cdcd87b6ac
4
- data.tar.gz: c9c679ec583dac41fab34bfe4bec799da7dc18fce9ad8196e33d7d9d527758c5
3
+ metadata.gz: dabe7398a13bb8898ef821bff964fca0e3bf3aa5e6d872e35fb65ac351fb9172
4
+ data.tar.gz: 22bb880c0c49be382b897943ee30077e78946fd018149889258cb6af8a0fd0a0
5
5
  SHA512:
6
- metadata.gz: a11e624059da372dff855f8d9229eb71556df2e042a77a5317d37327514b96de034b9fb4cbb6ccdaf2a1a32564db027996ba795dadc72051252769dda7269767
7
- data.tar.gz: 68835b676f67cbb9fefeaa0be2f7cc03e0920b01a9c6dbe12848fd6a02e75d05791fe2d862a8d662cd67e40d6e11f97c710d4fed5771dbbf401ecac38e5a38ad
6
+ metadata.gz: 1a326b27b9ced4dbab4ca1fe87891fed5baf7464319e0d14104576f6a5f37b383597a3b19282df1d57c989de685e9deb6c39347260ee7752aa29c861a49bc47d
7
+ data.tar.gz: b675e3d5030efc0034cbcbf6d8d7dca9b995336425adb3d2bd6323d65b4f1abf03cb15e008185836e2426df2a1ab5107416d21678a25b123e8365abf024dda6f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shopify_cli (1.0.3)
4
+ shopify_cli (1.0.4)
5
5
  activemodel (>= 4.2.2)
6
6
  activesupport (>= 4.2.2)
7
7
  pry (>= 0.9.12.6)
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/shopify_api_console_ruby
5
- * RubyGems: https://rubygems.org/gems/shopify_cli --> https://rubygems.org/gems/shopify_api_console_ruby
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.3
14
+ gem install shopify_cli -v v1.0.4
15
15
  ```
@@ -1,4 +1,4 @@
1
1
  module ShopifyCLI
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  warn "[DEPRECATION] This gem has been renamed to shopify_api_console. Please switch to shopify_api_console v2+ as soon as possible."
4
4
  end
@@ -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{The Shopify CLI gem is a tool for accessing the Shopify admin REST web services from the console}
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/shopify_api_console_ruby}
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.3
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 00:00:00.000000000 Z
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/shopify_api_console_ruby
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: The Shopify CLI gem is a tool for accessing the Shopify admin REST web services
187
- from the console
186
+ summary: Deprecated! Please use the `shopify_api_console` gem.
188
187
  test_files: []