Sha256: b6810dff53eb30225918ed8ff2c529fe984d442b711a8404b1b060d45536c585
Contents?: true
Size: 941 Bytes
Versions: 21
Compression:
Stored size: 941 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'benchmark/driver/version' Gem::Specification.new do |spec| spec.name = 'benchmark_driver' spec.version = Benchmark::Driver::VERSION spec.authors = ['Takashi Kokubun'] spec.email = ['takashikkbn@gmail.com'] spec.summary = 'Fully-featured accurate benchmark driver for Ruby' spec.description = 'Fully-featured accurate benchmark driver for Ruby' spec.homepage = 'https://github.com/k0kubun/benchmark_driver' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.add_development_dependency 'bundler' spec.add_development_dependency 'rake' end
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
benchmark_driver-0.4.0 | benchmark_driver.gemspec |