kuali_toolbox 0.18

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 265b77ddee3910cdd9970b714d3147bbbfb2c6e5
4
+ data.tar.gz: a11b81e9b2561643ec8da65194ecd327f179049c
5
+ SHA512:
6
+ metadata.gz: 841ded01c94624f0be23216598d505d5c87dbdd2ab96b297b364e3026cd4f0b699ba068656563c6ccbd7b67976ae638529931c130074031728244b047c634874
7
+ data.tar.gz: 41c469d81bccd12bd75d44c9422dfe43a8a89a5c01b10ba1595151a9947559b24c21e84a6f1c553bfa06d3a24a71f93676afd70afed4a72676c3aafc5a3e2aed
checksums.yaml.gz.sig ADDED
Binary file
data/.gitignore ADDED
@@ -0,0 +1,14 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ *.bundle
11
+ *.so
12
+ *.o
13
+ *.a
14
+ mkmf.log
data/.travis.yml ADDED
@@ -0,0 +1,10 @@
1
+ language: ruby
2
+ script: "bundle exec rake test"
3
+ rvm:
4
+ - 1.9.3
5
+ - 2.0.0
6
+ - 2.1.2
7
+
8
+ addons:
9
+ code_climate:
10
+ repo_token: 38d50db148a09a92a458815537fca3bb602c46456e8f93231f028501935c19a5
data/Gemfile ADDED
@@ -0,0 +1,20 @@
1
+ # KualiCo's client library and command-line tool to help interact with KualiCo's cloud APIs.
2
+ # Copyright (C) 2014-2015 KualiCo, Inc.
3
+
4
+ # This program is free software: you can redistribute it and/or modify
5
+ # it under the terms of the GNU Affero General Public License as published by
6
+ # the Free Software Foundation, either version 3 of the License, or
7
+ # (at your option) any later version.
8
+
9
+ # This program is distributed in the hope that it will be useful,
10
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ # GNU Affero General Public License for more details.
13
+
14
+ # You should have received a copy of the GNU Affero General Public License
15
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
+
17
+ source 'https://rubygems.org'
18
+
19
+ # Specify your gem's dependencies in kuali_toolbox.gemspec
20
+ gemspec