# -*- encoding: utf-8 -*- # stub: benchmark-plot 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "benchmark-plot".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sameer Deshmukh".freeze] s.date = "2016-06-28" s.description = "benchmark-plot is an extension to the Ruby standard benchmarking library.\n\nIt let's you easily create plots of any code that you want to benchmark over \na varied number of inputs. It also supports comparative benchmarking.\n".freeze s.email = ["sameer.deshmukh93@gmail.com".freeze] s.files = [".gitignore".freeze, "HISTORY.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "benchmark-plot.gemspec".freeze, "examples/mapflat_vs_flat_map/benchmark_plot_graph.png".freeze, "examples/mapflat_vs_flat_map/flat_vs_flat_map.rb".freeze, "examples/matrix_vs_nmatrix/matrix_multiplication/matrix_multiplication.png".freeze, "examples/matrix_vs_nmatrix/matrix_multiplication/matrix_multiplication.rb".freeze, "examples/nmatrix_vs_narray/matrix_creation.rb".freeze, "lib/benchmark/plot.rb".freeze, "lib/benchmark/plot/plotter.rb".freeze, "lib/benchmark/plot/report_maker.rb".freeze, "lib/benchmark/plot/version.rb".freeze, "spec/benchmark_plot_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/v0dro/benchmark-plot".freeze s.licenses = ["BSD-2".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "benchmark-plot".freeze s.test_files = ["spec/benchmark_plot_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end