Sha256: fee8f5b2041978684c748688307613c994b11e65845606f03ee9130cad934b4a

Contents?: true

Size: 302 Bytes

Versions: 9

Compression:

Stored size: 302 Bytes

Contents

require 'ostruct'
require 'albacore/support/openstruct'

module Configuration
  module MSDeploy
    include Albacore::Configuration

    def msdeploy
      @msdeployconfig ||= OpenStruct.new.extend(OpenStructToHash)
      yield(@msdeployconfig) if block_given?
      @msdeployconfig
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
albacore-0.3.6 lib/albacore/config/msdeployconfig.rb
albacore-1.0.0.rc.2 lib/albacore/config/msdeployconfig.rb
albacore-1.0.0.rc.1 lib/albacore/config/msdeployconfig.rb
albacore-0.3.5 lib/albacore/config/msdeployconfig.rb
albacore-0.3.4 lib/albacore/config/msdeployconfig.rb
albacore-0.3.3 lib/albacore/config/msdeployconfig.rb
albacore-0.3.2 lib/albacore/config/msdeployconfig.rb
albacore-0.3.1 lib/albacore/config/msdeployconfig.rb
albacore-0.3.0 lib/albacore/config/msdeployconfig.rb