Sha256: 66341b9e47a745b02bc18783534ea3b171994d6aa2241f12eb87b49240902376
Contents?: true
Size: 659 Bytes
Versions: 2
Compression:
Stored size: 659 Bytes
Contents
# vim: set filetype=ruby et sw=2 ts=2: require 'gem_hadar' GemHadar do name 'flott' author 'Florian Frank' email 'flori@ping.de' homepage "http://github.com/flori/#{name}" summary 'Ruby as a templating language' description summary test_dir 'tests' ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', '.AppleDouble' readme 'README.rdoc' clobber Dir['benchmarks/data/*.{dat,log}'], 'coverage' dependency 'bullshit', '~>0.1.3' dependency 'rake', '0.9.2.2' dependency 'tins', '~>0.4.2' end desc "Benchmarking library" task :benchmark do ruby '-Ilib benchmarks/runner.rb' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flott-1.0.1 | Rakefile |
flott-1.0.0 | Rakefile |