deep_enumerable 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/deep_enumerable.rb +1 -1
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b6da22194de4650dcbf0368c515d833de4de310
4
- data.tar.gz: 68291b67e7d344d808c1ef3f02afe2f66d8867d2
3
+ metadata.gz: b740602088c959f7bd2f0fd8e97bcda800422d95
4
+ data.tar.gz: 379a9012bde4242061828a13fa2b8a43c46b20db
5
5
  SHA512:
6
- metadata.gz: ee73d1a3c19f0cc237c42a03a3b75b42f89aa2c5f7b8f9831ef568fb04bbe997a66c1585cfc3d9660ef5ef3aa02f76275287e722e949d1aaa8ed12420ce28977
7
- data.tar.gz: 1469498836041175ea1a32542e84d64cba7c1a879ef8ea7081321dee6c2d3e1c9ee2b5b64fd09d09ec7c46adf724bb492781963d17ff3d00445b6ba073570fb6
6
+ metadata.gz: 690880c051b9e1b2242cdb641c2f24b7c364698c8c8f4ccef872a552f4414498e9dae6d101871709498b8b652e144aea66102306a3477cb988cdc0dde56e1b4b
7
+ data.tar.gz: 49f3eda13d3342971298260cc5530a976ee8f94f77e3da5c6ebe9563e633598b25f16081044adc2e40397483d6b37f5ea17ce79de0b2c8c98671a384a9935761
@@ -34,7 +34,7 @@ module DeepEnumerable
34
34
  end
35
35
 
36
36
  ##
37
- # Computes the compliment of the intersection of two DeepEnumerables.
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.0
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 port of Enumerable to deeply nested enumerables
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: []