super_stack 1.0.5 → 1.0.6
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/README.md +0 -2
- data/lib/super_stack/version.rb +1 -1
- data/super_stack.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21906a6de114a0d9fa0dfeebd88d0946d4596b6d
|
|
4
|
+
data.tar.gz: 5fc6733930a4b396785a502f980ca5f0bf23411d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 055a70bd4dff6d936e0d2b32ce52ebce38400f2d699c063c389841bdaa9a734477d7a2d7ec279866aa6fe8d85d5d24d89e840e0d65e8e5b9cbe16cde3194299c
|
|
7
|
+
data.tar.gz: 93d4a4a45ef87f17e9336ef41f035ae232d095ebc1b0cc2a173d71e732883668c04591ce53e1a52c6f8e569ba3b208f1b01dc946786567c7dace1272abb7d420
|
data/README.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
# SuperStack
|
|
2
|
-
[](https://travis-ci.org/lbriais/super_stack)
|
|
3
|
-
[](http://badge.fury.io/rb/super_stack)
|
|
4
2
|
|
|
5
3
|
The purpose of this gem is to provide a simple way to manage the merge of different
|
|
6
4
|
hashes (layers) according to priority and different merge policies.
|
data/lib/super_stack/version.rb
CHANGED
data/super_stack.gemspec
CHANGED
|
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = 'super_stack'
|
|
8
8
|
spec.version = SuperStack::VERSION
|
|
9
9
|
spec.authors = ['Laurent B.']
|
|
10
|
-
spec.email = ['lbnetid+
|
|
10
|
+
spec.email = ['lbnetid+rb@gmail.com']
|
|
11
11
|
spec.summary = %q{Provides a way to manage the merge of different hashes according to priority and several merge policies.}
|
|
12
12
|
spec.description = %q{The purpose of this gem is to provide a simple way to manage the merge of different hashes (layers) according to priority and several merge policies.}
|
|
13
|
-
spec.homepage = 'https://
|
|
13
|
+
spec.homepage = 'https://gitlab.com/lbriais/super_stack'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: super_stack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Laurent B.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -97,7 +97,7 @@ dependencies:
|
|
|
97
97
|
description: The purpose of this gem is to provide a simple way to manage the merge
|
|
98
98
|
of different hashes (layers) according to priority and several merge policies.
|
|
99
99
|
email:
|
|
100
|
-
- lbnetid+
|
|
100
|
+
- lbnetid+rb@gmail.com
|
|
101
101
|
executables: []
|
|
102
102
|
extensions: []
|
|
103
103
|
extra_rdoc_files: []
|
|
@@ -137,7 +137,7 @@ files:
|
|
|
137
137
|
- test/stacked_layer_2.yml
|
|
138
138
|
- test/stacked_layer_3.yml
|
|
139
139
|
- test/stacked_layer_4.yml
|
|
140
|
-
homepage: https://
|
|
140
|
+
homepage: https://gitlab.com/lbriais/super_stack
|
|
141
141
|
licenses:
|
|
142
142
|
- MIT
|
|
143
143
|
metadata: {}
|