istox 0.1.100 → 0.1.101

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: 2485877c8909c883204a97adf7363c3c7a4448b2f6f8f1c057034164c9ffa0e3
4
- data.tar.gz: 4f8a5c0c01e8023f52b0d14bf5022b04ed4d475919e9c1f0a81510e78e15948b
3
+ metadata.gz: 11f7902ef4cdf515513fc91c5c68bc7a8158f6575ec6ae6f62aab47c0cc6cefd
4
+ data.tar.gz: '00841e3bd72820482a505049f97e833c87c2760590f6f72fb3273a95864c8769'
5
5
  SHA512:
6
- metadata.gz: a113bf5ada59c04108ebd95c46b4d60bf24bbaa4f864dde10bf1a99c0c61d90e5ea528b163260bf074c2d684553ed60c7acb4d0319859ecf4edd00708c463b21
7
- data.tar.gz: 86b2a11cc400ee880e0cf80c980f747a38928fbb400db37437fa4436eb993ac970da45c7351b9b1a91f5d217af808547d8c75996c3e771d1e0caed58f6ec5d79
6
+ metadata.gz: '088cd62dec7c8f75d09dab95daa590edc38d7fb1f2b93dd836fa6c43078f505b8679c60c06268a2bb47453e1830e35f4fe4bb0a89519fd7f9ff5e0196b92ec6b'
7
+ data.tar.gz: 86bfe1f30b3609546749244fc86c4739ca4b1c334905502762bb509f22b96789bb8f79de97a0e91c6f0451d484dd56a14f7b642de7b598ec4542f1c691ab08cc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- istox (0.1.99)
4
+ istox (0.1.100)
5
5
  binding_of_caller
6
6
  bunny (>= 2.12.0)
7
7
  graphlient
@@ -67,7 +67,7 @@ module Istox
67
67
 
68
68
  OpenStruct.new(
69
69
  data: data,
70
- pagination: OpenStruct.new(
70
+ pagination: {
71
71
  page: current_page,
72
72
  limit: meta.limit,
73
73
  previousPage: current_page - 1,
@@ -75,7 +75,7 @@ module Istox
75
75
  nextPage: current_page < page_count ? current_page + 1 : 0,
76
76
  pageCount: page_count,
77
77
  totalCount: total
78
- )
78
+ }
79
79
  )
80
80
  end
81
81
 
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.1.100'.freeze
2
+ VERSION = '0.1.101'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.100
4
+ version: 0.1.101
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng