compact_map_extension 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 554f615f5dd6cc14291b9b2e9ba65b2fe9d65376dcbbf461cadb400f1a6a5130
4
- data.tar.gz: 359342fa05537891ecf72433d4165999ce0f9da6a198f246183207f6080e5188
3
+ metadata.gz: f8f45939444b5420a82a615eb092a9b642dbac52b64bf12dda512bedc511f0d4
4
+ data.tar.gz: 8d2fe60a9a896f557c2b9e0a844a4bdeed1aed9ca2a451527715fc9f14cb51e7
5
5
  SHA512:
6
- metadata.gz: 0fc4d044a132cb174246f113e5212efcd2281083a62c2edc0fd56477265e9084210c098e2cb851ad8f7c9733da1700beebc83bb6116aa4b9871755fed01845b8
7
- data.tar.gz: 0db1d43d53cd3c16981996c35adb02fc4acf6695ce808b90e1c2af010f151792a201a85acb8dbd81dcf702b11787e7292e6544b34a706048790cc7342f17871c
6
+ metadata.gz: d00cc779db860617c107c37331cc3b19d08af6fe001e591f3cd02b6be2786d97b7564715be65c4e22cd98f52e1a4571ef7df12692d47c1a8a74e518f5dd2c8ea
7
+ data.tar.gz: 25caeaa75db0a65f1bb378e62610b3652d0190856094f9b27215e5c0ccf10c9bd8afebb325eafb6c7ca78fbe27e2d4137ab55ea1395152de2fac9569ef894707
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.0.1 (2023-05-16)
5
+ ------------------
6
+
7
+ * Classes needed `require`d
8
+
4
9
  1.0.0 (2023-05-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -1,5 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'forwardable'
4
+ require 'set'
5
+
3
6
  Array.class_eval do
4
7
  # @return [Array]
5
8
  # Similar to `filter_map` but excludes `nil` instead of falsy
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compact_map_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Wyatt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-15 00:00:00.000000000 Z
11
+ date: 2023-05-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: