ledger_sync 3.0.2 → 3.0.4

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: feaa06a91bd1760d0ca4de9402dc6d1d1432bd8eec8b3e62a1c171bbb52a283c
4
- data.tar.gz: 415fbc751e267184d742496c80a7a6b85247af5bac2f51ec8d7e2d1bedfb9684
3
+ metadata.gz: f98d6731eb725f87b006752f41e0999041cbad65f13d7256e49502fafa8e6a72
4
+ data.tar.gz: 44ca0bf411e185dac9aaf7afac5fec8b813f457cecff7dd7c6b76f01f1615357
5
5
  SHA512:
6
- metadata.gz: 41969bc36721a1bf150ad86e23a85ddd23773273dfc531e5c5bcfe9c63e1f9f96de2fbe8f4e23f12ea295ca1a1b6e6941eda88d9784165a7cad92fdbf7863366
7
- data.tar.gz: fd8783e983a38abf9de7ebc5b9474f6c05cabec19d0007c9bcd38b540cd0b5707e8f18afadf5acf242f22a12a13119be7d5ce9444251ed4a97866feedfccd296
6
+ metadata.gz: 10c846c800757324b0a640cfb30730ab1504a15ef6dc43a9143319dc6782ad9c07ba08cec3e761b4270c3c40662bdd9f727b4e724980ee2de3a391a919c81038
7
+ data.tar.gz: 46dd90eb46fc018900458e75fc901a645797dbf4a1a0c6d8fc252feb577ffe4b9f8ceffec00ef2be2beaebc9d30bd7b0342ae120c63c4a8e8500bf5accff3de6
data/Gemfile CHANGED
@@ -7,4 +7,4 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
7
7
  # Specify your gem's dependencies in ledger_sync.gemspec
8
8
  gemspec
9
9
 
10
- gem 'rubocop', '~> 1.75'
10
+ gem 'rubocop', '~> 1.76'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ledger_sync (3.0.2)
4
+ ledger_sync (3.0.4)
5
5
  activemodel
6
6
  dotenv
7
7
  dry-schema
@@ -37,9 +37,9 @@ GEM
37
37
  public_suffix (>= 2.0.2, < 7.0)
38
38
  ast (2.4.3)
39
39
  awesome_print (1.9.2)
40
- base64 (0.2.0)
41
- benchmark (0.4.0)
42
- bigdecimal (3.1.9)
40
+ base64 (0.3.0)
41
+ benchmark (0.4.1)
42
+ bigdecimal (3.2.2)
43
43
  bump (0.10.0)
44
44
  byebug (12.0.0)
45
45
  childprocess (5.1.0)
@@ -47,8 +47,8 @@ GEM
47
47
  climate_control (1.2.0)
48
48
  colorize (1.1.0)
49
49
  concurrent-ruby (1.3.5)
50
- connection_pool (2.5.1)
51
- coveralls_reborn (0.28.0)
50
+ connection_pool (2.5.3)
51
+ coveralls_reborn (0.29.0)
52
52
  simplecov (~> 0.22.0)
53
53
  term-ansicolor (~> 1.7)
54
54
  thor (~> 1.2)
@@ -57,10 +57,10 @@ GEM
57
57
  bigdecimal
58
58
  rexml
59
59
  date (3.4.1)
60
- diff-lcs (1.5.1)
60
+ diff-lcs (1.6.2)
61
61
  docile (1.4.1)
62
62
  dotenv (3.1.8)
63
- drb (2.2.1)
63
+ drb (2.2.3)
64
64
  dry-configurable (1.3.0)
65
65
  dry-core (~> 1.1)
66
66
  zeitwerk (~> 2.6)
@@ -90,15 +90,15 @@ GEM
90
90
  dry-inflector (~> 1.0)
91
91
  dry-logic (~> 1.4)
92
92
  zeitwerk (~> 2.6)
93
- dry-validation (1.10.0)
93
+ dry-validation (1.11.1)
94
94
  concurrent-ruby (~> 1.0)
95
- dry-core (~> 1.0, < 2)
96
- dry-initializer (~> 3.0)
97
- dry-schema (>= 1.12, < 2)
95
+ dry-core (~> 1.1)
96
+ dry-initializer (~> 3.2)
97
+ dry-schema (~> 1.14)
98
98
  zeitwerk (~> 2.6)
99
- factory_bot (6.5.1)
99
+ factory_bot (6.5.4)
100
100
  activesupport (>= 6.1.0)
101
- faraday (2.12.2)
101
+ faraday (2.13.1)
102
102
  faraday-net_http (>= 2.0, < 3.5)
103
103
  json
104
104
  logger
@@ -115,8 +115,8 @@ GEM
115
115
  pp (>= 0.6.0)
116
116
  rdoc (>= 4.0.0)
117
117
  reline (>= 0.4.2)
118
- json (2.10.2)
119
- language_server-protocol (3.17.0.4)
118
+ json (2.12.2)
119
+ language_server-protocol (3.17.0.5)
120
120
  lint_roller (1.1.0)
121
121
  logger (1.7.0)
122
122
  mini_portile2 (2.8.8)
@@ -147,9 +147,9 @@ GEM
147
147
  stringio
148
148
  public_suffix (6.0.1)
149
149
  racc (1.8.1)
150
- rack (3.1.12)
150
+ rack (3.1.16)
151
151
  rainbow (3.1.1)
152
- rake (13.2.1)
152
+ rake (13.3.0)
153
153
  rdoc (6.13.1)
154
154
  psych (>= 4.0.0)
155
155
  regexp_parser (2.10.0)
@@ -157,20 +157,20 @@ GEM
157
157
  io-console (~> 0.5)
158
158
  resonad (1.4.0)
159
159
  rexml (3.4.1)
160
- rspec (3.13.0)
160
+ rspec (3.13.1)
161
161
  rspec-core (~> 3.13.0)
162
162
  rspec-expectations (~> 3.13.0)
163
163
  rspec-mocks (~> 3.13.0)
164
- rspec-core (3.13.2)
164
+ rspec-core (3.13.4)
165
165
  rspec-support (~> 3.13.0)
166
- rspec-expectations (3.13.3)
166
+ rspec-expectations (3.13.5)
167
167
  diff-lcs (>= 1.2.0, < 2.0)
168
168
  rspec-support (~> 3.13.0)
169
- rspec-mocks (3.13.2)
169
+ rspec-mocks (3.13.5)
170
170
  diff-lcs (>= 1.2.0, < 2.0)
171
171
  rspec-support (~> 3.13.0)
172
- rspec-support (3.13.1)
173
- rubocop (1.75.2)
172
+ rspec-support (3.13.4)
173
+ rubocop (1.76.1)
174
174
  json (~> 2.3)
175
175
  language_server-protocol (~> 3.17.0.2)
176
176
  lint_roller (~> 1.1.0)
@@ -178,10 +178,10 @@ GEM
178
178
  parser (>= 3.3.0.2)
179
179
  rainbow (>= 2.2.2, < 4.0)
180
180
  regexp_parser (>= 2.9.3, < 3.0)
181
- rubocop-ast (>= 1.44.0, < 2.0)
181
+ rubocop-ast (>= 1.45.0, < 2.0)
182
182
  ruby-progressbar (~> 1.7)
183
183
  unicode-display_width (>= 2.4.0, < 4.0)
184
- rubocop-ast (1.44.1)
184
+ rubocop-ast (1.45.1)
185
185
  parser (>= 3.3.7.2)
186
186
  prism (~> 1.4)
187
187
  ruby-progressbar (1.13.0)
@@ -200,7 +200,7 @@ GEM
200
200
  term-ansicolor (1.11.2)
201
201
  tins (~> 1.0)
202
202
  thor (1.3.2)
203
- tins (1.37.0)
203
+ tins (1.38.0)
204
204
  bigdecimal
205
205
  sync
206
206
  tzinfo (2.0.6)
@@ -233,7 +233,7 @@ DEPENDENCIES
233
233
  overcommit (~> 0.67.1)
234
234
  rake (~> 13.0)
235
235
  rspec (~> 3.2)
236
- rubocop (~> 1.75)
236
+ rubocop (~> 1.76)
237
237
  simplecov
238
238
  simplecov-lcov
239
239
  webmock
@@ -2,7 +2,7 @@
2
2
 
3
3
  # :nocov:
4
4
  module LedgerSync
5
- VERSION = '3.0.2'
5
+ VERSION = '3.0.4'
6
6
 
7
7
  def self.version
8
8
  if ENV['PRE_RELEASE']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ledger_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Jackson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-21 00:00:00.000000000 Z
11
+ date: 2025-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print