Sha256: 63c87ea32c99f79876fd2521bfbb3558fef889dc24767077647bacd8e8a1d883
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "benchmark_driver-output-charty" spec.version = "0.1.0" spec.authors = ["284km"] spec.email = ["k.furuhashi10@gmail.com"] spec.summary = %q{Show graph on benchmark_driver using charty.gem} spec.description = %q{Show graph on benchmark_driver using charty.gem} spec.homepage = "https://github.com/284km/benchmark_driver-output-charty" spec.license = "MIT" spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |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_dependency "benchmark_driver" spec.add_dependency "charty" spec.add_dependency "matplotlib" spec.add_development_dependency "bundler", "~> 1.17" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "test-unit" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
benchmark_driver-output-charty-0.1.0 | benchmark_driver-output-charty.gemspec |