kuali_toolbox 0.18 → 0.19

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: 265b77ddee3910cdd9970b714d3147bbbfb2c6e5
4
- data.tar.gz: a11b81e9b2561643ec8da65194ecd327f179049c
3
+ metadata.gz: d58d4cc5f36928f470ad8194ce81c371506f14af
4
+ data.tar.gz: e5b1095f26532890dc03cb09bfb87458ef8484cd
5
5
  SHA512:
6
- metadata.gz: 841ded01c94624f0be23216598d505d5c87dbdd2ab96b297b364e3026cd4f0b699ba068656563c6ccbd7b67976ae638529931c130074031728244b047c634874
7
- data.tar.gz: 41c469d81bccd12bd75d44c9422dfe43a8a89a5c01b10ba1595151a9947559b24c21e84a6f1c553bfa06d3a24a71f93676afd70afed4a72676c3aafc5a3e2aed
6
+ metadata.gz: 4cc6968cf282f71a8a377c255633114feeb71ddbb8aa2796956f01f2e3d180a1e04fa1f5932528f9931899461ac669b74bb6f9108a01e8bdc407a023af7d89b9
7
+ data.tar.gz: c1e6e0b674aca235721bf6daaae660bfe4da2337027dc0c873c324001bb9f57bc3f80bfd9ff03521075b313dd969b995a8daed18031c3b316ba3846adfcfbf76
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/.travis.yml CHANGED
@@ -3,8 +3,8 @@ script: "bundle exec rake test"
3
3
  rvm:
4
4
  - 1.9.3
5
5
  - 2.0.0
6
- - 2.1.2
6
+ - 2.1.5
7
7
 
8
8
  addons:
9
9
  code_climate:
10
- repo_token: 38d50db148a09a92a458815537fca3bb602c46456e8f93231f028501935c19a5
10
+ repo_token: cc8f1d292660e872892d5aea88f8c4553bd8870dd28383586617cdf5c7cf435f
@@ -91,8 +91,8 @@ CSV.open(opt[:csv_filename], opt[:csv_options]) do |csv|
91
91
  xml = Builder::XmlMarkup.new target: xml_file, indent: 2
92
92
  xml.instruct! :xml, encoding: "UTF-8"
93
93
  xml.hrmanifest "xmlns:xsi" => "http://www.w3.org/2001/XMLSchema-instance",
94
- "xsi:schemaLocation" => "https://github.com/KualiCo/ce-tech-docs/tree/master/v1_0 https://raw.github.com/KualiCo/ce-tech-docs/master/v1_0/hrmanifest.xsd",
95
- xmlns: "https://github.com/KualiCo/ce-tech-docs/tree/master/v1_0",
94
+ "xsi:schemaLocation" => "https://github.com/KualiCo/ce-tech-docs/tree/master/v1_0 https://raw.github.com/rSmart/ce-tech-docs/master/v1_0/hrmanifest.xsd",
95
+ xmlns: "https://github.com/rSmart/ce-tech-docs/tree/master/v1_0",
96
96
  schemaVersion: "1.0",
97
97
  statusEmailRecipient: opt[:email_recipients],
98
98
  reportDate: Time.now.iso8601,
@@ -16,5 +16,5 @@
16
16
 
17
17
  module KualiCo
18
18
  # The gem version number.
19
- VERSION = "0.18"
19
+ VERSION = "0.19"
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuali_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.18'
4
+ version: '0.19'
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-12-11 00:00:00.000000000 Z
33
+ date: 2014-12-19 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: builder
metadata.gz.sig CHANGED
Binary file