compact_map_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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47b5f3e80a4b6f08868307578db36d1d0692789043eb38a573c51419780e3c81
4
- data.tar.gz: 70a1dd1920b038afff573abbd094e3f6999971aefe4bb49b8d53d3674a39fae0
3
+ metadata.gz: 554f615f5dd6cc14291b9b2e9ba65b2fe9d65376dcbbf461cadb400f1a6a5130
4
+ data.tar.gz: 359342fa05537891ecf72433d4165999ce0f9da6a198f246183207f6080e5188
5
5
  SHA512:
6
- metadata.gz: 5cc0bd92958afc9103a84399768f1be22874e34755b8b17da5eceae4c938ad6a6be2a9913c126dcf47608ab8815e9b24f3c3b794e0141fedea82d66001429ecf
7
- data.tar.gz: 0d1fcd608de0f8ff90b26f7fd3417ec73b01c6aa93c72048b60c0884471b5c0b71774f79671d804b09d1d2e35e5f602885f958029cc2c95314fead4e3a1dc596
6
+ metadata.gz: 0fc4d044a132cb174246f113e5212efcd2281083a62c2edc0fd56477265e9084210c098e2cb851ad8f7c9733da1700beebc83bb6116aa4b9871755fed01845b8
7
+ data.tar.gz: 0db1d43d53cd3c16981996c35adb02fc4acf6695ce808b90e1c2af010f151792a201a85acb8dbd81dcf702b11787e7292e6544b34a706048790cc7342f17871c
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
@@ -15,7 +15,6 @@ Array.class_eval do
15
15
  end
16
16
  end
17
17
 
18
-
19
18
  Set.class_eval do
20
19
  extend Forwardable
21
20
 
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compact_map_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-15 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,12 @@ files:
21
21
  - LICENSE.txt
22
22
  - VERSION
23
23
  - lib/compact_map_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
+ source_code_uri: https://github.com/BrandsInsurance/rails-extensions/tree/main/gems/compact_map_extension
29
+ post_install_message:
30
30
  rdoc_options: []
31
31
  require_paths:
32
32
  - lib
@@ -42,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  version: '0'
43
43
  requirements: []
44
44
  rubygems_version: 3.2.15
45
- signing_key:
45
+ signing_key:
46
46
  specification_version: 4
47
47
  summary: Adds `compact_map` method to `Array` and `Set`
48
48
  test_files: []