Sha256: 906393ec085946d776636beb6006938986dfc3f9dc1077bd7f0fd0127e933552
Contents?: true
Size: 492 Bytes
Versions: 5
Compression:
Stored size: 492 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' # Hoe.plugin :compiler # Hoe.plugin :gem_prelude_sucks # Hoe.plugin :inline # Hoe.plugin :racc # Hoe.plugin :rubyforge Hoe.spec 'rawler' do # HEY! If you fill these out in ~/.hoe_template/Rakefile.erb then # you'll never have to touch them again! # (delete this comment too, of course) developer('Oscar Del Ben', 'info@oscardelben.com') self.rubyforge_name = 'oscardelben' extra_deps << ['nokogiri'] end # vim: syntax=ruby
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rawler-0.0.5 | Rakefile |
rawler-0.0.4 | Rakefile |
rawler-0.0.3 | Rakefile |
rawler-0.0.2 | Rakefile |
rawler-0.0.1 | Rakefile |