hudson-war 0.0

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/bin/hudson.war ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env ruby
2
+ require 'hudson/war/0.0'
@@ -0,0 +1,30 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{hudson-war}
5
+ s.version = "0.0"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Charles Lowell"]
9
+ s.date = %q{2010-12-28}
10
+ s.default_executable = %q{hudson.war}
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
+ s.email = ["cowboyd@thefrontside.net"]
13
+ s.executables = ["hudson.war"]
14
+ s.files = ["bin", "bin/hudson.war", "hudson-war.gemspec", "lib", "lib/hudson", "lib/hudson/war", "lib/hudson/war/0.0.rb", "lib/hudson/war.rb"]
15
+ s.homepage = %q{http://rubygems.org/gems/hudson-war}
16
+ s.require_paths = ["lib"]
17
+ s.rubyforge_project = %q{hudson-war}
18
+ s.rubygems_version = %q{1.3.7}
19
+ s.summary = %q{fetch and use a specific hudson version with rubygems}
20
+
21
+ if s.respond_to? :specification_version then
22
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
23
+ s.specification_version = 3
24
+
25
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
26
+ else
27
+ end
28
+ else
29
+ end
30
+ end
data/lib/hudson/war.rb ADDED
@@ -0,0 +1,5 @@
1
+ module Hudson
2
+ module War
3
+ require 'hudson/war/0.0'
4
+ end
5
+ end
@@ -0,0 +1,6 @@
1
+ module Hudson
2
+ module War
3
+ module V0_0
4
+ end
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hudson-war
3
+ version: !ruby/object:Gem::Version
4
+ hash: 11
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 0
9
+ version: "0.0"
10
+ platform: ruby
11
+ authors:
12
+ - Charles Lowell
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-12-28 00:00:00 -06:00
18
+ default_executable: hudson.war
19
+ dependencies: []
20
+
21
+ description: download and install a specific version of the hudson war file which can be used for either running a server, or for plugin development
22
+ email:
23
+ - cowboyd@thefrontside.net
24
+ executables:
25
+ - hudson.war
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - bin/hudson.war
32
+ - hudson-war.gemspec
33
+ - lib/hudson/war/0.0.rb
34
+ - lib/hudson/war.rb
35
+ has_rdoc: true
36
+ homepage: http://rubygems.org/gems/hudson-war
37
+ licenses: []
38
+
39
+ post_install_message:
40
+ rdoc_options: []
41
+
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ none: false
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ hash: 3
50
+ segments:
51
+ - 0
52
+ version: "0"
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ hash: 3
59
+ segments:
60
+ - 0
61
+ version: "0"
62
+ requirements: []
63
+
64
+ rubyforge_project: hudson-war
65
+ rubygems_version: 1.3.7
66
+ signing_key:
67
+ specification_version: 3
68
+ summary: fetch and use a specific hudson version with rubygems
69
+ test_files: []
70
+