Sha256: 57a5974415ec46c2e2ed6b5909322e1e24aa984605cea352094fbcbfe56b4ea7

Contents?: true

Size: 496 Bytes

Versions: 1

Compression:

Stored size: 496 Bytes

Contents

# Rakefile
require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('robinsp-robins_html_helpers', '0.1.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 = []
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-robinsp-robins_html_helpers-0.1.0 Rakefile