super_stack 0.2.0 → 0.2.1

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: 2d7e71745423eac71f773457ba8d641c694b238b
4
- data.tar.gz: 545f45196d81921479682642d7c292e283ab83f6
3
+ metadata.gz: c4e580db536cf127c7e92fd2e9644a3940270179
4
+ data.tar.gz: 6ca39a7b1763c79731f76ec420c074794d334667
5
5
  SHA512:
6
- metadata.gz: 721a23e798806a3eada2ab1ca9bb002fb548115e4b47f1ad0c8a0df13a123c5effa13bfbcbd5f3e36c3ec9a0e8fa5ae3006c171f6171dfa48e5e3e4578219487
7
- data.tar.gz: bc6b2e86889c0524fe31e0e97e7f32521fe9c89dacba1fc8317400b9867d8348f3b1c2e8f244f2af96119255a0c0486d90519cfc9011272398a5f388d29795f8
6
+ metadata.gz: cc98e8fad596daa02f89e3301a108ccb023e0f89b4c569676e7b410d40f79ee1676dd6b2ea683ef85e0fd809753707ca296555a1dc82cace39ed2a71ada66d39
7
+ data.tar.gz: cdf6180b1621fc8fc1a169915d1de62cfad89a5a930ac4af0d9a0eba28630a0fd1bb9293a495c015d57bcd18475f95a89dcf17b3c9281057ec305105120d6469
data/README.md CHANGED
@@ -112,6 +112,8 @@ process will use the `default_merge_policy` except if a layer specifies its own.
112
112
 
113
113
  In most cases you will just have to set the merge policy at the manager level using `default_merge_policy=`.
114
114
 
115
+ The alternative is to set the policy at the layer level using `merge_policy=`
116
+
115
117
  ## Contributing
116
118
 
117
119
  1. Fork it ( http://github.com/lbriais/super_stack/fork )
@@ -1,3 +1,3 @@
1
1
  module SuperStack
2
- VERSION = "0.2.0"
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: super_stack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent B.