hudson 0.2.5.pre2 → 0.2.5.pre3

Sign up to get free protection for your applications and to get access to all the features.
data/hudson.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{hudson}
5
- s.version = "0.2.5.pre2"
5
+ s.version = "0.2.5.pre3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Charles Lowell", "Dr Nic Williams"]
9
- s.date = %q{2010-06-22}
9
+ s.date = %q{2010-07-29}
10
10
  s.default_executable = %q{hudson}
11
11
  s.description = %q{A suite of utilities for bringing continous integration to your projects (not the other way around) with hudson CI}
12
12
  s.email = ["cowboyd@thefrontside.net", "drnicwilliams@gmail.com"]
Binary file
data/lib/hudson.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Hudson
2
- VERSION = "0.2.5.pre2"
3
- HUDSON_VERSION = "1.363"
2
+ VERSION = "0.2.5.pre3"
3
+ HUDSON_VERSION = "1.368"
4
4
  WAR = File.expand_path(File.dirname(__FILE__) + "/hudson/hudson.war")
5
5
  PLUGINS = File.expand_path(File.dirname(__FILE__) + "/hudson/plugins")
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hudson
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1876988187
4
+ hash: -1876988166
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 5
10
- - pre2
11
- version: 0.2.5.pre2
10
+ - pre3
11
+ version: 0.2.5.pre3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Charles Lowell
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-06-22 00:00:00 +03:00
20
+ date: 2010-07-29 00:00:00 -05:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency