tufy 0.0.12 → 0.0.13

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
  SHA1:
3
- metadata.gz: 23a373e98ddda94e414b9cfa8d448270db8f0284
4
- data.tar.gz: 4efabe9a8bfeb1abb3b038420f4a7ec6d1489c6b
3
+ metadata.gz: 0f73d34a2050c5af55ab127c987280f28386c457
4
+ data.tar.gz: 1a99fdf7744557c1535c9d402133aba017e40372
5
5
  SHA512:
6
- metadata.gz: 961f454ad4efbfbc776dd5d96db52207890d4795687c27909a8d0eeded8a91434d0760ec253d8adefbf302753044f5853da9bc8a051efc99ce65e4ccac4b3960
7
- data.tar.gz: c9c034c0f6c519065197e5482adf03d76cbbb8e3a51c9374b6d9f02bfea184c420c7bfe45be6d10aef0758442f196cfcb7420cfdc14127c08e0f6a94d43cc740
6
+ metadata.gz: 774227fe43c5693fcb6b3d9e7bb888e2b3ce3b13d6f222459eff684cc6f7161a4f45d59ab003cec51f1330a6c32767227c31739fc200f54e7fb553e447def83a
7
+ data.tar.gz: 3f8e3c26705f3fce805609f7f1953cf1366205214862d50527896fd96ce8401f8e1295fe9f550f14e0995da7135a9144eb5c39566e417d41d2e0534483c6f4e6
@@ -1,3 +1,7 @@
1
+ # v0.0.13
2
+
3
+ - Add BuildAccountSegment::UNSECURED_PERSONAL_LOAN
4
+
1
5
  # v0.0.12
2
6
 
3
7
  - Make reported_date as a required parameter of Tufy::BuildHeaderSegment
@@ -119,6 +119,7 @@ module Tufy
119
119
 
120
120
  # account type constants
121
121
  SECURED_PERSONAL_LOAN = "3100"
122
+ UNSECURED_PERSONAL_LOAN = "3000"
122
123
 
123
124
  # currency code constants
124
125
  PHP = "PHP"
@@ -1,3 +1,3 @@
1
1
  module Tufy
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
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.12
4
+ version: 0.0.13
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-07-24 00:00:00.000000000 Z
11
+ date: 2017-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: light-service