hudson-war 1.393 → 1.394
Sign up to get free protection for your applications and to get access to all the features.
- data/hudson-war.gemspec +2 -2
- data/lib/hudson/hudson.war +0 -0
- data/lib/hudson/war.rb +2 -2
- metadata +4 -4
data/hudson-war.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{hudson-war}
|
5
|
-
s.version = "1.
|
5
|
+
s.version = "1.394"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Charles Lowell"]
|
9
|
-
s.date = %q{2011-01-
|
9
|
+
s.date = %q{2011-01-16}
|
10
10
|
s.default_executable = %q{hudson.war}
|
11
11
|
s.description = %q{download and install a specific version of the hudson war file which can be used for either running a server, or for plugin development}
|
12
12
|
s.email = ["cowboyd@thefrontside.net"]
|
data/lib/hudson/hudson.war
CHANGED
Binary file
|
data/lib/hudson/war.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
require 'fileutils'
|
2
2
|
module Hudson
|
3
3
|
module War
|
4
|
-
VERSION = '1.
|
4
|
+
VERSION = '1.394'
|
5
5
|
LOCATION = File.expand_path(File.join(File.dirname(__FILE__), "hudson.war"))
|
6
6
|
|
7
7
|
module_function
|
@@ -43,7 +43,7 @@ module Hudson
|
|
43
43
|
cmd << "--logfile=#{File.expand_path(logfile)}" if logfile
|
44
44
|
cmd << "--httpPort=#{port}"
|
45
45
|
cmd << "--controlPort=#{control}"
|
46
|
-
output << cmd.join(" ")
|
46
|
+
output << "#{cmd.join(" ")}\n"
|
47
47
|
exec(*cmd)
|
48
48
|
end
|
49
49
|
end
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hudson-war
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 795
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: "1.
|
8
|
+
- 394
|
9
|
+
version: "1.394"
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Charles Lowell
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-01-
|
17
|
+
date: 2011-01-16 00:00:00 -08:00
|
18
18
|
default_executable: hudson.war
|
19
19
|
dependencies: []
|
20
20
|
|