to_proc 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/to_proc/all.rb +4 -0
- data/lib/to_proc/try.rb +10 -0
- data/to_proc.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cea0e4a1ede76dbf5111b7760ce54c851918b482
|
4
|
+
data.tar.gz: ddb73554b6e41a338619678a3df31c707dd76d07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98702c848376d6edd09578c1ab4670048eaa5ebbfa834783d6235f8b66c87e933cd6dc54745c04efdfb7a050ed93beaa1396bffd5e51d8d1d7e8b8f7123f8e0b
|
7
|
+
data.tar.gz: 7f42bf89d19361ab269dcf53b928cdefd6a975cfda843673438bc98ad331aba5597ae18bda75036d543741952dd57d990dccb82c564029b9c0dc6854e2db68dc
|
data/lib/to_proc/all.rb
ADDED
data/lib/to_proc/try.rb
ADDED
data/to_proc.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |g|
|
2
2
|
g.name = 'to_proc'
|
3
3
|
g.files = `git ls-files`.split($/)
|
4
|
-
g.version = '0.0.
|
5
|
-
g.summary = '
|
4
|
+
g.version = '0.0.1'
|
5
|
+
g.summary = 'What if almost any object were a proc?'
|
6
6
|
g.authors = ['Anatoly Chernow']
|
7
7
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: to_proc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anatoly Chernow
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|
@@ -17,7 +17,9 @@ extensions: []
|
|
17
17
|
extra_rdoc_files: []
|
18
18
|
files:
|
19
19
|
- lib/to_proc.rb
|
20
|
+
- lib/to_proc/all.rb
|
20
21
|
- lib/to_proc/sugar.rb
|
22
|
+
- lib/to_proc/try.rb
|
21
23
|
- to_proc.gemspec
|
22
24
|
homepage:
|
23
25
|
licenses: []
|
@@ -41,5 +43,5 @@ rubyforge_project:
|
|
41
43
|
rubygems_version: 2.5.1
|
42
44
|
signing_key:
|
43
45
|
specification_version: 4
|
44
|
-
summary:
|
46
|
+
summary: What if almost any object were a proc?
|
45
47
|
test_files: []
|