tfg_support 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3488356b08dd4c3e94aee911d21cc0ab2e6afd1e
4
- data.tar.gz: 8babc6483365556e2874efc1c41ad0027a08b2e2
3
+ metadata.gz: 5d2e74fe149cb3556dbb7838fcd794b6c366f20d
4
+ data.tar.gz: 69d75ea4414ca09562bed2a9b9c1d145af312c6f
5
5
  SHA512:
6
- metadata.gz: 0437d369672ad913f6df5736e19a4fda0762593c03b82dbeac43a1ffbf4c659010d1bb8d3a79a031dfb8a52118a05d37990c6e77b88664b5b757857a18d48c99
7
- data.tar.gz: af997c1f80e8d49ee5d9b9b936dbf960c65a00648b2a207e7d916d722bdf43609df71e821f8dff11c1a633aeb1287b1cdd9099577e8e871079d0b26724caa60f
6
+ metadata.gz: 8b537908f2b2a0dd8bf02398c7a1a6c21c438ce75fd06d2810655925cfeef978786765012c124bcdb4efa15e93c29f779dbcc44cc0ec4e88a9ae16d1b30d04b9
7
+ data.tar.gz: 5682ca8fde01317c4480373c635c2c4414809f70d419e56ed11a93837567d91056d03bb5fbce2a2083eba434ccc891aec7074d86f38894be10c5182f120a92aa
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Add this line to your application's Gemfile:
6
6
 
7
- gem 'tfg_support', git: "git@github.com:Amerdrix/TFG-support.git"
7
+ gem 'tfg_support'
8
8
 
9
9
  And then execute:
10
10
 
@@ -28,8 +28,9 @@ with
28
28
 
29
29
  value = hash.deep[:foo, :bar, :baz]
30
30
 
31
- also works for setting, creating a new hash one isn't present
31
+ also works for setting. New hashes will be created for missing keys.
32
32
 
33
+ hash = {:foo=>{:bar=>{:baz=>:fizz}}}
33
34
  hash.deep[:foo, :bar, :baz] = :frob
34
35
  hash.deep[:foo, :missing_key, :baz] = :frob
35
36
 
@@ -1,3 +1,3 @@
1
1
  module TfgSupport
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tfg_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Courtney de Lautour