cons 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d83965d38be86303de5909d238c26a01b3b56b20
|
4
|
+
data.tar.gz: 6b36c974feeacafedcbc28bebb8a619b69461585
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4bfe703f2453a943042864b4bb50a9d288d47e19f5125dbb66ce36735e7e8e3a89e9248f57d9234610444f7c08b22c38094a9e90fcef2baef1691057eb1233b
|
7
|
+
data.tar.gz: a8a168c469442db0d8a86b12132207f0b5e5cbf2bb880ad98274ecf83bbd6f4be00e11aafd9c6fbffeb9ab25f00b6c1e71253ecc8c1459619b18b1abb674dfc8
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Mark Gore
|
@@ -24,7 +24,10 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
-
description:
|
27
|
+
description: |-
|
28
|
+
Lisp-style cons cells for Ruby.
|
29
|
+
|
30
|
+
You can make lists ... or many other things.
|
28
31
|
email: cgore@cgore.com
|
29
32
|
executables: []
|
30
33
|
extensions: []
|
@@ -53,5 +56,5 @@ rubyforge_project:
|
|
53
56
|
rubygems_version: 2.4.5.1
|
54
57
|
signing_key:
|
55
58
|
specification_version: 4
|
56
|
-
summary:
|
59
|
+
summary: Lisp-style cons cells for Ruby.
|
57
60
|
test_files: []
|