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.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/printer.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e3f30b8b04f73fa0f292b99d62e9e566bb8a0ba
|
|
4
|
+
data.tar.gz: 2f2545448852afbff019ecae7e8a6b649024deac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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"?
|
data/lib/printer.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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
|