pipe_extension 0.0.6 → 1.0.0

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. metadata +9 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7d51e1f4e6c0ec8dd28aade0b64977a13779a3830fb34ef2c1b3f6a216000f5
4
- data.tar.gz: c272c91aceabfb11f5e26456bc99cac29dc24b4929db56739e904590af66649a
3
+ metadata.gz: d0ac3c60953cfe6539838c05f7f61c1684cbf97ae87901079a0369384a6314a7
4
+ data.tar.gz: c3a372349158f9f6c828ee67010b4f1b5e71ea3cdce4039c4b8d9eb014184eec
5
5
  SHA512:
6
- metadata.gz: 7b536a2f76e56402495e14d657c1a417b7a183ce312715e8b29997b4ecbd0e85a0f38730f0bb17cd69093f786da41e25847cca92dc48a32c3b041fac0a74f8eb
7
- data.tar.gz: 835566f7fcafaaadfd0896ef05a959640a2da8cb803a5c89507ef49eae2027d3c12b9f24e78098f5b3adb45e6627a24f0305f284223360cbe0306cb274362a28
6
+ metadata.gz: 8b6c88d0ad341e9f0a87564236d6d1a4151cb7bf4b3b1573a78ca632c0c106c61094c354fac78ce125cbdcad575cfff07cf276a55c35c0fe23c9cc75fdcb66d7
7
+ data.tar.gz: a3faf930bcee25c8a12232e83b4ba180175a504a1456a40ad432998a62b47579b037ca09bd805d375e4d5305b8b08b8bca8eca58f6123f8649024eaea1beab36
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.0.0 (2023-05-15)
5
+ ------------------
6
+
7
+ * Version bump to v1
8
+
4
9
  0.0.6 (2022-04-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 1.0.0
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pipe_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Wyatt
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-01 00:00:00.000000000 Z
11
+ date: 2023-05-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description:
14
14
  email:
15
15
  - mwyatt@brandsinsurance.com
16
16
  executables: []
@@ -21,12 +21,13 @@ files:
21
21
  - LICENSE.txt
22
22
  - VERSION
23
23
  - lib/pipe_extension.rb
24
- homepage: https://github.com/mlwyatt/rails-extensions
24
+ homepage: https://github.com/BrandsInsurance/rails-extensions
25
25
  licenses:
26
26
  - MIT
27
27
  metadata:
28
- source_code_uri: https://github.com/mlwyatt/rails-extensions
29
- post_install_message:
28
+ rubygems_mfa_required: 'true'
29
+ source_code_uri: https://github.com/BrandsInsurance/rails-extensions/tree/main/gems/pipe_extension
30
+ post_install_message:
30
31
  rdoc_options: []
31
32
  require_paths:
32
33
  - lib
@@ -42,7 +43,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
43
  version: '0'
43
44
  requirements: []
44
45
  rubygems_version: 3.2.15
45
- signing_key:
46
+ signing_key:
46
47
  specification_version: 4
47
48
  summary: Adds `pipe` method to `Array` and `Set`
48
49
  test_files: []