array_collection 0.2.7 → 0.2.8

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: 899d9a37325bf46eb9d86e8ab0729df54dc5fae5edaf83217645a9349980fd88
4
- data.tar.gz: cddb4997199a58f12e83dab9f39c991a2aac73f310b94e1b0d26b251bd4b144f
3
+ metadata.gz: 99c99035901ba4bb263bd3ed0127a9359fd4480d539c64b41376d458e9dd7331
4
+ data.tar.gz: 2b1ebc21ac78ebd94d53f75dcb9ce79b884cb5cac89d9b4bdb9645a3c5989b02
5
5
  SHA512:
6
- metadata.gz: 3061ecca55b37ec8ee1a4cc281c918fb1fdf73d2e0c2e49b36c829339d0a26bd4667a37d041418b0b954f114e7a5febd9a1a8840a2197fc237496917382c9208
7
- data.tar.gz: a2d485225606222d0785451dea0e6e7488f1deab5715d8edcbf29adc92af5280f51e0fbc2326f63600cea9aa0155143a44487010a1276bacf62e874c9a737cce
6
+ metadata.gz: 1a9712fb542f0f87bb99fed58eca9091ad4e91195ba9b4f59ec55dbd6d2c799e71464d8b48d35c5fe9dec88a0eeff9efec843d6f333279d5e8f534619978e959
7
+ data.tar.gz: 8f0ca49396f74b030ebf7ba9261d93d077e07f7d456eb6a0876ec653feed78a8939e0dacd1104b832921eef758228b8d86c1315764a8ff57ebc04669ca727c54
data/.rubocop.yml CHANGED
@@ -23,3 +23,6 @@ Metrics/BlockLength:
23
23
 
24
24
  RSpec/ExampleLength:
25
25
  Enabled: false
26
+
27
+ Gemspec/RequireMFA:
28
+ Enabled: false
data/.versionrc.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const version_rb = {
2
- filename: "lib/collection/version.rb",
2
+ filename: "lib/array_collection/version.rb",
3
3
  updater: {
4
4
  readVersion: function (contents) {
5
5
  const match = contents.match(/^\s*VERSION = ["'](.+)["']$/m);
data/CHANGELOG.md CHANGED
@@ -2,59 +2,39 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ## [0.2.10](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.9...v0.2.10) (2024-03-26)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **gem:** remove required mfa ([7b4b9c4](https://github.com/WailanTirajoh/ruby_collection/commit/7b4b9c432002ff4381da0004d3ad4d6912b8b2d8))
11
- * **gem:** remove required mfa ([d342636](https://github.com/WailanTirajoh/ruby_collection/commit/d3426369e6f1dff96abc568689fc9ec4381967f1))
12
-
13
-
14
-
15
- ## [0.2.9](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.8...v0.2.9) (2024-03-26)
16
-
17
-
18
-
19
- ## [0.2.8](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.7...v0.2.8) (2024-03-26)
5
+ ## [0.2.8](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.14...v0.2.8) (2024-03-26)
20
6
 
21
7
 
22
8
  ### Bug Fixes
23
9
 
24
- * **lint:** Lintfix ([be99af7](https://github.com/WailanTirajoh/ruby_collection/commit/be99af72b9f3a2cfadad224aff191aafb48a6d45))
10
+ * **changelog:** bump changlog ([b50d44a](https://github.com/WailanTirajoh/ruby_collection/commit/b50d44ad655287ecbe0b934341d0a031f12e7cac))
25
11
 
26
12
 
27
13
 
28
- ## [0.2.7](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.6...v0.2.7) (2024-03-26)
14
+ ## [0.2.14](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.13...v0.2.14) (2024-03-26)
29
15
 
30
16
 
31
17
 
32
- ## [0.2.6](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.5...v0.2.6) (2024-03-26)
18
+ ## [0.2.13](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.12...v0.2.13) (2024-03-26)
33
19
 
34
20
 
35
21
 
36
- ## [0.2.5](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.4...v0.2.5) (2024-03-26)
22
+ ## [0.2.12](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.11...v0.2.12) (2024-03-26)
37
23
 
38
24
 
39
25
 
40
- ## [0.2.4](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.3...v0.2.4) (2024-03-26)
26
+ ## [0.2.11](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.10...v0.2.11) (2024-03-26)
41
27
 
42
28
 
43
29
 
44
- ## [0.2.3](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.2...v0.2.3) (2024-03-26)
45
-
46
-
47
-
48
- ## [0.2.2](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.1...v0.2.2) (2024-03-26)
49
-
50
-
51
-
52
- ## [0.2.1](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.0...v0.2.1) (2024-03-26)
53
-
30
+ ## [0.2.10](https://github.com/WailanTirajoh/ruby_collection/compare/v0.2.9...v0.2.10) (2024-03-26)
54
31
 
55
32
 
56
- # 0.2.0 (2024-03-26)
33
+ ### Bug Fixes
57
34
 
35
+ * **gem:** remove required mfa ([7b4b9c4](https://github.com/WailanTirajoh/ruby_collection/commit/7b4b9c432002ff4381da0004d3ad4d6912b8b2d8))
36
+ * **gem:** remove required mfa ([d342636](https://github.com/WailanTirajoh/ruby_collection/commit/d3426369e6f1dff96abc568689fc9ec4381967f1))
37
+ * **lint:** Lintfix ([be99af7](https://github.com/WailanTirajoh/ruby_collection/commit/be99af72b9f3a2cfadad224aff191aafb48a6d45))
58
38
 
59
39
  ### Features
60
40
 
@@ -69,7 +49,6 @@ All notable changes to this project will be documented in this file. See [standa
69
49
  * **utils:** add when, only, except ([77da9e8](https://github.com/WailanTirajoh/ruby_collection/commit/77da9e848ae60b771f24cf623b73df85f80b1eea))
70
50
 
71
51
 
72
-
73
52
  ## [0.1.0] - 2024-03-15
74
53
 
75
54
  - Initial release
data/collection.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
 
19
19
  # spec.metadata["homepage_uri"] = spec.homepage
20
20
  # spec.metadata["source_code_uri"] = "https://github.com/WailanTirajoh/ruby_collection"
21
- spec.metadata["changelog_uri"] = "https://github.com/WailanTirajoh/ruby_collection/CHANGELOG.md"
21
+ spec.metadata["changelog_uri"] = "https://github.com/WailanTirajoh/ruby_collection/blob/main/CHANGELOG.md"
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
24
24
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -34,4 +34,5 @@ Gem::Specification.new do |spec|
34
34
 
35
35
  # Uncomment to register a new dependency of your gem
36
36
  # spec.add_dependency "example-gem", "~> 1.0"
37
+ spec.metadata["rubygems_mfa_required"] = "false"
37
38
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ArrayCollection
4
- VERSION = "0.2.7"
4
+ VERSION = "0.2.8"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: array_collection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wailan Tirajoh
@@ -41,7 +41,8 @@ homepage: https://github.com/WailanTirajoh/ruby_collection
41
41
  licenses:
42
42
  - MIT
43
43
  metadata:
44
- changelog_uri: https://github.com/WailanTirajoh/ruby_collection/CHANGELOG.md
44
+ changelog_uri: https://github.com/WailanTirajoh/ruby_collection/blob/main/CHANGELOG.md
45
+ rubygems_mfa_required: 'false'
45
46
  post_install_message:
46
47
  rdoc_options: []
47
48
  require_paths: