Sha256: f1f26853820ab5f10affb67d154b7c00a895e20ce2f7378fd43a81f11cea18fb

Contents?: true

Size: 309 Bytes

Versions: 2

Compression:

Stored size: 309 Bytes

Contents

require 'fuburake'

FubuRake::Solution.new do |sln|
	sln.compile = {
		:solutionfile => '%SOLUTION_PATH%'
	}
				 
	sln.assembly_info = {
		:product_name => "%SOLUTION_NAME%",
		:copyright => 'Copyright 2013. All rights reserved.'
	}
	
	sln.ripple_enabled = true
	sln.fubudocs_enabled = true
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fubu-0.9.9.317 bin/templates/solution/baseline/rake.txt
fubu-0.9.9.299 bin/templates/solution/baseline/rake.txt