Sha256: 4f751d359da88147b6fb679a807ff48e256d3be6db8af4cf42391e8b25401eef

Contents?: true

Size: 610 Bytes

Versions: 4

Compression:

Stored size: 610 Bytes

Contents

module Flak::Template
  module Mac

    module Settings

      extend Flak::Template::MergeEngine

      def self.extended target
        infuse target
      end

      def mac_app_release_path(file)     
        bind = binding()
        Flak::Errors.assert("@settings[:path_to_revision]", "String", bind,__FILE__)
        Flak::Errors.assert("@settings[:product_revision]", "String", bind,__FILE__)
        File.join(@settings[:path_to_revision], 'bin', "#{file.pathmap('%f').pathmap('%X')}-#{@settings[:product_revision]}#{file.pathmap('%x')}")   
      end

    end

    module Tasks

    end

  end

end


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flak-0.0.8 lib/flak/rake/templates/mac.rb
flak-0.0.7 lib/flak/rake/templates/mac.rb
flak-0.0.6 lib/flak/rake/templates/mac.rb
flak-0.0.5 lib/flak/rake/templates/mac.rb