# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{riot} s.version = "0.10.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Justin 'Gus' Knowlden"] s.date = %q{2009-12-15} s.description = %q{An extremely fast, expressive, and context-driven unit-testing framework. A replacement for all other testing frameworks. Protest the slow test.} s.email = %q{gus@gusg.us} s.extra_rdoc_files = [ "README.markdown" ] s.files = [ ".gitignore", "MIT-LICENSE", "README.markdown", "Rakefile", "TODO.markdown", "VERSION", "lib/riot.rb", "lib/riot/assertion.rb", "lib/riot/assertion_macros.rb", "lib/riot/context.rb", "lib/riot/reporter.rb", "lib/riot/runnable.rb", "lib/riot/situation.rb", "riot.gemspec", "test/assertion_macros/any_test.rb", "test/assertion_macros/assigns_test.rb", "test/assertion_macros/empty_test.rb", "test/assertion_macros/equals_test.rb", "test/assertion_macros/exists_test.rb", "test/assertion_macros/includes_test.rb", "test/assertion_macros/kind_of_test.rb", "test/assertion_macros/matching_test.rb", "test/assertion_macros/nil_test.rb", "test/assertion_macros/raises_test.rb", "test/assertion_macros/respond_to_test.rb", "test/assertion_macros/same_elements_test.rb", "test/assertion_macros/size_test.rb", "test/assertion_test.rb", "test/benchmark/colorize.rb", "test/benchmark/riot_vs_minitest.rb", "test/benchmark/same_elements_vs_set.rb", "test/benchmark/simple_context_and_assertions.rb", "test/context_test.rb", "test/report_test.rb", "test/setup_test.rb", "test/situation_test.rb", "test/teardown_test.rb", "test/teststrap.rb" ] s.homepage = %q{http://github.com/thumblemonks/riot} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{An extremely fast, expressive, and context-driven unit-testing framework. Protest the slow test.} s.test_files = [ "test/assertion_macros/any_test.rb", "test/assertion_macros/assigns_test.rb", "test/assertion_macros/empty_test.rb", "test/assertion_macros/equals_test.rb", "test/assertion_macros/exists_test.rb", "test/assertion_macros/includes_test.rb", "test/assertion_macros/kind_of_test.rb", "test/assertion_macros/matching_test.rb", "test/assertion_macros/nil_test.rb", "test/assertion_macros/raises_test.rb", "test/assertion_macros/respond_to_test.rb", "test/assertion_macros/same_elements_test.rb", "test/assertion_macros/size_test.rb", "test/assertion_test.rb", "test/benchmark/colorize.rb", "test/benchmark/riot_vs_minitest.rb", "test/benchmark/same_elements_vs_set.rb", "test/benchmark/simple_context_and_assertions.rb", "test/context_test.rb", "test/report_test.rb", "test/setup_test.rb", "test/situation_test.rb", "test/teardown_test.rb", "test/teststrap.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) end end