waistband 0.8.3 → 0.8.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -111,7 +111,7 @@ module Waistband
111
111
  fetched = execute! 'put', "#{@index.config_name}/_alias/#{alias_name}"
112
112
  parsed = JSON.parse(fetched)
113
113
 
114
- error_with('Alias not OK', result: parsed, kind: 'AliasNotOk') unless parsed.keys.include?('ok') && parsed['ok'] == true
114
+ error_with('Alias not OK', result: parsed, kind: 'AliasNotOk') if parsed.keys.include?('ok') && parsed['ok'] != true
115
115
 
116
116
  true
117
117
  end
@@ -1,3 +1,3 @@
1
1
  module Waistband
2
- VERSION = "0.8.3"
2
+ VERSION = "0.8.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waistband
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: