raincoat 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/raincoat/script_writer.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  spec = Gem::Specification.new do |s|
4
4
  s.name = 'raincoat'
5
- s.version = '0.2.0'
5
+ s.version = '0.2.1'
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.summary = 'Easily define git-hooks that can be passed with your project'
8
8
  s.description = s.summary
@@ -59,7 +59,7 @@ class ActiveHook < Raincoat::Hook
59
59
  end
60
60
  end
61
61
 
62
- exit(ActiveHook.new("<%= @config_file %>", "<%= hook_type %>").run)
62
+ exit(ActiveHook.new("<%= @config_file %>", "<%= hook_name %>").run)
63
63
 
64
64
  TEMPLATE
65
65
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raincoat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Burrows
@@ -27,9 +27,9 @@ files:
27
27
  - Rakefile
28
28
  - bin/raincoat
29
29
  - lib/raincoat/diff_utils.rb
30
- - lib/raincoat/hook.rb
31
- - lib/raincoat/installer.rb
32
30
  - lib/raincoat/script_writer.rb
31
+ - lib/raincoat/installer.rb
32
+ - lib/raincoat/hook.rb
33
33
  - lib/raincoat.rb
34
34
  has_rdoc: true
35
35
  homepage: http://github.com/rhburrows/raincoat