# -*- encoding: utf-8 -*- # stub: flori-bullshit 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "flori-bullshit".freeze s.version = "0.1.0".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-04-08" s.description = "".freeze s.email = "flori@ping.de".freeze s.files = ["COPYING".freeze, "Rakefile".freeze, "VERSION".freeze, "bullshit.gemspec".freeze, "data".freeze, "examples".freeze, "examples/compare.rb".freeze, "examples/fibonacci.rb".freeze, "examples/iteration.rb".freeze, "examples/josephus.rb".freeze, "examples/sorting.rb".freeze, "install.rb".freeze, "lib".freeze, "lib/bullshit".freeze, "lib/bullshit.rb".freeze, "lib/bullshit/version.rb".freeze, "make_doc.rb".freeze, "tests".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://bullshit.rubyforge.org".freeze s.rdoc_options = ["--title".freeze, "Bullshit -- Benchmarking in Ruby".freeze, "--line-numbers".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Benchmarking is Bullshit".freeze s.test_files = ["tests/test_analysis.rb".freeze, "tests/test_functions.rb".freeze, "tests/test_distribution.rb".freeze, "tests/test_window.rb".freeze, "tests/test_continued_fraction.rb".freeze, "tests/test_bullshit.rb".freeze, "tests/test_newton_bisection.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q<dslkit>.freeze, [">= 0.2.5".freeze]) end