File: Rakefile

package info (click to toggle)
ruby-benchmark-suite 1.0.0%2Bgit.20130122.5bded6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd
  • size: 128 kB
  • ctags: 19
  • sloc: ruby: 291; 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