hudson-war 1.390 → 1.391

Sign up to get free protection for your applications and to get access to all the features.
data/hudson-war.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{hudson-war}
5
- s.version = "1.390"
5
+ s.version = "1.391"
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"]
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.390'
4
+ VERSION = '1.391'
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: 771
4
+ hash: 769
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 390
9
- version: "1.390"
8
+ - 391
9
+ version: "1.391"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Charles Lowell