map_by 0.0.1 → 0.0.3
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
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a0c0197b0d8884fe8b1dcd7e196cf6567354ea2
|
4
|
+
data.tar.gz: 8248ceaee07d74945386f6895665f7ed2600d5c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62967a84420b91698e351f620ff20049506ed104a7e51b8e56eccc51c442772862075cc25922603e09d4bef08ce34bab40c2e85169a8694b494f1d52802bca57
|
7
|
+
data.tar.gz: f3becdf7cf05dc0b90233a412de1e3d6a228b93c0421858081528ebc2d82ea2823706972ffd1a80f5a0f1f8020f3788bc58edd4e93a9e2494730656b32552a3f
|
metadata
CHANGED
@@ -1,23 +1,23 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: map_by
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Whitslar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description:
|
14
14
|
email: matt.whitslar@gmail.com
|
15
15
|
executables: []
|
16
16
|
extensions: []
|
17
17
|
extra_rdoc_files: []
|
18
18
|
files:
|
19
19
|
- lib/map_by.rb
|
20
|
-
homepage:
|
20
|
+
homepage: https://github.com/whitslar/map_by
|
21
21
|
licenses:
|
22
22
|
- MIT
|
23
23
|
metadata: {}
|
@@ -40,5 +40,6 @@ rubyforge_project:
|
|
40
40
|
rubygems_version: 2.4.5.1
|
41
41
|
signing_key:
|
42
42
|
specification_version: 4
|
43
|
-
summary:
|
43
|
+
summary: Invokes each of the given arguments once for each element of self. Creates
|
44
|
+
a new array containing the values returned by each call
|
44
45
|
test_files: []
|