nice_hash 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. metadata +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 198976c9f4162265f67630f31179f40cd2820709edbe600fedc42cc5fbfd0133
4
- data.tar.gz: 4b59639f747fdd7db4c4aadc45f49d0554d1d60da9f7bfd99f5bc704ef908053
3
+ metadata.gz: 2bfc475fcd6221bb7c896f23036b4357a95c7a532f040e8c2667b850e2e6ae7b
4
+ data.tar.gz: 1a40382e50cacda36e441b86341b0de09ad04019e018db8c922e419611590bf2
5
5
  SHA512:
6
- metadata.gz: 9948d955b32f8e7f69f05b1ec8445b5564bc3cba6e36f812a6536bee2a89bcbb3bf3f69cda4cbbdf3f2b288af519790a76c5c7c395343529ef645399150f48b4
7
- data.tar.gz: 8e26a5461d5ff343889fe2c6f22271722387ae543d751380ae268b7876d51bdbab674e1d4e278676f3019815ace57c81c3deac61b8ee0772bba22d5168ea42f1
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 generates all the hashes you want following the criteria you specify.
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.0
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: 2018-12-18 00:00:00.000000000 Z
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: 'You can easily generates all the hashes you want following the criteria
34
- you specify. Many other features coming to Hash class like the methods ''bury''
35
- or select_key, access the keys like methods: my_hash.my_key.other_key. You will
36
- be able to generate thousands of different hashes just declaring one and test easily
37
- APIs based on JSON for example.'
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: []