Sha256: 463c36698d1c277df4d2fbc5d866ddb2c6e228459962a951e1e458c208aad9cc
Contents?: true
Size: 579 Bytes
Versions: 1
Compression:
Stored size: 579 Bytes
Contents
# Rakefile # Run # rake manifest, rake build_gemspec before git-push require 'rubygems' require 'rake' require 'echoe' Echoe.new('robins_html_helpers', '0.2.0') do |p| p.description = "HTML stuff I use frequently." p.url = "http://github.com/robinsp/robins_html_helpers" p.author = "Robin Spainhour" p.email = "robin@robinspainhour.com" p.ignore_pattern = ["tmp/*", "script/*", ".project"] p.development_dependencies = [] p.runtime_dependencies = [] end Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
robinsp-robins_html_helpers-0.2.0 | Rakefile |