hesburgh-lib 0.1.1 → 0.1.1.1
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
- data/LICENSE +2 -2
- data/bin/build-multi-commit-message +1 -0
- data/lib/hesburgh/lib/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d99e85ae0d14a16c5071498783dfb24a7d8f83c7
|
|
4
|
+
data.tar.gz: 27dae28d870c72d535cc9957c098f49190eedc95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0ef7d50fc6c044cfb2eaf1ce53cb710aea0d10502649a8ea071fbee7a0cd313b4b17b370b9a8b4b8c7a1d771d780ee61670310c15614a03bbe868c4feb2b4ed
|
|
7
|
+
data.tar.gz: 17f4fe6c4987ade521ec7783f1c4339797800ba9d9e81c40afbfd9b26739c29a21ce86b4ae44f050116f1b64f572f848703c2ed10b881aa1c32311003285315a
|
data/LICENSE
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
##########################################################################
|
|
2
|
-
# Copyright 2014 University of Notre Dame
|
|
2
|
+
# Copyright 2014-2016 University of Notre Dame
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
12
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
13
|
# See the License for the specific language governing permissions and
|
|
14
|
-
# limitations under the License.
|
|
14
|
+
# limitations under the License.
|
data/lib/hesburgh/lib/version.rb
CHANGED