nice_hash 1.18.4 → 1.18.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 +4 -4
- data/README.md +4 -0
- data/lib/nice/hash/add_to_ruby.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 74ec96ab903c315b1a48cdbfb58c9cd57f6b83536fafa1178a653b0e12bcfe17
|
|
4
|
+
data.tar.gz: 9188fe64ca3b3cf495fe0dad0c9160e68c32759fe13fb97e9643c8ef015b87db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74361aa48d0a49c43e20b9881d0f0ba3d1c4eaeb1796b32c89576709548d9a7ecd55ae640bdfbe213efd979bd2e83070da1ada70dab3f00e989639dca8a28750
|
|
7
|
+
data.tar.gz: fc7a6974c61cb31a805f943b7c5bdfa50928c369b2bcd0e3e1eb81a00b774c4cfd792aba57a32011151e710245a0633c6db0eae5b1501bc2cad047091b5070a4
|
data/README.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
[](https://rubygems.org/gems/nice_hash)
|
|
4
4
|
[](https://github.com/MarioRuiz/nice_hash)
|
|
5
5
|
[](https://coveralls.io/github/MarioRuiz/nice_hash?branch=master)
|
|
6
|
+

|
|
7
|
+

|
|
8
|
+

|
|
9
|
+

|
|
6
10
|
|
|
7
11
|
|
|
8
12
|
NiceHash creates hashes following certain patterns so your testing will be much easier.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nice_hash
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.18.
|
|
4
|
+
version: 1.18.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mario Ruiz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: string_pattern
|