Sha256: bc5a89ef85a39e06e6aeca289c25e5f11f64fc14aee3f45de1e107c7fc97680d
Contents?: true
Size: 672 Bytes
Versions: 56
Compression:
Stored size: 672 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "benchmark-driver" spec.version = "0.1.0" spec.authors = ["bmarkons"] spec.email = ["mamaveb@gmail.com"] spec.summary = %q{Alias gem to install benchmark_driver.gem} spec.homepage = "https://github.com/benchmark-driver/benchmark-driver" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.require_paths = ["lib"] spec.add_dependency "benchmark_driver" end
Version data entries
56 entries across 56 versions & 3 rubygems