six-updater-web 0.19.1 → 0.19.2

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.
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.19.1'
10
+ s.version = '0.19.2'
11
11
  s.has_rdoc = false
12
12
  #s.extra_rdoc_files = ['README', 'LICENSE']
13
13
  s.summary = 'Your summary here'
@@ -37,6 +37,8 @@ class Appsetting < ActiveRecord::Base
37
37
  value = eval(at)
38
38
  hash[i.to_sym] = value unless value.nil? || value.to_s.size == 0
39
39
  end
40
+ hash[:app_path] = self.real_path unless hash[:app_path]
41
+ hash[:app_exe] = self.real_exe unless hash[:app_exe]
40
42
  hash
41
43
  end
42
44
 
@@ -22,7 +22,7 @@ case RUBY_VERSION
22
22
  end
23
23
 
24
24
  module SixUpdaterWeb
25
- VERSION = "0.19.1"
25
+ VERSION = "0.19.2"
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
  - 19
8
- - 1
9
- version: 0.19.1
8
+ - 2
9
+ version: 0.19.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sickboy