super_stack 1.0.5 → 1.0.6

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: 60f8783f7ebefd73c48cb07b9259bffe82f37a6d
4
- data.tar.gz: 009740e4c225031713d05449b134b5753f1b773e
3
+ metadata.gz: 21906a6de114a0d9fa0dfeebd88d0946d4596b6d
4
+ data.tar.gz: 5fc6733930a4b396785a502f980ca5f0bf23411d
5
5
  SHA512:
6
- metadata.gz: 4691451d28f9170ac42fa5128897a55a7913d8b58cdbecead4f1aaafefbddf918f499768336e2bc667594b182b2f5f7723ac4b38dd7e713d97983b4d16cd028c
7
- data.tar.gz: 2a74b5c04afb8044e24c483c363150665438daeb50836756a3e6f8426c6d673b69a7022ab3c3bd4c07da135ec20af92678c3525d2f3c074ef552a801611deb25
6
+ metadata.gz: 055a70bd4dff6d936e0d2b32ce52ebce38400f2d699c063c389841bdaa9a734477d7a2d7ec279866aa6fe8d85d5d24d89e840e0d65e8e5b9cbe16cde3194299c
7
+ data.tar.gz: 93d4a4a45ef87f17e9336ef41f035ae232d095ebc1b0cc2a173d71e732883668c04591ce53e1a52c6f8e569ba3b208f1b01dc946786567c7dace1272abb7d420
data/README.md CHANGED
@@ -1,6 +1,4 @@
1
1
  # SuperStack
2
- [![Build Status](https://travis-ci.org/lbriais/super_stack.svg)](https://travis-ci.org/lbriais/super_stack)
3
- [![Gem Version](https://badge.fury.io/rb/super_stack.svg)](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.
@@ -1,3 +1,3 @@
1
1
  module SuperStack
2
- VERSION = '1.0.5'
2
+ VERSION = '1.0.6'
3
3
  end
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+gh@gmail.com']
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://github.com/lbriais/super_stack'
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.5
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: 2017-04-20 00:00:00.000000000 Z
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+gh@gmail.com
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://github.com/lbriais/super_stack
140
+ homepage: https://gitlab.com/lbriais/super_stack
141
141
  licenses:
142
142
  - MIT
143
143
  metadata: {}