pt-flow 0.6.1 → 0.6.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.
- data/README.md +4 -3
- data/lib/pt-flow/branch.rb +1 -1
- data/lib/pt-flow/version.rb +1 -1
- data/spec/lib/pt-flow/ui_spec.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -8,6 +8,10 @@ Install the gem:
|
|
8
8
|
|
9
9
|
$ gem install pt-flow
|
10
10
|
|
11
|
+
Set up webhook for Pivotal Tracker:
|
12
|
+
|
13
|
+
https://github.com/#{repo}/admin/hooks
|
14
|
+
|
11
15
|
## Usage
|
12
16
|
|
13
17
|
- flow start
|
@@ -20,11 +24,8 @@ Install the gem:
|
|
20
24
|
$ flow start
|
21
25
|
# shows lists of tasks - choosing one starts/assigns the task on pt and checks out a new branch.
|
22
26
|
|
23
|
-
# Make sure your branch is up-to-date with release branch
|
24
|
-
|
25
27
|
$ flow finish
|
26
28
|
# pushes branch, finishes task on pt, and opens github new pull request page.
|
27
|
-
# follow with cap staging deploy:migrations BRANCH=master-325325 etc...
|
28
29
|
```
|
29
30
|
|
30
31
|
### Reviewer
|
data/lib/pt-flow/branch.rb
CHANGED
data/lib/pt-flow/version.rb
CHANGED
data/spec/lib/pt-flow/ui_spec.rb
CHANGED
@@ -26,7 +26,7 @@ describe PT::Flow::UI do
|
|
26
26
|
WebMock.should have_requested(:put, "#{endpoint}/projects/102622/stories/4459994").with(body: /<owned_by>Jon Mischo<\/owned_by>/)
|
27
27
|
WebMock.should have_requested(:put, "#{endpoint}/projects/102622/stories/4459994").with(body: /<current_state>started<\/current_state>/)
|
28
28
|
|
29
|
-
current_branch.should == 'master.as-a-user-i-should-see-an-unestimated-feature-with
|
29
|
+
current_branch.should == 'master.as-a-user-i-should-see-an-unestimated-feature-with-.4459994'
|
30
30
|
end
|
31
31
|
end
|
32
32
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pt-flow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10-
|
12
|
+
date: 2012-10-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: pt
|
@@ -205,7 +205,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
205
205
|
version: '0'
|
206
206
|
segments:
|
207
207
|
- 0
|
208
|
-
hash:
|
208
|
+
hash: 3648549804717972261
|
209
209
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
210
210
|
none: false
|
211
211
|
requirements:
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
214
214
|
version: '0'
|
215
215
|
segments:
|
216
216
|
- 0
|
217
|
-
hash:
|
217
|
+
hash: 3648549804717972261
|
218
218
|
requirements: []
|
219
219
|
rubyforge_project:
|
220
220
|
rubygems_version: 1.8.23
|