nice_hash 1.4.0 → 1.4.1
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 +3 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2bfc475fcd6221bb7c896f23036b4357a95c7a532f040e8c2667b850e2e6ae7b
|
4
|
+
data.tar.gz: 1a40382e50cacda36e441b86341b0de09ad04019e018db8c922e419611590bf2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be8ee3248364c5dea791788e6334f058712b83e78257d0094a8f761fec28bd05bad4fcb8ddb940569151c2cc22f392d42b550ffa5aa07e7e838cbd8b54acc163
|
7
|
+
data.tar.gz: 636ca1c3698c07b29dd57459c2dc75443c12a21c5e238bcee2a7f64d6c3489fc34588b8ea4f7a7fe9a87c11d363f7314b402c743fc9d31aba1f4ef40147753b7
|
data/README.md
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
NiceHash creates hashes following certain patterns so your testing will be much easier.
|
6
6
|
|
7
|
-
You can easily
|
7
|
+
You can easily generate all the hashes you want following the criteria you specify.
|
8
8
|
|
9
9
|
Many other features coming to Hash class like the methods 'bury' or select_key, access the keys like methods: my_hash.my_key.other_key. You will be able to generate thousands of different hashes just declaring one and test easily APIs based on JSON for example.
|
10
10
|
|
@@ -535,6 +535,8 @@ array_of_hashes.each {|hash_with_one_wrong_field|
|
|
535
535
|
}
|
536
536
|
```
|
537
537
|
|
538
|
+
Take a look at a full example: https://gist.github.com/MarioRuiz/824d7a462b62fd85f02c1a09455deefb
|
539
|
+
|
538
540
|
## Contributing
|
539
541
|
|
540
542
|
Bug reports and pull requests are welcome on GitHub at https://github.com/marioruiz/nice_hash.
|
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.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mario Ruiz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: string_pattern
|
@@ -30,11 +30,12 @@ dependencies:
|
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 1.4.1
|
33
|
-
description: '
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
33
|
+
description: 'NiceHash creates hashes following certain patterns so your testing will
|
34
|
+
be much easier. Parse and filter JSON. You can easily generate all the hashes you
|
35
|
+
want following the criteria you specify. Many other features coming to Hash class
|
36
|
+
like the methods ''bury'' or select_key, access the keys like methods: my_hash.my_key.other_key.
|
37
|
+
You will be able to generate thousands of different hashes just declaring one and
|
38
|
+
test easily APIs based on JSON for example.'
|
38
39
|
email: marioruizs@gmail.com
|
39
40
|
executables: []
|
40
41
|
extensions: []
|