Sha256: d06570d1714b5c65b43339ce62d8af3bde42cb9b5acf12a6688946affd41ba41

Contents?: true

Size: 878 Bytes

Versions: 4

Compression:

Stored size: 878 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'benchmark/perf/version'

Gem::Specification.new do |spec|
  spec.name          = "benchmark-perf"
  spec.version       = Benchmark::Perf::VERSION
  spec.authors       = ["Piotr Murach"]
  spec.email         = [""]
  spec.summary       = %q{Execution time and iteration performance benchmarking}
  spec.description   = %q{Execution time and iteration performance benchmarking}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^spec/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency 'bundler', '>= 1.5.0', '< 2.0'
  spec.add_development_dependency 'rake'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
benchmark-perf-0.2.1 benchmark-perf.gemspec
benchmark-perf-0.2.0 benchmark-perf.gemspec
benchmark-perf-0.1.1 benchmark-perf.gemspec
benchmark-perf-0.1.0 benchmark-perf.gemspec