recursive-hash-utils 1.0.0 → 1.0.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/lib/recursive-hash-utils.rb +2 -0
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d79642bd080e5ced9c4e33d3bb2e8a5e50861f6a
|
4
|
+
data.tar.gz: eafa19a341a62b0741a1f7df702d6906db6b66b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 887a238748d495e5d5679d8adb40a979e375469374b3f7e8d7d53af5048284db23dd7642a540bf570688879894ab866a977f6103844e8fd71e652c3838b7879f
|
7
|
+
data.tar.gz: 990cf18328849ea50257bfeebc3de7dc997c271e5f0091cb0d8caa5345b1bfd7068fadf2880ee6107e777adb324ea68933bbdbaf68b5e9949aeaff960cb0dcbb
|
data/lib/recursive-hash-utils.rb
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
module RecursiveHashUtils
|
2
2
|
def self.convert_string_keys_to_symbols hash
|
3
|
+
warn "[DEPRECATION] This gem has been renamed to 'masteryconnect-automation-utils' and will no longer be supported. Please switch to 'masteryconnect-automation-utils' as soon as possible."
|
4
|
+
|
3
5
|
s2s = lambda do |h|
|
4
6
|
if Hash === h
|
5
7
|
Hash[
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: recursive-hash-utils
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Redmond
|
@@ -21,9 +21,12 @@ files:
|
|
21
21
|
- lib/recursive-hash-utils.rb
|
22
22
|
homepage: http://rubygems.org/gems/recursive-hash-utils
|
23
23
|
licenses:
|
24
|
-
-
|
24
|
+
- MbIT
|
25
25
|
metadata: {}
|
26
|
-
post_install_message:
|
26
|
+
post_install_message: |2
|
27
|
+
! The 'recursive-hash-utils' gem has been deprecated and has been replaced by 'masteryconnect-automation-utils'.
|
28
|
+
! See: https://rubygems.org/gems/masteryconnect-automation-utils
|
29
|
+
! And: https://bitbucket.org/nickredmond/masteryconnect-automation-utils
|
27
30
|
rdoc_options: []
|
28
31
|
require_paths:
|
29
32
|
- lib
|