deep_enumerable 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/deep_enumerable.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b740602088c959f7bd2f0fd8e97bcda800422d95
|
4
|
+
data.tar.gz: 379a9012bde4242061828a13fa2b8a43c46b20db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 690880c051b9e1b2242cdb641c2f24b7c364698c8c8f4ccef872a552f4414498e9dae6d101871709498b8b652e144aea66102306a3477cb988cdc0dde56e1b4b
|
7
|
+
data.tar.gz: 49f3eda13d3342971298260cc5530a976ee8f94f77e3da5c6ebe9563e633598b25f16081044adc2e40397483d6b37f5ea17ce79de0b2c8c98671a384a9935761
|
data/lib/deep_enumerable.rb
CHANGED
@@ -34,7 +34,7 @@ module DeepEnumerable
|
|
34
34
|
end
|
35
35
|
|
36
36
|
##
|
37
|
-
# Computes the
|
37
|
+
# Computes the complement of the intersection of two DeepEnumerables.
|
38
38
|
#
|
39
39
|
# @return The common structure of both arguments, with tuples containing differing values in the leaf nodes.
|
40
40
|
#
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deep_enumerable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Gopstein
|
@@ -10,7 +10,8 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2015-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: A
|
13
|
+
description: A library for manipulating nested collections. See https://github.com/dgopstein/deep_enumerable
|
14
|
+
for details
|
14
15
|
email: dan@gopstein.com
|
15
16
|
executables: []
|
16
17
|
extensions: []
|