hunter 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/hunter.gemspec +1 -1
  2. data/lib/hunter/version.rb +1 -1
  3. metadata +2 -2
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Hunter::VERSION
8
8
  s.authors = ["Gareth Rees"]
9
9
  s.email = ["gareth.h.rees@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "http://github.com/garethrees/hunter"
11
11
  s.summary = %q{Hunter hunts for a pattern in your log files}
12
12
  s.description = %q{Hunter was made to look through log archive directories and inside each log count the number of hits on an email tracking gif}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module Hunter
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hunter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -26,7 +26,7 @@ files:
26
26
  - hunter.gemspec
27
27
  - lib/hunter.rb
28
28
  - lib/hunter/version.rb
29
- homepage: ''
29
+ homepage: http://github.com/garethrees/hunter
30
30
  licenses: []
31
31
  post_install_message:
32
32
  rdoc_options: []