skull_island 1.1.2 → 1.1.3
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/Gemfile.lock +1 -1
- data/lib/skull_island/resources/upstream.rb +1 -1
- data/lib/skull_island/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d85818d72b48632942afd5303f81a6f16436124cb7eae18752392a029896316f
|
|
4
|
+
data.tar.gz: fe1aabbe0077c483d9e7781d3e31d55ebf2e816be5c3c0adeb350abaa908d1e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9eb47e04694af30760e0cb08388481f62c49bf0d6cbda4a919b15e9280a1f2ee837def6bdffc264eca8800c672f242d6a58db201fdb722531e56504a8bfb34d
|
|
7
|
+
data.tar.gz: 92562e4b7403c0fdc1fa36bc3a5da420c90a3bf43c29018581aab002bc53c05b05d951a750481b7150680d1b3f87cd534319e4abb3390abc336c43b8c2a9bfed
|
data/Gemfile.lock
CHANGED
|
@@ -112,7 +112,7 @@ module SkullIsland
|
|
|
112
112
|
'hash_on_cookie_path' => hash_on_cookie_path,
|
|
113
113
|
'healthchecks' => healthchecks
|
|
114
114
|
}
|
|
115
|
-
hash['targets'] = targets.collect { |
|
|
115
|
+
hash['targets'] = targets.collect { |target| target.export(exclude: 'upstream') }
|
|
116
116
|
hash['tags'] = tags if tags
|
|
117
117
|
[*options[:exclude]].each do |exclude|
|
|
118
118
|
hash.delete(exclude.to_s)
|
data/lib/skull_island/version.rb
CHANGED