Sha256: 6f3be9e13b00da132052a3e836239a9d1f30803d24c7ab924606b975e988d55a

Contents?: true

Size: 227 Bytes

Versions: 4

Compression:

Stored size: 227 Bytes

Contents

require 'damagecontrol/publisher/base'

module DamageControl
  module Publisher
    class Yahoo < Base
      #register self
    
      def name
        "Yahoo"
      end    

      def publish(build)
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
damagecontrol-0.5.0.1392 lib/damagecontrol/publisher/yahoo.rb
damagecontrol-0.5.0.1391 lib/damagecontrol/publisher/yahoo.rb
damagecontrol-0.5.0.1393 lib/damagecontrol/publisher/yahoo.rb
damagecontrol-0.5.0.1404 lib/damagecontrol/publisher/yahoo.rb