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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/rsmart_toolbox/version.rb +1 -1
- data/spec/rsmart_toolbox/etl/grm_spec.rb +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71f4642ac5b725dc52b946eba9908b925b0f78d5
|
4
|
+
data.tar.gz: aa1c64a0672702be91825f0f09fd8e2eb4e11ff6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91ffe1daf3f5be3baba6a431e532bcabeae482995e76c293ec6b7c498712eb4758278662e826f87451cb3d78688cbc46a4704a3a6ae4a69bf56351c1596a7f92
|
7
|
+
data.tar.gz: ff13cf52b09232ee0c137dd27f4d5188d79f279516e9083a5cdecca1f528bc493b93ae6c1649528bc489ddfbd3079427c768db98b1fca208cf7439b9f60c1d5c
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
@@ -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("
|
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
metadata.gz.sig
CHANGED
Binary file
|