commit_hookr 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.rdoc +5 -4
  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
 
@@ -20,13 +20,14 @@ commit_hookr makes it easy to enforce commit message policies. We use it to make
20
20
 
21
21
  There's also a shortcut for removing the commit_hookr files:
22
22
 
23
- hookr clear
23
+ hookr clear
24
+
24
25
 
25
26
  == Issues
26
27
 
27
28
  Committing with GitX won't work after initializing the Codebase hook. It's still a useful tool though, you just won't be able to hit the commit button.
28
29
 
29
- If you come across any, either fix the problem and send me a pull request, or post it to http://github.com/skddc/commit_hookr/issues .
30
+ If you come across any other issues, either fix the problem and send me a pull request, or post it to http://github.com/skddc/commit_hookr/issues .
30
31
 
31
32
  == Note on Patches/Pull Requests
32
33
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 6
9
- version: 0.1.6
8
+ - 7
9
+ version: 0.1.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Bumann