six-updater-web 0.17.5 → 0.17.6
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 +1 -1
- data/lib/six-updater-web/config/six-updater-web.rb +1 -1
- data/lib/six-updater-web/init.rb +4 -1
- metadata +3 -3
data/Rakefile
CHANGED
data/lib/six-updater-web/init.rb
CHANGED
@@ -7,7 +7,8 @@ module SixUpdaterWeb
|
|
7
7
|
DEFAULT_IP = '127.0.0.1'
|
8
8
|
|
9
9
|
# Automatically open the browser unless NO_BROWSER specified
|
10
|
-
ARGV.include?("NO_BROWSER") ? ARGV -= ["NO_BROWSER"] : OPEN_BROWSER = true
|
10
|
+
#ARGV.include?("NO_BROWSER=1") ? ARGV -= ["NO_BROWSER=1"] : OPEN_BROWSER = true
|
11
|
+
OPEN_BROWSER = true unless ARGV.include?("NO_BROWSER=1")
|
11
12
|
|
12
13
|
# Process commandline args to setup host and port
|
13
14
|
argvs = ARGV.join(" ")
|
@@ -31,6 +32,8 @@ module SixUpdaterWeb
|
|
31
32
|
DEFAULT_PORT
|
32
33
|
end
|
33
34
|
|
35
|
+
p ARGV
|
36
|
+
|
34
37
|
module_function
|
35
38
|
def prepare_data_path
|
36
39
|
# Arrange appdata!
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 17
|
8
|
-
-
|
9
|
-
version: 0.17.
|
8
|
+
- 6
|
9
|
+
version: 0.17.6
|
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-06-
|
17
|
+
date: 2010-06-23 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|