skull_island 1.1.2 → 1.1.3

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
  SHA256:
3
- metadata.gz: 0cadf0fd8b018522876070d358219f78a94ee7fe5ff94efe1045a961758783ba
4
- data.tar.gz: 1fb907a4a66a77c9c22ff58ad5c1544001e124c49e8c34610dbcbadaf86da2df
3
+ metadata.gz: d85818d72b48632942afd5303f81a6f16436124cb7eae18752392a029896316f
4
+ data.tar.gz: fe1aabbe0077c483d9e7781d3e31d55ebf2e816be5c3c0adeb350abaa908d1e1
5
5
  SHA512:
6
- metadata.gz: 8324088d97171e7c91205b09f219391827542b23e8635b06f77793b6cff7e86ec1dab1a0d431f25a8d39b03dff38344db961f4cf8944dac9be9d23a470a23c93
7
- data.tar.gz: 876b5971f3955f88baa89dbb2f6395e52130a0b58625ad56f6d38c08402dba437760d7fa4e3dd4769b4bf0a43942717314065a717b13ecd7be8fd5fb52f7dfa6
6
+ metadata.gz: d9eb47e04694af30760e0cb08388481f62c49bf0d6cbda4a919b15e9280a1f2ee837def6bdffc264eca8800c672f242d6a58db201fdb722531e56504a8bfb34d
7
+ data.tar.gz: 92562e4b7403c0fdc1fa36bc3a5da420c90a3bf43c29018581aab002bc53c05b05d951a750481b7150680d1b3f87cd534319e4abb3390abc336c43b8c2a9bfed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- skull_island (1.1.2)
4
+ skull_island (1.1.3)
5
5
  deepsort (~> 0.4)
6
6
  erubi (~> 1.8)
7
7
  json (~> 2.1)
@@ -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 { |route| route.export(exclude: 'upstream_id') }
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)
@@ -4,6 +4,6 @@ module SkullIsland
4
4
  VERSION = [
5
5
  1, # Major
6
6
  1, # Minor
7
- 2 # Patch
7
+ 3 # Patch
8
8
  ].join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skull_island
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Gnagy