terminal-shop 2.1.2 → 2.1.3

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: e9bf917ec73c7cb09ab4763ed8c0413cffd0412def901e7a707aea888d0aac13
4
- data.tar.gz: f475711c01405690ab9454431ae01ce45b02524c71639fba6cd37968692913f4
3
+ metadata.gz: 600e5534e074668ad2568ed9513ab1b63362e7e08b256a481406edc9ea8518ce
4
+ data.tar.gz: c6b34de53a01973d8c6353af76e25f5a6b96f17bce817b7a1fbf92ada07d627d
5
5
  SHA512:
6
- metadata.gz: 20b336aae8fb897c04a6be94c49b4739ce933aeed033e025a69b2bc15674697fd85546adddff1f8ab2d2baf2d0d1784ad2d313dfb3f36c2bbd6fe42defbbb2c2
7
- data.tar.gz: 17fb0ad07044975fa2ee8a847c0e6ca8ed4df7c1d08cbc7557d7e6a6d728dfbb01047706bbb483539ccfab33ae035cf9efbcd611510e4f9ce81bda1c389e6a72
6
+ metadata.gz: da1bbcfc714458f2d72aefc46715c5556b9c4c726c01eff417f17ffd01064f17a8c181808061d2f50e0b639a0923d6134be411e73f51a90ab96e1fbbb8becfed
7
+ data.tar.gz: 57290c92f10f76e00586a3f46da9f83f6a39c100e03392eb08a2e5728ebdec560c6c2d4860a37968ab2c33f1eaf9dffa0303305cd853bae911575425f601def7
data/README.md CHANGED
@@ -15,7 +15,7 @@ The underlying REST API documentation can be found on [terminal.shop](https://te
15
15
  To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
16
16
 
17
17
  ```ruby
18
- gem "terminal-shop", "~> 2.1.1"
18
+ gem "terminal-shop", "~> 2.1.2"
19
19
  ```
20
20
 
21
21
  To fetch an initial copy of the gem:
@@ -35,9 +35,9 @@ terminal = TerminalShop::Client.new(
35
35
  environment: "dev" # defaults to "production"
36
36
  )
37
37
 
38
- product = terminal.product.list
38
+ products = terminal.product.list
39
39
 
40
- puts(product.data)
40
+ puts(products.data)
41
41
  ```
42
42
 
43
43
  ### Errors
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TerminalShop
4
- VERSION = "2.1.2"
4
+ VERSION = "2.1.3"
5
5
  end
@@ -1,5 +1,5 @@
1
1
  # typed: strong
2
2
 
3
3
  module TerminalShop
4
- VERSION = "2.1.2"
4
+ VERSION = "2.1.3"
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module TerminalShop
2
- VERSION: "2.1.1"
2
+ VERSION: "2.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terminal-shop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Terminal