hudson-war 1.386 → 1.387

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/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.386"
5
+ s.version = "1.387"
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.386'
4
+ VERSION = '1.387'
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: 779
4
+ hash: 777
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 386
9
- version: "1.386"
8
+ - 387
9
+ version: "1.387"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Charles Lowell