heuristics 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/heuristics.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["peter.haza@gmail.com"]
11
11
  gem.description = %q{This gem allows you to define a set of conditions and test values against them.}
12
12
  gem.summary = %q{This gem allows you to define a set of conditions and test values against them.}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/phaza/heuristics"
14
14
 
15
15
  gem.add_development_dependency "rake"
16
16
  gem.add_development_dependency "chronic"
@@ -1,3 +1,3 @@
1
1
  module Heuristics
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: heuristics
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Peter Haza
@@ -82,7 +82,7 @@ files:
82
82
  - test/lib/heuristics/functional_test.rb
83
83
  - test/lib/heuristics/version_test.rb
84
84
  - test/test_helper.rb
85
- homepage: ''
85
+ homepage: https://github.com/phaza/heuristics
86
86
  licenses: []
87
87
  post_install_message:
88
88
  rdoc_options: []