church 0.0.1 → 0.0.2
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/church.gemspec +1 -1
- data/lib/church/version.rb +1 -1
- 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")
|
data/lib/church/version.rb
CHANGED
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.
|
|
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:
|