Sha256: ccee36083decd9e6f553ddfb0a97c1e01dc42b3622fbf5350a28ddae2c49af7a
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
Gem::Specification.new do |s| s.name = 'bullshit' s.version = '0.1.0' s.summary = "Benchmarking is Bullshit" s.description = "" s.add_dependency('dslkit', '>= 0.2.5') s.files = ["tests", "tests/test_analysis.rb", "tests/test_functions.rb", "tests/test_distribution.rb", "tests/test_window.rb", "tests/test_continued_fraction.rb", "tests/test_bullshit.rb", "tests/test_newton_bisection.rb", "install.rb", "VERSION", "lib", "lib/bullshit.rb", "lib/bullshit", "lib/bullshit/version.rb", "make_doc.rb", "examples", "examples/compare.rb", "examples/josephus.rb", "examples/fibonacci.rb", "examples/sorting.rb", "examples/iteration.rb", "data", "bullshit.gemspec", "COPYING", "Rakefile"] s.require_path = 'lib' s.has_rdoc = true s.rdoc_options << '--title' << 'Bullshit -- Benchmarking in Ruby' << '--line-numbers' s.test_files = ["tests/test_analysis.rb", "tests/test_functions.rb", "tests/test_distribution.rb", "tests/test_window.rb", "tests/test_continued_fraction.rb", "tests/test_bullshit.rb", "tests/test_newton_bisection.rb"] s.author = "Florian Frank" s.email = "flori@ping.de" s.homepage = "http://bullshit.rubyforge.org" s.rubyforge_project = "bullshit" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flori-bullshit-0.1.0 | bullshit.gemspec |