hash_only_extension 0.0.5 → 0.1.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 +10 -0
  3. data/VERSION +1 -1
  4. metadata +10 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b6af783e4f716d322c0f51e250cd978d7d5d8c9583a6ec9761ad0cc17fb5875
4
- data.tar.gz: 6ea445169e3ea2f2a9f71fa03ec704abc2bcc2adeb34bf699253946e6b2fc0a5
3
+ metadata.gz: 4e778fff59c66a4e178d5d00038b84a57e83c784ea2eae9c179bc5714d20bdba
4
+ data.tar.gz: 7019afbfd46112741f7482527165b93d4b6a7f62a32a85dd02af6585d0b1a9e8
5
5
  SHA512:
6
- metadata.gz: e148dc8abb7c634bfcaef099e0b8b81afab4fd724bab87814f189292bba536cbdf7a31ab4d86d597186dc351fac1fec1e0d5bbbe0a9654f7f959f7330c61a7ab
7
- data.tar.gz: 5b4d08819becb96ed949c2dfd89d02011e2d2fb7f6faaf1f59a834bebd400c675ab3172c2aa10e0a1d8686691dbf1bf5f4d76e6f88146e173d66274ff883d9fa
6
+ metadata.gz: 102bd28654245fce4c17cb83be76e31bc99fbc63d4bf9613d0890bff8c7474fc339aae8d93efc092767dc7b589025362ea378d80924106729be1fd408e50840a
7
+ data.tar.gz: f430a4a5f697bf6e4b1623301110d1d3894749e41fc897005522c04f05b6a82d747640606d2521ba5086d88c1a2e8775391457992f1731ad0526676e5921e882
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 0.1.0 (2023-09-21)
5
+ ------------------
6
+
7
+ * Add support for ruby 2.5.3
8
+
9
+ 1.0.0 (2023-05-15)
10
+ ------------------
11
+
12
+ * Version bump to v1
13
+
4
14
  0.0.5 (2022-03-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.1.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash_only_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.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-03-30 00:00:00.000000000 Z
11
+ date: 2023-09-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Only meant for rails applications
14
14
  email:
@@ -21,12 +21,13 @@ files:
21
21
  - LICENSE.txt
22
22
  - VERSION
23
23
  - lib/hash_only_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/hash_only_extension
30
+ post_install_message:
30
31
  rdoc_options: []
31
32
  require_paths:
32
33
  - lib
@@ -34,15 +35,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
34
35
  requirements:
35
36
  - - ">="
36
37
  - !ruby/object:Gem::Version
37
- version: 3.0.1
38
+ version: 2.5.3
38
39
  required_rubygems_version: !ruby/object:Gem::Requirement
39
40
  requirements:
40
41
  - - ">="
41
42
  - !ruby/object:Gem::Version
42
43
  version: '0'
43
44
  requirements: []
44
- rubygems_version: 3.2.15
45
- signing_key:
45
+ rubygems_version: 3.0.3
46
+ signing_key:
46
47
  specification_version: 4
47
48
  summary: Adds `only` and `only!` methods to `Hash`
48
49
  test_files: []