gplan 0.1.7 → 0.1.8

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/printer.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4fafa32bbee634369b215c8d785a3319d48d061c
4
- data.tar.gz: ffaea745d4598f825b23dfecbcac47ad2a95ebc1
3
+ metadata.gz: 9e3f30b8b04f73fa0f292b99d62e9e566bb8a0ba
4
+ data.tar.gz: 2f2545448852afbff019ecae7e8a6b649024deac
5
5
  SHA512:
6
- metadata.gz: f123474a67cfd64f576f868eea8cd000a6e0132ba2b427851e69a9cceceb3fc9e988d5d96e575d95633ffe91155dd195bc68bd469446d0afe50d07236bf86dea
7
- data.tar.gz: cd49340698da2df9528609023f7890b8c2e84c4938c61a3c75f2f61905cbdf5aa6595e1a346178eb01d6e2060e35e27fd7dd60f5deb78344537d4aaf6221cc24
6
+ metadata.gz: f622b9d3e6fc288a5a4ebb9d2cee125ba15fe63807a5bf99877d2b1e969a9495792438f260a224363057b7f671a9bac0f122583bf476b22a48c9a42365597808
7
+ data.tar.gz: 3a027521e73f3f5af4bacd8889a4390b675537190620824b5db25da0f81a4ac1c5ec59b47cd953e5122f04e09794b537f4854c03167b06d9b953c4fc80f7355c
data/README.md CHANGED
@@ -76,9 +76,11 @@ Note that this will include everything from the '##' to the next '##' or the end
76
76
 
77
77
  2. Does the PR contain a line that starts with "depends on"? then that line will be included
78
78
 
79
- example:
79
+ example: All of these would get picked up as dependencies
80
80
  ```
81
+ Depend on #123
81
82
  Depends on #123
83
+ Dependent on #123
82
84
  ```
83
85
 
84
86
  3. Does the PR contain the label "Has Dependency"?
@@ -62,7 +62,7 @@ class Printer
62
62
 
63
63
  # find a line starting with 'depends on' in body
64
64
  if story['body']
65
- dependency = story['body'].match(/^(depends +on.*)/i)
65
+ dependency = story['body'].match(/^(depend(s|ent)? +on.*)/i)
66
66
  return dependency[0] if dependency
67
67
  end
68
68
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gplan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Koenig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-02 00:00:00.000000000 Z
11
+ date: 2015-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  version: '0'
73
73
  requirements: []
74
74
  rubyforge_project:
75
- rubygems_version: 2.4.3
75
+ rubygems_version: 2.4.8
76
76
  signing_key:
77
77
  specification_version: 4
78
78
  summary: Creates release notes from the git log and planbox