blockchyp 2.24.7 → 2.24.8

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: d77f104f9c865d4f3a7b72eb7f3c735801eef59f64c2f55c010f50543a36ff10
4
- data.tar.gz: e49a24b02503a23d00aee3d6f655d0ad9f908fb7a2c4d86cf2c85b54a6819557
3
+ metadata.gz: 9735874427b7dd99fe3a89fe19f79a71ffa3e407aca7f00f950c8901a9fdad2b
4
+ data.tar.gz: 8354b86d38f44d0b766b26a1f5ba005a2f1cffc147771d148c27687f20834629
5
5
  SHA512:
6
- metadata.gz: b139fe14ebde8237f18d071aafa15b59c2cb0d5930476c17d6b2152526c704bb2c3160efe88079c40f607f8f73683fb1521b71952f15246ddd5444c5d778b85f
7
- data.tar.gz: 5c36fce128d55f1c5e7a5ecdf0ebfdc5d9e683aed95a0bebbafab85f72ca011de40b5f0f44c936da2f48b36f52b8c6527d43030279e2a9fcf08d1a1100b5263f
6
+ metadata.gz: d4eaa070de6a4279596cc4eefb4b6459030e2664e3cb06e49f54e65fb0e2565b5d6cc0cb4d6689183aab442fc8794140baf0beb8f5dcde710cbaf4da486b3963
7
+ data.tar.gz: 3076e3296b9acad951157b475d256869d9ba34ddadc8a673f030ada9400a7898b3640ced7f556b6712122a66f852b4f36d36fc58aae7c7474f15162200714da7
data/README.md CHANGED
@@ -2568,8 +2568,8 @@ blockchyp = BlockChyp::BlockChyp.new(
2568
2568
  # Set request parameters
2569
2569
  request = {
2570
2570
  token: '<TOKEN>',
2571
- expMonth: 12,
2572
- expYear: 2040
2571
+ expiryMonth: '12',
2572
+ expiryYear: '2040'
2573
2573
  }
2574
2574
 
2575
2575
  response = blockchyp.updateToken(request)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlockChyp
4
- VERSION = '2.24.7'
4
+ VERSION = '2.24.8'
5
5
  end
@@ -44,8 +44,8 @@ module BlockChyp
44
44
  # Set request parameters
45
45
  request = {
46
46
  token: response[:token],
47
- expMonth: 12,
48
- expYear: 2040
47
+ expiryMonth: '12',
48
+ expiryYear: '2040'
49
49
  }
50
50
 
51
51
  response = blockchyp.update_token(request)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blockchyp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.24.7
4
+ version: 2.24.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - BlockChyp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-06 00:00:00.000000000 Z
11
+ date: 2025-10-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: