rsmart_toolbox 0.15 → 0.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: cf9031baa727f38b86fd5338db94f95641c8c65f
4
- data.tar.gz: 1994f5c6941ffbfa008c5f695af0c5169f1632cc
3
+ metadata.gz: 71f4642ac5b725dc52b946eba9908b925b0f78d5
4
+ data.tar.gz: aa1c64a0672702be91825f0f09fd8e2eb4e11ff6
5
5
  SHA512:
6
- metadata.gz: 2c81f75a2149bf491267d0647b5d595535ff02c25d222fb61e81b275af68019654ea9362c2231b47e196d41b153689e396f13cf8ab8b060a9b0d95ec1564fb62
7
- data.tar.gz: deef1229dd0e724690e42f9526a46d086a48e31045dcdaf1c2ea82ac6357e96bfc49697a28e70ca5e8615b55ae3cdfa3ffa7cad88a1390c7edc096ae0ab67f02
6
+ metadata.gz: 91ffe1daf3f5be3baba6a431e532bcabeae482995e76c293ec6b7c498712eb4758278662e826f87451cb3d78688cbc46a4704a3a6ae4a69bf56351c1596a7f92
7
+ data.tar.gz: ff13cf52b09232ee0c137dd27f4d5188d79f279516e9083a5cdecca1f528bc493b93ae6c1649528bc489ddfbd3079427c768db98b1fca208cf7439b9f60c1d5c
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -16,5 +16,5 @@
16
16
 
17
17
  module Rsmart
18
18
  # The gem version number.
19
- VERSION = "0.15"
19
+ VERSION = "0.16"
20
20
  end
@@ -582,7 +582,7 @@ RSpec.describe "Rsmart::ETL::GRM" do
582
582
 
583
583
  it "raises an TextParseError if the citizenship_type is not a valid value" do
584
584
  expect { GRM.parse_citizenship_type("0") }.to raise_error(TextParseError)
585
- expect { GRM.parse_citizenship_type("5") }.to raise_error(TextParseError)
585
+ expect { GRM.parse_citizenship_type("6") }.to raise_error(TextParseError)
586
586
  expect { GRM.parse_citizenship_type("Z") }.to raise_error(TextParseError)
587
587
  end
588
588
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsmart_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.15'
4
+ version: '0.16'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lance Speelmon
metadata.gz.sig CHANGED
Binary file