pivotal-github 0.5.5 → 0.5.6
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 +2 -9
- data/lib/pivotal-github/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -4,18 +4,11 @@ The `pivotal-github` gem facilitates a Pivotal Tracker–GitHub workflow inspire
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
gem 'pivotal-github', '~> 0.5.0'
|
|
10
|
-
|
|
11
|
-
Then install the gem with Bundler:
|
|
12
|
-
|
|
13
|
-
$ bundle install
|
|
14
|
-
|
|
15
|
-
You can also install it directly as follows:
|
|
7
|
+
You can install the `pivotal-github` gem directly as follows:
|
|
16
8
|
|
|
17
9
|
$ gem install pivotal-github
|
|
18
10
|
|
|
11
|
+
|
|
19
12
|
## Usage
|
|
20
13
|
|
|
21
14
|
The `pivotal-github` gem adds several additional Git commands to the local environment. The main addition, `git story-commit`, automatically incorporates the Pivotal Tracker story id into the commit messages, while adding options to mark the story **Finished** or **Delivered**.
|