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 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
@@ -10,7 +10,7 @@ module PT::Flow
10
10
  end
11
11
 
12
12
  def self.from_task(task)
13
- new("#{current.target}.#{task.name.parameterize[0..60]}.#{task.id}")
13
+ new("#{current.target}.#{task.name.parameterize[0..50]}.#{task.id}")
14
14
  end
15
15
 
16
16
  def initialize(name)
@@ -1,5 +1,5 @@
1
1
  module PT
2
2
  module Flow
3
- VERSION = "0.6.1"
3
+ VERSION = "0.6.2"
4
4
  end
5
5
  end
@@ -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-a-fairly-l.4459994'
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.1
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-29 00:00:00.000000000 Z
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: -671416676431423869
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: -671416676431423869
217
+ hash: 3648549804717972261
218
218
  requirements: []
219
219
  rubyforge_project:
220
220
  rubygems_version: 1.8.23