six-updater-web 0.20.3 → 0.20.4

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.20.3'
10
+ s.version = '0.20.4'
11
11
  s.has_rdoc = false
12
12
  #s.extra_rdoc_files = ['README', 'LICENSE']
13
13
  s.summary = 'Your summary here'
@@ -191,7 +191,7 @@ class Appsetting < ActiveRecord::Base
191
191
  when /-mingw32$/, /-mswin32$/
192
192
  else
193
193
  e = e.clone
194
- e.sub!(/\.exe$/)
194
+ e.sub!(/\.exe$/, "")
195
195
  end
196
196
  found = File.exists?(File.join(self.real_path, e))
197
197
  end
@@ -218,7 +218,7 @@ class Appsetting < ActiveRecord::Base
218
218
  when /-mingw32$/, /-mswin32$/
219
219
  else
220
220
  c = c.clone
221
- c.sub!(/\.exe$/)
221
+ c.sub!(/\.exe$/, "")
222
222
  end
223
223
  # file
224
224
  found = File.exists?(File.join(self.real_path, c))
@@ -22,7 +22,7 @@ case RUBY_VERSION
22
22
  end
23
23
 
24
24
  module SixUpdaterWeb
25
- VERSION = "0.20.3"
25
+ VERSION = "0.20.4"
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
  - 20
8
- - 3
9
- version: 0.20.3
8
+ - 4
9
+ version: 0.20.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sickboy
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-07-15 00:00:00 +02:00
17
+ date: 2010-07-16 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency