Sha256: 1b7f3ab39ff922212c83421532742a5cb7c0902df9eec3541d7f8647b55b43d3

Contents?: true

Size: 321 Bytes

Versions: 5

Compression:

Stored size: 321 Bytes

Contents

require 'fuburake'

@solution = 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

5 entries across 5 versions & 1 rubygems

Version Path
fubu-2.0.0.1887.alpha bin/templates/solution/baseline/rake.txt
fubu-2.0.0.1853.alpha bin/templates/solution/baseline/rake.txt
fubu-2.0.0.1824.alpha bin/templates/solution/baseline/rake.txt
fubu-1.0.0.391 bin/templates/solution/baseline/rake.txt
fubu-0.9.9.370 bin/templates/solution/baseline/rake.txt