File: Rakefile

package info (click to toggle)
ruby-benchmark-suite 1.0.0%2Bgit.20130122.5bded6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 152 kB
  • sloc: ruby: 290; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- ruby -*-

require 'rubygems'
require 'hoe'

# Hoe.plugin :compiler
# Hoe.plugin :gem_prelude_sucks
# Hoe.plugin :inline
# Hoe.plugin :inline
# Hoe.plugin :racc
# Hoe.plugin :rubyforge

Hoe.spec 'benchmark_suite' do
  developer('Evan Phoenix', 'evan@fallingsnow.net')
  dependency "benchmark-ips", "~> 1.0"
end

# vim: syntax=ruby