Rakefile
454 Bytes
require 'rubygems'
require 'echoe'
require File.dirname(__FILE__) << "/lib/settingasm/version"
Echoe.new 'settingasm' do |p|
p.version = Settingasm::Version::STRING
p.author = "Ben Johnson of Binary Logic"
p.email = 'bjohnson@binarylogic.com'
p.project = 'settingasm'
p.summary = "Simple and straightforward application wide settings"
p.url = "http://github.com/binarylogic/settingasm"
p.dependencies = []
p.include_rakefile = true
end