six-updater-web 0.14.5 → 0.14.6

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'rake/testtask'
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = 'six-updater-web'
10
- s.version = '0.14.5'
10
+ s.version = '0.14.6'
11
11
  s.has_rdoc = false
12
12
  #s.extra_rdoc_files = ['README', 'LICENSE']
13
13
  s.summary = 'Your summary here'
@@ -203,23 +203,21 @@ class MainController < ApplicationController
203
203
  end
204
204
  end
205
205
 
206
- unless reset
207
- if setting
208
- @msg << "Override settings profile: #{setting.name}"
209
- else
210
- if preset.appsetting
211
- setting = preset.appsetting
212
- @msg << "Preset settings profile: #{setting.name}"
213
- end
206
+ if setting
207
+ @msg << "Override settings profile: #{setting.name}"
208
+ else
209
+ if preset.appsetting
210
+ setting = preset.appsetting
211
+ @msg << "Preset settings profile: #{setting.name}"
214
212
  end
213
+ end
215
214
 
216
- if action
217
- @msg << "Override action: #{action.name}"
218
- else
219
- if preset.action
220
- action = preset.action
221
- @msg << "Preset action: #{action.name}"
222
- end
215
+ if action
216
+ @msg << "Override action: #{action.name}"
217
+ else
218
+ if preset.action
219
+ action = preset.action
220
+ @msg << "Preset action: #{action.name}"
223
221
  end
224
222
  end
225
223
 
@@ -22,7 +22,7 @@ case RUBY_VERSION
22
22
  end
23
23
 
24
24
  module SixUpdaterWeb
25
- VERSION = "0.14.5"
25
+ VERSION = "0.14.6"
26
26
  COMPONENT = "six-updater-web"
27
27
 
28
28
  DEFAULT_IP = "127.0.0.1" unless defined?(DEFAULT_IP)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 14
8
- - 5
9
- version: 0.14.5
8
+ - 6
9
+ version: 0.14.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sickboy