Sha256: d42e442302a5932043613cda2ad77a53ae0b333a9f61d20f53f35d785286d217
Contents?: true
Size: 322 Bytes
Versions: 1
Compression:
Stored size: 322 Bytes
Contents
module Hudson VERSION = "0.2.6" HUDSON_VERSION = "1.371" 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.2.6 | lib/hudson.rb |