iron_bank 6.1.1 → 6.2.0

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: 4baa0d4b2accd261835486e59f72a6ba3fbfca8fa944d233934b26e24e3021a4
4
- data.tar.gz: a8433c76f48bc6a9dfe8b298dfe20ed7f855acb08649a85b8f1760ccb2c0e454
3
+ metadata.gz: f1a76f7532e00492b6b71572c6a493cd3349ccd94d893501ca962dd234ef7688
4
+ data.tar.gz: 02162721b4d82f43b1bbb35b16b28edf5e6e8efdba5603510d1c9b98bc5b0c89
5
5
  SHA512:
6
- metadata.gz: 25e765f303d03abf3bd967a4fb20fb31c98303399b2aa1e8edade29c200cc2709b973054916f3e23d60b3235411015b937a7f86c1bcf79dc38eeb0c714ca13e7
7
- data.tar.gz: 8191bad1ba838dd62e2d26ad6dba7e11827b647d0119593ce58db8af04dbfd4916e25ec4108528606c90a432b02f34c73122c63b1082c9107be7ec24761590db
6
+ metadata.gz: 3fdb7fd408c81ea0732d01c96af06681e823728f590877132f9b9fee32d991716bcde51e49343258c546cd2ebf6a68b2b91a3b0c30a75888fd66fcf1cdf9bd8a
7
+ data.tar.gz: 9512f3b04f268ba17c3a6ae558c9fd42d3f49ae7a48219869dc0aee8e4c4bdab3d01c2af94d665e277c5fb5ca83121d17d4d6696cbcd2ade0e0dca5ee5bf8a79
data/Gemfile CHANGED
@@ -5,6 +5,7 @@ source "https://rubygems.org"
5
5
  # Specify your gem's dependencies in zuora.gemspec
6
6
  gemspec
7
7
 
8
+ gem "activesupport", "~> 7.2"
8
9
  gem "bump", "~> 0.5"
9
10
  gem "bundler", "~> 2.0"
10
11
  gem "dotenv", "~> 2.2"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iron_bank (6.1.1)
4
+ iron_bank (6.2.0)
5
5
  csv (~> 3)
6
6
  faraday (~> 2)
7
7
  faraday-retry (~> 2)
@@ -10,30 +10,32 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.1.1)
13
+ activesupport (7.2.3.1)
14
14
  base64
15
+ benchmark (>= 0.3)
15
16
  bigdecimal
16
- concurrent-ruby (~> 1.0, >= 1.0.2)
17
+ concurrent-ruby (~> 1.0, >= 1.3.1)
17
18
  connection_pool (>= 2.2.5)
18
19
  drb
19
20
  i18n (>= 1.6, < 2)
20
- minitest (>= 5.1)
21
- mutex_m
22
- tzinfo (~> 2.0)
21
+ logger (>= 1.4.2)
22
+ minitest (>= 5.1, < 6)
23
+ securerandom (>= 0.3)
24
+ tzinfo (~> 2.0, >= 2.0.5)
23
25
  ast (2.4.2)
24
- base64 (0.2.0)
25
- bigdecimal (3.1.4)
26
+ base64 (0.3.0)
27
+ benchmark (0.5.0)
28
+ bigdecimal (4.1.2)
26
29
  bump (0.10.0)
27
30
  byebug (11.1.3)
28
31
  coderay (1.1.3)
29
- concurrent-ruby (1.2.2)
30
- connection_pool (2.4.1)
32
+ concurrent-ruby (1.3.6)
33
+ connection_pool (3.0.2)
31
34
  csv (3.3.5)
32
35
  diff-lcs (1.5.0)
33
36
  docile (1.4.0)
34
37
  dotenv (2.8.1)
35
- drb (2.2.0)
36
- ruby2_keywords
38
+ drb (2.2.3)
37
39
  factory_bot (6.6.0)
38
40
  activesupport (>= 6.1.0)
39
41
  faraday (2.14.1)
@@ -44,15 +46,14 @@ GEM
44
46
  net-http (>= 0.5.0)
45
47
  faraday-retry (2.2.0)
46
48
  faraday (~> 2.0)
47
- i18n (1.13.0)
49
+ i18n (1.14.8)
48
50
  concurrent-ruby (~> 1.0)
49
51
  json (2.6.3)
50
52
  kwalify (0.7.2)
51
53
  logger (1.6.6)
52
54
  method_source (1.0.0)
53
55
  mini_portile2 (2.8.2)
54
- minitest (5.18.0)
55
- mutex_m (0.2.0)
56
+ minitest (5.27.0)
56
57
  net-http (0.6.0)
57
58
  uri
58
59
  nokogiri (1.19.3)
@@ -75,7 +76,7 @@ GEM
75
76
  parser (~> 3.2.0)
76
77
  rainbow (>= 2.0, < 4.0)
77
78
  regexp_parser (2.8.0)
78
- rexml (3.4.1)
79
+ rexml (3.4.4)
79
80
  rspec (3.12.0)
80
81
  rspec-core (~> 3.12.0)
81
82
  rspec-expectations (~> 3.12.0)
@@ -105,7 +106,7 @@ GEM
105
106
  rubocop (>= 1.7.0, < 2.0)
106
107
  rubocop-ast (>= 0.4.0)
107
108
  ruby-progressbar (1.13.0)
108
- ruby2_keywords (0.0.5)
109
+ securerandom (0.4.1)
109
110
  shoulda-matchers (4.5.1)
110
111
  activesupport (>= 4.2.0)
111
112
  simplecov (0.22.0)
@@ -124,6 +125,7 @@ PLATFORMS
124
125
  ruby
125
126
 
126
127
  DEPENDENCIES
128
+ activesupport (~> 7.2)
127
129
  bump (~> 0.5)
128
130
  bundler (~> 2.0)
129
131
  dotenv (~> 2.2)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IronBank
4
- VERSION = "6.1.1"
4
+ VERSION = "6.2.0"
5
5
  API_VERSION = "v1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_bank
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.1
4
+ version: 6.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mickael Pham
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2026-05-07 00:00:00.000000000 Z
14
+ date: 2026-05-08 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: csv