hash_only_extension 0.0.1 → 0.0.5

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: 37199a5bdf62fe1ab64670c2c2964a0593f37896f26bbfb60f1fe60468dda928
4
- data.tar.gz: 65af97acc2ddd8a8987204d8f1bdd59727306db6276b0f0229792202d4f5294b
3
+ metadata.gz: 4b6af783e4f716d322c0f51e250cd978d7d5d8c9583a6ec9761ad0cc17fb5875
4
+ data.tar.gz: 6ea445169e3ea2f2a9f71fa03ec704abc2bcc2adeb34bf699253946e6b2fc0a5
5
5
  SHA512:
6
- metadata.gz: c395e964ab3b9c4ba0617b25a18731b60533425c0825e32e806671518eb59c6f2ef4ba7b7c246958ad9c95560e2934907a750a241585a8039c37169d94ae3319
7
- data.tar.gz: 7af254afa8550854b86603014e0b63fa948948b4861cb17b11986003affefccc0d4c42db2f0b7c8bc1eb071aa78b7c07f4952554d14b1880379b9cd13c9e67b9
6
+ metadata.gz: e148dc8abb7c634bfcaef099e0b8b81afab4fd724bab87814f189292bba536cbdf7a31ab4d86d597186dc351fac1fec1e0d5bbbe0a9654f7f959f7330c61a7ab
7
+ data.tar.gz: 5b4d08819becb96ed949c2dfd89d02011e2d2fb7f6faaf1f59a834bebd400c675ab3172c2aa10e0a1d8686691dbf1bf5f4d76e6f88146e173d66274ff883d9fa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 0.0.5 (2022-03-30)
5
+ ------------------
6
+
7
+ * Version bump. Missed a version bump
8
+
9
+ 0.0.4 (2022-03-30)
10
+ ------------------
11
+
12
+ * Version bump. Removed unused gems
13
+
14
+ 0.0.3 (2022-03-30)
15
+ ------------------
16
+
17
+ * Version bump
18
+
19
+ 0.0.2 (2022-03-30)
20
+ ------------------
21
+
22
+ * Version bump to push core
23
+
4
24
  0.0.1 (2022-03-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.5
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Hash
3
+ Hash.class_eval do
4
4
  # The opposite of +Hash.except+.
5
5
  # ~/.rvm/gems/ruby-2.1.2/gems/activesupport-4.2.5/lib/active_support/core_ext/hash/except.rb
6
6
  # https://apidock.com/rails/Hash/except
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash_only_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Wyatt
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description: Only meant for rails applications
14
14
  email:
15
15
  - mwyatt@brandsinsurance.com
16
16
  executables: []