array_zip_with 1.0.1 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11d341d3d32e3f99a85ad77348f694f490115614
4
- data.tar.gz: 2722456dae077b3ddb7e8d411dc99daa0a3968a0
3
+ metadata.gz: f8e10612fe0f2a3d5079eb1db4a418c657860805
4
+ data.tar.gz: 57bf6f40ffa4a6262534e2b1652d7ee973371777
5
5
  SHA512:
6
- metadata.gz: a2032acef75614f0cf665bedc0f8dd68c3325995802bdbb5afad222e8732b549ad0b726152e6c4b8153f5c8b3799a3167a40d1128bc087af74b2917ea9abf0e4
7
- data.tar.gz: c1fdb64cac4ddbdec0671e8dc3f4805f2f85c0e87c239d9fd374fbfc37cde3ecbdfeb9a984606ba22158aed6c7117e221a5b55292f006706714ef04b1b2e56c3
6
+ metadata.gz: d756825fc7b21dbebf56180c2804e30b5ba226a723d3f3c7e83248715fe99da9c7342a58d44967a6eab46485d94b546ccc03a01ed0cc53af48d11846467b926b
7
+ data.tar.gz: 2b9023a1a1ee872bd3de3a5c4855b9c078e066b1985e20eba6f748670188330a0470b39fadfd7918956717b84d55c406a201ea923e9113d43687e01b886de066
@@ -10,7 +10,7 @@ class Array
10
10
  # @example With multiple input arrays
11
11
  # a = [1, 2, 3]
12
12
  # a.zip_with([4, 5, 6], [7, 8, 9]) do |x, y, z|
13
- # y - x * z
13
+ # (y - x) * z
14
14
  # end # => [21, 24, 27]
15
15
  # @return [Array]
16
16
  # @overload zip_with(*args, operator)
@@ -1,3 +1,3 @@
1
1
  module ArrayZipWith
2
- VERSION = '1.0.1'.freeze
2
+ VERSION = '1.0.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: array_zip_with
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasanth Balakrishnan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-31 00:00:00.000000000 Z
11
+ date: 2016-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler