e_plat 0.5.0 → 0.5.1

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: 7940bc3d4b8d6b21b3ac8b36eba083a7cfea37fabd1161bca997c47338038b9b
4
- data.tar.gz: 1d8ce726804d61e44f5b1c5e9675309219cfc03619b6bb7be3733cbd1f683e9e
3
+ metadata.gz: 638e434e4165189fd82401c63c5bc2b06ac758d04a60057482e4ee34e75ce77b
4
+ data.tar.gz: 6e7b5390abdc4c458c6247e29d74303a95223dcac4fc4fdedfa40a5d096c0fbb
5
5
  SHA512:
6
- metadata.gz: 04c6492c9a0d3d79769e5223c6b16ba1672a088cc5ff7baa9a94e942c555b9e0b6134881c96db1f8f7cb5bc32cff70d97a796e1725a6a6a998d69835a50a6dd6
7
- data.tar.gz: 6355bcf307dbe5d0ef1fe660510f142390ee01a7e0a0e45fe1fc2b3379a00b28350b5b5151625dde045e0e73b2ac74ead4e591d6539afffd1d76f0d239a24b12
6
+ metadata.gz: 65f56da96c9d67f646b0b968e381c062f8438a9be0ff06a3b32c0a986e73ced372f8384ff5cc2c7477899407eb5b10134ac7185dd8c8b6bae6391d2f772e0a29
7
+ data.tar.gz: a395dc9d4cafc9071f62ad15497bc961ce91280da9e9f316fbe63ae6c73b3cec114bbca7858bb1d65d7c22335f0c9fd8a88d75fede8dd67608e957a9f612e519
@@ -10,12 +10,13 @@ module EPlat
10
10
  prefix_options, query_options = split_options(options[:params])
11
11
  path = (client.bigcommerce?) ? "/stores/#{ client.store_hash }/v2/store.json" : "#{ client.url_prefix }shop.json"
12
12
 
13
- instantiate_record(format.decode(connection.get(path, headers).body), prefix_options)
13
+ instantiate_record(format.decode(connection.get(path, client.headers).body), prefix_options)
14
14
  end
15
15
 
16
16
  def current
17
17
  find(1)
18
18
  end
19
+
19
20
  end
20
21
 
21
22
 
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: e_plat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - oliwoodsuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler