tufy 0.0.2 → 0.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/CHANGELOG.md +4 -0
- data/lib/tufy/build_account_segment.rb +9 -0
- data/lib/tufy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f8860dc6e79751a45874333b85dca1d15edc79a
|
|
4
|
+
data.tar.gz: 9f7778c2321cc8b2bcde0aa0fc3253e4b282d8f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90128ec571f75c4eaf1056a1f72e111b54ae839a4aa90858079ae7e715c01d8e0dddf06ba4d71cfcd3bea374a419383d9540f7b9bbed72bc51b5df78e2202935
|
|
7
|
+
data.tar.gz: ca58ef1dd43d78a4d27c38349158d3eb83983e63f8affc0daaf3940429f7399db34b6016ba3bf65565f2d713a1710859648691f7b636a7ff7eaa2b3bcbb74036
|
data/CHANGELOG.md
CHANGED
|
@@ -155,6 +155,15 @@ module Tufy
|
|
|
155
155
|
YES = "Y"
|
|
156
156
|
NO = "N"
|
|
157
157
|
NOT_APPLICABLE = "A"
|
|
158
|
+
|
|
159
|
+
# TU Code for Number of Days Past Due
|
|
160
|
+
PAST_DUE_CODE_000 = '000'
|
|
161
|
+
PAST_DUE_CODE_001 = '001'
|
|
162
|
+
PAST_DUE_CODE_030 = '030'
|
|
163
|
+
PAST_DUE_CODE_060 = '060'
|
|
164
|
+
PAST_DUE_CODE_090 = '090'
|
|
165
|
+
PAST_DUE_CODE_120 = '120'
|
|
166
|
+
PAST_DUE_CODE_150 = '150'
|
|
158
167
|
end
|
|
159
168
|
end
|
|
160
169
|
end
|
data/lib/tufy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tufy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Neil Marion dela Cruz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-07-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: light-service
|