githooks 0.0.2 → 0.0.3

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/githooks.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["ian7zy@gmail.com"]
11
11
  gem.description = %q{git hooks framework in Ruby}
12
12
  gem.summary = %q{A framework to manage git hooks with your source code}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/ianzy/githooks"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Githooks
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: githooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -46,7 +46,7 @@ files:
46
46
  - lib/hooks/pre-receive
47
47
  - lib/hooks/prepare-commit-msg
48
48
  - lib/hooks/update
49
- homepage: ''
49
+ homepage: https://github.com/ianzy/githooks
50
50
  licenses: []
51
51
  post_install_message:
52
52
  rdoc_options: []