jenkins-war 1.475 → 1.502

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 = "jenkins-war"
5
- s.version = "1.475"
5
+ s.version = "1.502"
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 = "2012-07-30"
9
+ s.date = "2013-02-19"
10
10
  s.description = "download and install a specific version of the jenkins war file which can be used for either running a server, or for plugin development"
11
11
  s.email = ["cowboyd@thefrontside.net"]
12
12
  s.executables = ["jenkins.war"]
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  s.homepage = "http://rubygems.org/gems/jenkins-war"
15
15
  s.require_paths = ["lib"]
16
16
  s.rubyforge_project = "jenkins-war"
17
- s.rubygems_version = "1.8.10"
17
+ s.rubygems_version = "1.8.25"
18
18
  s.summary = "fetch and use a specific jenkins version with rubygems"
19
19
 
20
20
  if s.respond_to? :specification_version then
Binary file
@@ -1,7 +1,7 @@
1
1
  require 'fileutils'
2
2
  module Jenkins
3
3
  module War
4
- VERSION = '1.475'
4
+ VERSION = '1.502'
5
5
  LOCATION = File.expand_path(File.join(File.dirname(__FILE__), "jenkins.war"))
6
6
 
7
7
  module_function
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jenkins-war
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.475'
4
+ version: '1.502'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-30 00:00:00.000000000Z
12
+ date: 2013-02-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: download and install a specific version of the jenkins war file which
15
15
  can be used for either running a server, or for plugin development
@@ -38,7 +38,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
38
38
  version: '0'
39
39
  segments:
40
40
  - 0
41
- hash: -4091272239480925761
41
+ hash: 14091366099999728
42
42
  required_rubygems_version: !ruby/object:Gem::Requirement
43
43
  none: false
44
44
  requirements:
@@ -47,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
47
  version: '0'
48
48
  requirements: []
49
49
  rubyforge_project: jenkins-war
50
- rubygems_version: 1.8.10
50
+ rubygems_version: 1.8.25
51
51
  signing_key:
52
52
  specification_version: 3
53
53
  summary: fetch and use a specific jenkins version with rubygems