Sha256: e4ad975b3c1b016c73ad594fd609dd721dadb27a94893c956a4ba2a705e646b8

Contents?: true

Size: 112 Bytes

Versions: 7

Compression:

Stored size: 112 Bytes

Contents

namespace :custom do
	desc "Add a new text file to the project"
	task :hello do
		puts "Hello, World!"
	end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
glyph-0.5.3.1 spec/files/custom_tasks.rake
glyph-0.5.2 spec/files/custom_tasks.rake
glyph-0.5.1 spec/files/custom_tasks.rake
glyph-0.5.0 spec/files/custom_tasks.rake
glyph-0.4.2 spec/files/custom_tasks.rake
glyph-0.4.1 spec/files/custom_tasks.rake
glyph-0.4.0 spec/files/custom_tasks.rake