ssci_inc 0.1.15 → 0.1.16

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: 163d739ed370b7541ae4980083c055cd29a7d4b5
4
- data.tar.gz: 77f5edb37c2b77dc69aee4fd2017cef96e9b4de8
3
+ metadata.gz: 543006e0d0cd44f4d47057edf261ad8964a59ca4
4
+ data.tar.gz: 4ed0ffd67b827a9772ad8851ceabd329da233dbd
5
5
  SHA512:
6
- metadata.gz: 05567762a31ebb8079a5b13bb1b3fb61917ec6548d83260647a94a432d844f147abb8a01ebcc1d9c7e85a5b8dc828a41fc5c2d2e7b497a707885d1f1a1ba7375
7
- data.tar.gz: 0a8447299afd4a406edabaf15f2c2fc9998858caaceb470927caf112ee816a7a5b4fcc54c417e992651a4acaec2cdd8a876c96f2a310ce2bfd1f3ff2b44f523d
6
+ metadata.gz: de78d48ad1561eae22e5b11283c6a35fa65945647a5a9adce8b59c8c3012d7d43700cfac43db6ceea3df773dd5e3e4a16bf75bb6facc5149da16acdaa8a128a0
7
+ data.tar.gz: d8bec3b1418e76b0a94b6aea76860823497fb398abe0b249805ac2a01a4c3af8eac553f39bd71a951966f90e8614c134ec4443c0b940d098ad198a704517b1c5
@@ -41,7 +41,7 @@ module SsciInc
41
41
  :affix
42
42
 
43
43
  # DemographicDetail
44
- attr_accessor :government_id,
44
+ attr_accessor :ssn,
45
45
  :date_of_birth
46
46
 
47
47
  # PostalAddress
@@ -114,7 +114,7 @@ module SsciInc
114
114
  }
115
115
  end
116
116
  xml.DemographicDetail {
117
- xml.Ssn government_id.tr('- ', '') unless government_id.blank?
117
+ xml.Ssn ssn.tr('- ', '') unless ssn.blank?
118
118
  xml.DateOfBirth date_of_birth
119
119
  } # DemographicDetail
120
120
  xml.AddressSummary {
@@ -1,3 +1,3 @@
1
1
  module SsciInc
2
- VERSION = '0.1.15'
2
+ VERSION = '0.1.16'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssci_inc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Alme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-06 00:00:00.000000000 Z
11
+ date: 2017-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty