commit_hookr 0.1.7 → 0.1.8

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.
Files changed (2) hide show
  1. data/README.rdoc +2 -2
  2. metadata +2 -2
data/README.rdoc CHANGED
@@ -8,11 +8,11 @@ commit_hookr makes it easy to enforce commit message policies. We use it to make
8
8
 
9
9
  1. Install the gem
10
10
 
11
- gem install commit_hookr
11
+ gem install commit_hookr
12
12
 
13
13
  2. In your Git project's root:
14
14
 
15
- hookr init codebase
15
+ hookr init codebase
16
16
 
17
17
  3. Edit .hookr to your liking. If you want to use Codebase ticket listing, you need to configure the codebase project name.
18
18
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 7
9
- version: 0.1.7
8
+ - 8
9
+ version: 0.1.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Bumann