RubyGems
npm
Organizations
Log in
Sign up
RubyGems
six-updater-web
Versions diffs
0.19.6 → 0.19.7
six-updater-web 0.19.6 → 0.19.7
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
data/Rakefile
+1
-1
data/lib/six-updater-web/app/models/appsetting.rb
+2
-0
data/lib/six-updater-web/config/six-updater-web.rb
+1
-1
data/lib/six-updater-web/vendor/plugins/six-app_manager/lib/six/appmanager.rb
+0
-2
metadata
+2
-2
data/Rakefile
CHANGED
Viewed
@@ -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.
6
'
10
+
s.version = '0.19.
7
'
11
11
s.has_rdoc = false
12
12
#s.extra_rdoc_files = ['README', 'LICENSE']
13
13
s.summary = 'Your summary here'
data/lib/six-updater-web/app/models/appsetting.rb
CHANGED
Viewed
@@ -2,6 +2,8 @@ class Appsetting < ActiveRecord::Base
2
2
has_many :sixconfigs
3
3
six_guid
4
4
5
+
FOLDER = /(.*)\/(.*)/
6
+
5
7
# Defaults to ArmA2 atm...
6
8
SPECIFIC = false
7
9
FRIENDLY_NAME = "ArmA 2 (Any)"
data/lib/six-updater-web/config/six-updater-web.rb
CHANGED
Viewed
@@ -22,7 +22,7 @@ case RUBY_VERSION
22
22
end
23
23
24
24
module SixUpdaterWeb
25
-
VERSION = "0.19.
6
"
25
+
VERSION = "0.19.
7
"
26
26
COMPONENT = "six-updater-web"
27
27
28
28
DEFAULT_IP = "127.0.0.1" unless defined?(DEFAULT_IP)
data/lib/six-updater-web/vendor/plugins/six-app_manager/lib/six/appmanager.rb
CHANGED
Viewed
@@ -18,8 +18,6 @@ end
18
18
19
19
module Six
20
20
module Appmanager
21
-
FOLDER = /(.*)\/(.*)/
22
-
23
21
module_function
24
22
25
23
def logger
metadata
CHANGED
Viewed
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
segments:
6
6
- 0
7
7
- 19
8
-
-
6
9
-
version: 0.19.
6
8
+
-
7
9
+
version: 0.19.
7
10
10
platform: ruby
11
11
authors:
12
12
- Sickboy