# -*- encoding: utf-8 -*- # stub: bullshit 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "bullshit".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 = ["Florian Frank".freeze] s.date = "2009-11-18" s.description = "".freeze s.email = "flori@ping.de".freeze s.executables = ["bs_compare".freeze] s.files = ["CHANGES".freeze, "COPYING".freeze, "README".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/bs_compare".freeze, "examples/compare.rb".freeze, "examples/fibonacci.rb".freeze, "examples/iteration.rb".freeze, "examples/josephus.rb".freeze, "examples/sorting.rb".freeze, "examples/throw_raise.rb".freeze, "install.rb".freeze, "lib/bullshit.rb".freeze, "lib/bullshit/version.rb".freeze, "make_doc.rb".freeze, "tests/test_analysis.rb".freeze, "tests/test_bullshit.rb".freeze, "tests/test_continued_fraction.rb".freeze, "tests/test_distribution.rb".freeze, "tests/test_functions.rb".freeze, "tests/test_newton_bisection.rb".freeze, "tests/test_window.rb".freeze] s.homepage = "http://flori.github.com/bullshit".freeze s.rdoc_options = ["--title".freeze, "Bullshit -- Benchmarking in Ruby".freeze, "--main".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Benchmarking is Bullshit".freeze s.test_files = ["tests/test_continued_fraction.rb".freeze, "tests/test_window.rb".freeze, "tests/test_functions.rb".freeze, "tests/test_analysis.rb".freeze, "tests/test_bullshit.rb".freeze, "tests/test_distribution.rb".freeze, "tests/test_newton_bisection.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q<dslkit>.freeze, [">= 0.2.5".freeze]) end