pipe_extension 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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/VERSION +1 -1
  4. data/lib/pipe_extension.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecc642451abed68ab938a5b8bfc6518424d1d71ecfef278edc091b0b196a5264
4
- data.tar.gz: 721d47048bbfd3e2791e594f2674273871b89a2e55f86482ca64fe97db610b5e
3
+ metadata.gz: 2f79506b5de723565adfd10772356771bc9ee18d5925c98d2f092b0f45ae43a6
4
+ data.tar.gz: b159d7c3700a7fc95fa0cad6a9212812c88cb2066500b4f74bb4b171495ac536
5
5
  SHA512:
6
- metadata.gz: e908842dd3accc03214f51820f80cf155eba71309d1c87db862c459802a065a10d6244fea1d131125738c95f6579f7ab676b262a075db296b5be9bcd709cc922
7
- data.tar.gz: 6b5b408f5eaf9a099f629b7d3bd37533f5b98c22cfa8a4a3c0c859509a8c4e681f626e3207d63be011cf19d5bb43499c625f6ba7b2a3a5ccd379c0a0ddf61927
6
+ metadata.gz: 37985062c34eb2b57cddb951994ed29c9e1ac4654616d10197cda32c3bf2a8b53e2e57fef84f124cd929238fb77ef10f64d0ce724914a6d30e1afa74fa5a4e4d
7
+ data.tar.gz: 29e6f1b25db6dcc22b83acabc937c57b066918f88d79e7928dc4c02d49f6b235c83d05392e4cb1106f71a75e7921e2b43bcb1703c308d42dc2b8b75e92a6e983
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 0.0.3 (2022-03-30)
5
+ ------------------
6
+
7
+ * Version bump
8
+
9
+ 0.0.2 (2022-03-30)
10
+ ------------------
11
+
12
+ * Version bump to push core
13
+
4
14
  0.0.1 (2022-03-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.3
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Array
3
+ Array.class_eval do
4
4
  # Replace my_array.map(&:method1).map(&:method2) with my_array.pipe(:method1, :method2)
5
5
  # @return [Array]
6
6
  def pipe(*fns)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pipe_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Wyatt