ledger_sync 3.0.2 → 3.0.3
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 +4 -4
- data/Gemfile.lock +9 -9
- data/lib/ledger_sync/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 610d897ff19a6428ca64afaeab7fff46bb5c3903b83598548def0063195eac58
|
4
|
+
data.tar.gz: 65e0e1c9f697cffd9576c2f89dc4a78229cda76437f0f04fbb5735fcc20d77d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae0557fd6ed7a2f844ba911ca0efd75f6f24b7ac20ef242f686fd8b81e647b80f71bfface02baf6904369c5ea4af4a9f0dcf6a967382d212545b60b21a0b46d3
|
7
|
+
data.tar.gz: a1ffc6e509c47043f8bf5738ae98afe2931979655ced505888bbcff0dd316917df5eb002b68d8adc07d57c8d2fbdf5b87cfc3bd03cf4c663b28d6f740b16f82d
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ledger_sync (3.0.
|
4
|
+
ledger_sync (3.0.3)
|
5
5
|
activemodel
|
6
6
|
dotenv
|
7
7
|
dry-schema
|
@@ -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.
|
93
|
+
dry-validation (1.11.1)
|
94
94
|
concurrent-ruby (~> 1.0)
|
95
|
-
dry-core (~> 1.
|
96
|
-
dry-initializer (~> 3.
|
97
|
-
dry-schema (
|
95
|
+
dry-core (~> 1.1)
|
96
|
+
dry-initializer (~> 3.2)
|
97
|
+
dry-schema (~> 1.14)
|
98
98
|
zeitwerk (~> 2.6)
|
99
99
|
factory_bot (6.5.1)
|
100
100
|
activesupport (>= 6.1.0)
|
101
|
-
faraday (2.
|
101
|
+
faraday (2.13.1)
|
102
102
|
faraday-net_http (>= 2.0, < 3.5)
|
103
103
|
json
|
104
104
|
logger
|
@@ -115,7 +115,7 @@ GEM
|
|
115
115
|
pp (>= 0.6.0)
|
116
116
|
rdoc (>= 4.0.0)
|
117
117
|
reline (>= 0.4.2)
|
118
|
-
json (2.
|
118
|
+
json (2.11.3)
|
119
119
|
language_server-protocol (3.17.0.4)
|
120
120
|
lint_roller (1.1.0)
|
121
121
|
logger (1.7.0)
|
@@ -147,7 +147,7 @@ GEM
|
|
147
147
|
stringio
|
148
148
|
public_suffix (6.0.1)
|
149
149
|
racc (1.8.1)
|
150
|
-
rack (3.1.
|
150
|
+
rack (3.1.14)
|
151
151
|
rainbow (3.1.1)
|
152
152
|
rake (13.2.1)
|
153
153
|
rdoc (6.13.1)
|
@@ -170,7 +170,7 @@ GEM
|
|
170
170
|
diff-lcs (>= 1.2.0, < 2.0)
|
171
171
|
rspec-support (~> 3.13.0)
|
172
172
|
rspec-support (3.13.1)
|
173
|
-
rubocop (1.75.
|
173
|
+
rubocop (1.75.5)
|
174
174
|
json (~> 2.3)
|
175
175
|
language_server-protocol (~> 3.17.0.2)
|
176
176
|
lint_roller (~> 1.1.0)
|
data/lib/ledger_sync/version.rb
CHANGED
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.
|
4
|
+
version: 3.0.3
|
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-
|
11
|
+
date: 2025-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|