Sha256: e9ee0a4653089cd22e721038b3b7657518a8aafbf19c60762ce5300a838a3169

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

module Hudson
  VERSION        = "0.3.0.beta.3"
  HUDSON_VERSION = "1.380"
  WAR            = File.expand_path(File.dirname(__FILE__) + "/hudson/hudson.war")
  PLUGINS        = File.expand_path(File.dirname(__FILE__) + "/hudson/plugins")
end

require 'hudson/api'
require 'hudson/job_config_builder'
require 'hudson/project_scm'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hudson-0.3.0.beta.3 lib/hudson.rb