e_plat 1.1.0.pre.rc.12 → 1.1.2

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: 6ee47e450c765f1dfef7835d2de8d14ba6d5d6895198dc8da77318eeac29bcbd
4
- data.tar.gz: 1dba552bd5fc5b7c29054a9063239289bfa20fea8414f1d2a1ee2f16ffced7cc
3
+ metadata.gz: c6a3d9be8d9e30bfa07cca050e71e598f30a18cbb7ec2b5e8931d1835299cd0f
4
+ data.tar.gz: e5fb712ace483ec3ac2fa053d40026d6ae4d05bdd2c8e70c509bd34fb8e7471b
5
5
  SHA512:
6
- metadata.gz: 0a79e241e73c0163deec7b874c91d0f444438775b9fbe5a5861e90225c1eaec83224fa0f33169bcd437d076e4093a89a538ffa761b3c07d251a191f98a05f30d
7
- data.tar.gz: cea39c4d58da42d8d004eb9fbcbdda16c29def17566dfad860ab7ce994db6f375a4fd9d9e01fe2c780f0c9eca61a96302dac295ee743314797d47b57a092c595
6
+ metadata.gz: 82fc608c2996a3e765388cae52d44faa09ce7f1e92403791a41dbf0630c13413f4bbd2313e2553076bf42a556ab7a18cea7c40dc128cf4f86b05bd173ad4a65f
7
+ data.tar.gz: 0d11186f626e329d832b33d4cdd07b8cb46cad0a86b2f5020887c37378e2c654a41eeaaa7635f4575f457ac552cc5d3d315d485c498e8933420efa6a09022c74
@@ -62,7 +62,7 @@ module EPlat
62
62
 
63
63
  def graphql_count
64
64
  graphql_query = eval graphql_count_query
65
- response = execute_graphql_request(graphql_query.call(""))
65
+ response = execute_graphql_request(graphql_query.call("limit: null"))
66
66
 
67
67
  if !response.is_a?(Hash)
68
68
  raise EPlat::GraphqlError.new(response.first["message"])
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "1.1.0-rc.12"
2
+ VERSION = "1.1.2"
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: 1.1.0.pre.rc.12
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - oliwoodsuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-28 00:00:00.000000000 Z
11
+ date: 2025-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler