hudson-war 1.394 → 1.395

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{hudson-war}
5
- s.version = "1.394"
5
+ s.version = "1.395"
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-16}
9
+ s.date = %q{2011-01-23}
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"]
Binary file
@@ -1,7 +1,7 @@
1
1
  require 'fileutils'
2
2
  module Hudson
3
3
  module War
4
- VERSION = '1.394'
4
+ VERSION = '1.395'
5
5
  LOCATION = File.expand_path(File.join(File.dirname(__FILE__), "hudson.war"))
6
6
 
7
7
  module_function
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: 795
4
+ hash: 793
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 394
9
- version: "1.394"
8
+ - 395
9
+ version: "1.395"
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-16 00:00:00 -08:00
17
+ date: 2011-01-23 00:00:00 -08:00
18
18
  default_executable: hudson.war
19
19
  dependencies: []
20
20