Sha256: 920fed64a557fe98da3de870eb9140ee11ace439ae5c69ec7a7919d4371fa747

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

module Hudson
  VERSION        = "0.3.0.beta.8"
  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.8 lib/hudson.rb