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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/recursive-hash-utils.rb +2 -0
  3. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51e0c58afb4093e8021daa10eae4680c5383ccba
4
- data.tar.gz: 42a600126139d11f06a02f6233e019e678b7b6b9
3
+ metadata.gz: d79642bd080e5ced9c4e33d3bb2e8a5e50861f6a
4
+ data.tar.gz: eafa19a341a62b0741a1f7df702d6906db6b66b0
5
5
  SHA512:
6
- metadata.gz: 77f40424ef627cb9b8f778e077742f9ce7fa2bec0f13866ce89869a7ec91bfcc9f8c8eb8032d0be8840075c9a7fbcdcc35df8a6147a215c8a43d496283e53fe7
7
- data.tar.gz: a41f80dc7a96dc92a8a59476b0824af6514f4903bd3c493cc2e1abc1bcfe3e11e9449106ff9b8eea946b97fd01436615a510f261775c696c07819da919d67843
6
+ metadata.gz: 887a238748d495e5d5679d8adb40a979e375469374b3f7e8d7d53af5048284db23dd7642a540bf570688879894ab866a977f6103844e8fd71e652c3838b7879f
7
+ data.tar.gz: 990cf18328849ea50257bfeebc3de7dc997c271e5f0091cb0d8caa5345b1bfd7068fadf2880ee6107e777adb324ea68933bbdbaf68b5e9949aeaff960cb0dcbb
@@ -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.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
- - MIT
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