church 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/church.gemspec +1 -1
  2. data/lib/church/version.rb +1 -1
  3. metadata +2 -2
data/church.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Three If By Whiskey"]
10
10
  spec.email = ["3ifbyw@gmail.com"]
11
11
  spec.summary = %q{Church provides top-level constant Procs to do various and sundry kinds of functional programming.}
12
- spec.homepage = ""
12
+ spec.homepage = "https://github.com/threeifbywhiskey/church"
13
13
  spec.license = "WTFPL"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Church
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: church
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:
@@ -63,7 +63,7 @@ files:
63
63
  - spec/array_spec.rb
64
64
  - spec/math_spec.rb
65
65
  - spec/spec_helper.rb
66
- homepage: ''
66
+ homepage: https://github.com/threeifbywhiskey/church
67
67
  licenses:
68
68
  - WTFPL
69
69
  post_install_message: