hesburgh-lib 0.1.1 → 0.1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 244dd2ab4e15f831980fc5817678128f9b17d4b5
4
- data.tar.gz: 4616ce2bf32465291929e51ab64e1b2337cf32b9
3
+ metadata.gz: d99e85ae0d14a16c5071498783dfb24a7d8f83c7
4
+ data.tar.gz: 27dae28d870c72d535cc9957c098f49190eedc95
5
5
  SHA512:
6
- metadata.gz: 69c1d00e465c1f8f85f0987a718167a539250dfed3bacf78f00ffb8c2963a7257f7506d5ba9a5d9b19e48039f2573f9f1b4a6c9b42980cf9ac773392b409b236
7
- data.tar.gz: 829b0efcfac2143affe1bbcc70723023f4929b8d06c52b1f4b8404b33b1a4e534fc0c93af5eadc5d813b57bf6f5c6062828e3c842e00e92f507a576885864fc0
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.
@@ -20,3 +20,4 @@ end
20
20
  branch_name = ARGV[0] || 'master'
21
21
  command = %(git log --reverse --pretty="format:## %s%n%n@%H%n%n%b" #{branch_name}..)
22
22
  system(command + ' | pbcopy') if ENV['_system_name'] == 'OSX'
23
+ system(command)
@@ -1,5 +1,5 @@
1
1
  module Hesburgh
2
2
  module Lib
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hesburgh-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Friesen