ledger_sync-netsuite 0.3.1 → 0.3.2
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 +14 -2
- data/lib/ledger_sync/netsuite/journal_entry/serializer.rb +1 -0
- data/lib/ledger_sync/netsuite/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: b8c38a72e0e488a4a66350959b23ea3ddf22c5954ee7f226249ba759b1335873
|
4
|
+
data.tar.gz: 239125cbc6747f9b00d8e4ee19f3d8c409795e46caa4ed91dd734a46921d5f2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 613ca7e123001019069c9186678aa87b35bc69f2fdf6606f7c6adc48812b6f503b9204519da23d9cab55ce9eb619f8bb9fb2769718bdab0e81f039fb6826a229
|
7
|
+
data.tar.gz: b377a6fc4b87894b2d65145359462594cc4af5301a534547d28547019946e0be65bfad728ed7ccec07279c21365548da04dee02b5dd5458a7ed2c5af0aa22a86
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ledger_sync-netsuite (0.3.
|
4
|
+
ledger_sync-netsuite (0.3.2)
|
5
5
|
dotenv
|
6
6
|
ledger_sync (>= 2.0.0)
|
7
7
|
nokogiri
|
@@ -97,6 +97,7 @@ GEM
|
|
97
97
|
hashdiff (1.0.1)
|
98
98
|
i18n (1.8.10)
|
99
99
|
concurrent-ruby (~> 1.0)
|
100
|
+
io-wait (0.1.0)
|
100
101
|
json (2.5.1)
|
101
102
|
jwt (2.2.3)
|
102
103
|
ledger_sync (2.0.0)
|
@@ -114,11 +115,20 @@ GEM
|
|
114
115
|
rack (~> 2.2.3)
|
115
116
|
resonad
|
116
117
|
simply_serializable (>= 1.5.1)
|
118
|
+
mini_portile2 (2.5.2)
|
119
|
+
net-ftp (~> 0.1)
|
117
120
|
minitest (5.14.4)
|
118
121
|
multi_json (1.15.0)
|
119
122
|
multi_xml (0.6.0)
|
120
123
|
multipart-post (2.1.1)
|
121
|
-
|
124
|
+
net-ftp (0.1.2)
|
125
|
+
net-protocol
|
126
|
+
time
|
127
|
+
net-protocol (0.1.1)
|
128
|
+
io-wait
|
129
|
+
timeout
|
130
|
+
nokogiri (1.11.6)
|
131
|
+
mini_portile2 (~> 2.5.0)
|
122
132
|
racc (~> 1.4)
|
123
133
|
oauth2 (1.4.7)
|
124
134
|
faraday (>= 0.8, < 2.0)
|
@@ -177,6 +187,8 @@ GEM
|
|
177
187
|
term-ansicolor (1.7.1)
|
178
188
|
tins (~> 1.0)
|
179
189
|
thor (1.1.0)
|
190
|
+
time (0.1.0)
|
191
|
+
timeout (0.1.1)
|
180
192
|
tins (1.29.1)
|
181
193
|
sync
|
182
194
|
tzinfo (2.0.4)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ledger_sync-netsuite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Modern Treasury
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-05-
|
11
|
+
date: 2021-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|