gplan 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/gplan +1 -1
  2. metadata +2 -1
data/bin/gplan CHANGED
@@ -50,7 +50,7 @@ def pull_dependency(story)
50
50
 
51
51
  # find dependency based on blocks
52
52
  story['blocks'].each do |block|
53
- if block.match(/(dependenc(y|ies|ys))/i)
53
+ if block.match(/((^|\W)dependen(t|cy|cies|cys))/i)
54
54
  return "PR ##{story['number']}: " + block
55
55
  end
56
56
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gplan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -62,3 +62,4 @@ signing_key:
62
62
  specification_version: 3
63
63
  summary: Creates release notes from the git log and planbox
64
64
  test_files: []
65
+ has_rdoc: