git_flow_pivotal 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -36,10 +36,21 @@ Alternatively you can set the projectid manually:
36
36
 
37
37
  The following tasks are available:
38
38
 
39
- pt:list - Lists all unstarted and rejected stories assigned to you and asks which you want to start. Starting a story will update it in tracker and does "git flow feature start first_five_words_of_story_STORYID"
40
- pt:finish - Finishes current story in tracker and does "git flow feature finish branchname"
41
- pt:comment text="Yo story whack" - Adds a comment to the current story
42
- pt:web - Browses to current story in browser
39
+ pt:list
40
+
41
+ Lists all unstarted and rejected stories assigned to you and asks which you want to start. Starting a story will update it in tracker and does "git flow feature start first_five_words_of_story_STORYID"
42
+
43
+ pt:finish
44
+
45
+ Finishes current story in tracker and does "git flow feature finish branchname"
46
+
47
+ pt:comment text="Yo story whack"
48
+
49
+ Adds a comment to the current story
50
+
51
+ pt:web
52
+
53
+ Browses to current story in browser
43
54
 
44
55
  The latter 3 require branch names consistent with what pt:list does to work properly.
45
56
 
@@ -1,3 +1,3 @@
1
1
  module GitFlowPivotal
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -60,7 +60,7 @@ namespace :pt do
60
60
  setup_tracker
61
61
  projects = PivotalTracker::Project.all
62
62
 
63
- if project.count > 0
63
+ if projects.count > 0
64
64
  project_hash = {}
65
65
  projects.each_with_index do |project, index|
66
66
  project_hash[index+1] = project.id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_flow_pivotal
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: