bin/hudson in hudson-0.5.0 vs bin/hudson in hudson-0.6.0
- old
+ new
@@ -1,11 +1,3 @@
#!/usr/bin/env ruby
-require 'rubygems'
-$:.unshift(File.expand_path(File.dirname(File.dirname(__FILE__) + "/../lib/hudson.rb")))
-require File.expand_path(File.dirname(__FILE__) + '/../lib/hudson')
-require 'hudson/cli'
-
-begin
- Hudson::CLI.start
-rescue Errno::ECONNREFUSED, Errno::EAFNOSUPPORT
- Hudson::CLI.new.shell.say "No connection available to the server.", :red
-end
+puts "hudson: this gem has been deprecated, and is just a placeholder"
+puts " please gem install jenkins"
\ No newline at end of file