samus 1.2.2 → 1.2.3
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/commands/build/support/generate-commit-message.rb +1 -1
- data/lib/samus/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8526da0e0bdecfb2c1cb37fa0a0097350750c095
|
|
4
|
+
data.tar.gz: c4043287518ec9183c419083cbba4c858783dec8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c539e410d4c576fcbf3d924f11d67dee33442b04578fe028dbb328ad2107a64b180dc7c3129f42fe9417b59f4c37a30cc98d5df8ef1edcd2e712e6e7effd41fa
|
|
7
|
+
data.tar.gz: e6491d866bd86d6c032d745cb5a17b33d93bc8a54e734112c3f1d37ee8364a539f5e7c8469586698ce7e5ef5aab2927d91dac8574fe5fd4cdf9e8dbd356e8641
|
|
@@ -5,7 +5,7 @@ def word_wrap(text)
|
|
|
5
5
|
end
|
|
6
6
|
|
|
7
7
|
def collect_issues
|
|
8
|
-
out = `git log $(git
|
|
8
|
+
out = `git log $(git describe --tags --abbrev=0)...HEAD -E --grep '#[0-9]+' 2>/dev/null`
|
|
9
9
|
issues = out.scan(/((?:\S+\/\S+)?#\d+)/).flatten
|
|
10
10
|
end
|
|
11
11
|
|
data/lib/samus/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: samus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Loren Segal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email: lsegal@soen.ca
|
|
@@ -84,17 +84,17 @@ require_paths:
|
|
|
84
84
|
- lib
|
|
85
85
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
|
-
- -
|
|
87
|
+
- - ">="
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: '0'
|
|
90
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
91
|
requirements:
|
|
92
|
-
- -
|
|
92
|
+
- - ">="
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: '0'
|
|
95
95
|
requirements: []
|
|
96
96
|
rubyforge_project:
|
|
97
|
-
rubygems_version: 2.
|
|
97
|
+
rubygems_version: 2.2.2
|
|
98
98
|
signing_key:
|
|
99
99
|
specification_version: 4
|
|
100
100
|
summary: Samus helps you release Open Source Software.
|