change_healthcare-professional_claims 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fbdaf37bfb3c6fc07ae170adf89f96c165d4d9507c0e395c1f4a11df8b2106dd
4
- data.tar.gz: fa45f07e1168623edd02f8ad092e0694af8c2505b0a60460a75021268966c8d1
3
+ metadata.gz: 5bb8187020f5984e94a5b80df306a81472884480f564ae7880d57e21e30b7f3b
4
+ data.tar.gz: b09748d6253129a01f4a90611cc1b9293f0399b801bb2511d58e6af3b7326458
5
5
  SHA512:
6
- metadata.gz: fddabf807cd99647007301872beb849393c5c9aa2823ba3fae0ea850b108f2f1e90028cc7419c3f489067a5b10ad1f0c65878a9ba58f9e152b329439e6c3c7fa
7
- data.tar.gz: 4419ed9c7f9c753491ba4e0a2f356af0589af4ef8b3f3faa52f53c4b139b5c98d65aa21ce837c26902b26f834614d538839b1757fce32634386902d49c711a1b
6
+ metadata.gz: c43c5aa0109c466edb694f03c725e0ddf211e16aeafe3f76bc639308fcb267eebe0ae5402a34db15317ae7c8ed762e856c60e2d97b370527c2f0cccbccf9523b
7
+ data.tar.gz: fc814a3ea1514ae002f0b70a7327ac91966b647c69b16f64507a40cca6457b75006ca79cf63bde24cad7429d11d4aa0a63443c86e519a2a7c7a15d160894cb7c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## V0.4.0 - 20210-04-15
2
+
3
+ - Anohter `relationship-to-insured` typo fix.
4
+
5
+
1
6
  ## V0.3.0 - 2021-04-15
2
7
 
3
8
  - Fixed the dependent `relationship_to_insured` attribute to correct a typo from the swagger.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- change_healthcare-professional_claims (0.2.0)
4
+ change_healthcare-professional_claims (0.4.0)
5
5
  addressable (~> 2.5)
6
6
  typhoeus (~> 1.4)
7
7
 
@@ -150,7 +150,7 @@ module ChangeHealthcare
150
150
  # Custom attribute writer method checking allowed values (enum).
151
151
  # @param [Object] relationship_to_subscriber_code Object to be assigned
152
152
  def relationship_to_subscriber_code=(relationship_to_subscriber_code)
153
- validator = EnumAttributeValidator.new('String', %w[01 19 20 39 40 53 G8])
153
+ validator = EnumAttributeValidator.new('String', %w[01 19 20 21 39 40 53 G8])
154
154
  unless validator.valid?(relationship_to_subscriber_code)
155
155
  raise ArgumentError,
156
156
  %(invalid value for "relationship_to_subscriber_code", must be one of #{validator.allowable_values}.)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ChangeHealthcare
4
4
  module ProfessionalClaims
5
- VERSION = '0.3.0'
5
+ VERSION = '0.4.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: change_healthcare-professional_claims
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anthony Super