samus 1.2.1 → 1.2.2

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: ca5ade82c8aadb2fcb660e6c2aed9da8d2a5ee4f
4
- data.tar.gz: 3187530ba6865f47339285e33894169c3c6f9a64
3
+ metadata.gz: 8b3e53dbe1ed1710f0fe55a9955ff3d0d7784a75
4
+ data.tar.gz: 3717c76bad319784663bdd69f35823400e9fa493
5
5
  SHA512:
6
- metadata.gz: 92b0a052cfb62153cb96daa4fb3fc32c962284f0f8e2309dfcc79aa0012fc7a679dc63c560d204a2f5a1b7125ac78678b62e70083f2e82df4b0514c297d3af88
7
- data.tar.gz: 27252eff47166f97111b1d33c46a25e952876c1d9d54b8d0f54810c802610835731c84506a41a47c20f4b0166bdaa2d7c0e903e1dea7dbb8b991bb112d439cd1
6
+ metadata.gz: 1b4ae9e73707e7f327376d55f249052564925c4e8ce85002ad222bf65f80ec2d80afed35db752e8e388800eb138c4b3c017e5a1e365f3e210e4674a914e890d8
7
+ data.tar.gz: 46573485ffad49ccf44236ad3635bfe295505c8a9ed89219882dd9149421743117e11b5000d023c28b50d8abe0ff545745f711d30812e6829f870ec84ba725a6
@@ -6,7 +6,7 @@ end
6
6
 
7
7
  def collect_issues
8
8
  out = `git log $(git tag | tail -n 1)...HEAD -E --grep '#[0-9]+' 2>/dev/null`
9
- issues = out.scan(/(#\d+)/).flatten
9
+ issues = out.scan(/((?:\S+\/\S+)?#\d+)/).flatten
10
10
  end
11
11
 
12
12
  message = ENV["_message"]
@@ -1,3 +1,3 @@
1
1
  module Samus
2
- VERSION = '1.2.1'
2
+ VERSION = '1.2.2'
3
3
  end
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.1
4
+ version: 1.2.2
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-03-22 00:00:00.000000000 Z
11
+ date: 2014-03-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lsegal@soen.ca