Sha256: 225273148115928468523c038330d03e8d67d5c78375888fb106d6209bef779f

Contents?: true

Size: 488 Bytes

Versions: 1

Compression:

Stored size: 488 Bytes

Contents

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

Echoe.new('robins_html_helpers', '0.1.1') 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-robins_html_helpers-0.1.1 Rakefile