kim 0.0.3 → 0.0.4
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.
- data/README +4 -0
- data/README.md +4 -0
- data/lib/kim/hash.rb +4 -0
- data/lib/kim/version.rb +1 -1
- metadata +3 -3
data/README
CHANGED
@@ -13,3 +13,7 @@ When merging Hashes it will take care of merging nested hashes
|
|
13
13
|
### deep_has_key?
|
14
14
|
|
15
15
|
Provide multiple keys and it will tell you if they are contained in the current hash, taking nesting into account
|
16
|
+
|
17
|
+
### deep_value
|
18
|
+
|
19
|
+
Finds a value taking nesting into account
|
data/README.md
CHANGED
@@ -13,3 +13,7 @@ When merging Hashes it will take care of merging nested hashes
|
|
13
13
|
### deep_has_key?
|
14
14
|
|
15
15
|
Provide multiple keys and it will tell you if they are contained in the current hash, taking nesting into account
|
16
|
+
|
17
|
+
### deep_value
|
18
|
+
|
19
|
+
Finds a value taking nesting into account
|
data/lib/kim/hash.rb
CHANGED
data/lib/kim/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kim
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Giancarlo Palavicini
|