rsmart_toolbox 0.14 → 0.15
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/etl/grm.rb +3 -3
- data/lib/rsmart_toolbox/version.rb +1 -1
- metadata +3 -3
- 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: cf9031baa727f38b86fd5338db94f95641c8c65f
|
|
4
|
+
data.tar.gz: 1994f5c6941ffbfa008c5f695af0c5169f1632cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c81f75a2149bf491267d0647b5d595535ff02c25d222fb61e81b275af68019654ea9362c2231b47e196d41b153689e396f13cf8ab8b060a9b0d95ec1564fb62
|
|
7
|
+
data.tar.gz: deef1229dd0e724690e42f9526a46d086a48e31045dcdaf1c2ea82ac6357e96bfc49697a28e70ca5e8615b55ae3cdfa3ffa7cad88a1390c7edc096ae0ab67f02
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
|
@@ -306,9 +306,9 @@ module Rsmart::ETL::GRM
|
|
|
306
306
|
# @return [String] the parsed <tt>CITIZENSHIP_TYPE_CODE</tt>.
|
|
307
307
|
# @raise [TextParseError] if the <tt>CITIZENSHIP_TYPE_CODE</tt> is not valid.
|
|
308
308
|
# @see parse_string
|
|
309
|
-
def self.parse_citizenship_type(str, opt={ name: 'CITIZENSHIP_TYPE_CODE', valid_values: /^([1-
|
|
309
|
+
def self.parse_citizenship_type(str, opt={ name: 'CITIZENSHIP_TYPE_CODE', valid_values: /^([1-5])$/ })
|
|
310
310
|
opt[:name] = "CITIZENSHIP_TYPE_CODE" if opt[:name].nil?
|
|
311
|
-
opt[:valid_values] = /^([1-
|
|
311
|
+
opt[:valid_values] = /^([1-5])$/ if opt[:valid_values].nil?
|
|
312
312
|
return Rsmart::ETL::parse_flag str, opt
|
|
313
313
|
end
|
|
314
314
|
|
|
@@ -364,7 +364,7 @@ module Rsmart::ETL::GRM
|
|
|
364
364
|
def self.validate_hr_xml(xml_filename)
|
|
365
365
|
ret_val = false
|
|
366
366
|
# validate the resulting XML file against the official XSD schema
|
|
367
|
-
uri = URI 'https://raw.githubusercontent.com/
|
|
367
|
+
uri = URI 'https://raw.githubusercontent.com/KualiCo/ce-tech-docs/master/hrmanifest.xsd'
|
|
368
368
|
Net::HTTP.start(uri.host, uri.port, use_ssl: true) do |http|
|
|
369
369
|
Tempfile.open "hrmanifest.xsd" do |schema|
|
|
370
370
|
request = Net::HTTP::Get.new uri
|
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.
|
|
4
|
+
version: '0.15'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lance Speelmon
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
sKRWzEtHFamxQaIspOja5O4oQKiCbWa90fEuIoCtwyy1rQtL9VKoDTs4vZASXNuc
|
|
31
31
|
F/lEyekXSjN36uTtlt4LkKLn/k7k5gRbt4+C9Q==
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2014-
|
|
33
|
+
date: 2014-12-10 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: builder
|
|
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
178
178
|
version: '0'
|
|
179
179
|
requirements: []
|
|
180
180
|
rubyforge_project:
|
|
181
|
-
rubygems_version: 2.4.
|
|
181
|
+
rubygems_version: 2.4.5
|
|
182
182
|
signing_key:
|
|
183
183
|
specification_version: 4
|
|
184
184
|
summary: Client library and command-line tools to help interact with rSmart's cloud
|
metadata.gz.sig
CHANGED
|
Binary file
|