git_flow_pivotal 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -4,6 +4,9 @@ This gem adds a rake task that allows you to streamline your workflow if you use
4
4
 
5
5
  ## Installation
6
6
 
7
+ Make sure you've installed git-flow
8
+ brew install git-flow. Use defaults for branch names.
9
+
7
10
  Add this line to your application's Gemfile:
8
11
 
9
12
  gem 'git_flow_pivotal'
@@ -19,7 +22,7 @@ Or install it yourself as:
19
22
  You will need to export a few variables to hook up to tracker
20
23
 
21
24
  git config --global pivotal.fullname
22
- git config --global pivotal.api-token your_token
25
+ git config --global pivotal.token your_token
23
26
 
24
27
  Your full name must match your name in tracker.
25
28
  If you do not already have an API token you can generate one by clicking your name and going to preferences.
@@ -1,3 +1,3 @@
1
1
  module GitFlowPivotal
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
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.8
4
+ version: 0.0.9
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-11-10 00:00:00.000000000 Z
12
+ date: 2012-12-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pivotal-tracker