hudson-war 1.391 → 1.392

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{hudson-war}
5
- s.version = "1.391"
5
+ s.version = "1.392"
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"]
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
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"]
13
13
  s.executables = ["hudson.war"]
14
- s.files = ["bin", "bin/hudson.war", "hudson-war.gemspec", "lib", "lib/hudson", "lib/hudson/hudson.war", "lib/hudson/war.rb"]
14
+ s.files = ["bin", "bin/hudson.war", "lib", "lib/hudson", "lib/hudson/hudson.war", "lib/hudson/war.rb", "hudson-war.gemspec"]
15
15
  s.homepage = %q{http://rubygems.org/gems/hudson-war}
16
16
  s.require_paths = ["lib"]
17
17
  s.rubyforge_project = %q{hudson-war}
Binary file
@@ -1,7 +1,7 @@
1
1
  require 'fileutils'
2
2
  module Hudson
3
3
  module War
4
- VERSION = '1.391'
4
+ VERSION = '1.392'
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: 769
4
+ hash: 799
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 391
9
- version: "1.391"
8
+ - 392
9
+ version: "1.392"
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-06 00:00:00 -06:00
17
+ date: 2011-01-06 00:00:00 -08:00
18
18
  default_executable: hudson.war
19
19
  dependencies: []
20
20
 
@@ -29,9 +29,9 @@ extra_rdoc_files: []
29
29
 
30
30
  files:
31
31
  - bin/hudson.war
32
- - hudson-war.gemspec
33
32
  - lib/hudson/hudson.war
34
33
  - lib/hudson/war.rb
34
+ - hudson-war.gemspec
35
35
  has_rdoc: true
36
36
  homepage: http://rubygems.org/gems/hudson-war
37
37
  licenses: []