six-updater-web 0.24.14 → 0.24.15

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.24.14'
10
+ s.version = '0.24.15'
11
11
  s.has_rdoc = false
12
12
  #s.extra_rdoc_files = ['README', 'LICENSE']
13
13
  s.summary = 'Your summary here'
@@ -1,3 +1,3 @@
1
- class Rv3Appsetting < RvAppsetting
1
+ class Rv3Appsetting < Rv2Appsetting
2
2
  FRIENDLY_NAME = "Real Virtuality 3"
3
3
  end
@@ -1,2 +1,2 @@
1
- class Rv3Mod < RvMod
1
+ class Rv3Mod < Rv2Mod
2
2
  end
@@ -24,7 +24,7 @@ end
24
24
  require 'open3'
25
25
 
26
26
  module SixUpdaterWeb
27
- VERSION = "0.24.14"
27
+ VERSION = "0.24.15"
28
28
  COMPONENT = "six-updater-web"
29
29
 
30
30
  DEFAULT_IP = "127.0.0.1" unless defined?(DEFAULT_IP)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: six-updater-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.14
4
+ version: 0.24.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: