--- !ruby/object:Gem::Specification 
name: riot
version: !ruby/object:Gem::Version 
  prerelease: false
  segments: 
  - 0
  - 11
  - 4
  version: 0.11.4
platform: ruby
authors: 
- Justin 'Gus' Knowlden
autorequire: 
bindir: bin
cert_chain: []

date: 2010-09-06 00:00:00 -05:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: rr
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        segments: 
        - 0
        version: "0"
  type: :runtime
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: term-ansicolor
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        segments: 
        - 0
        version: "0"
  type: :runtime
  version_requirements: *id002
description: An extremely fast, expressive, and context-driven unit-testing framework. A replacement for all other testing frameworks. Protest the slow test.
email: gus@gusg.us
executables: []

extensions: []

extra_rdoc_files: 
- README.markdown
files: 
- .gitignore
- CHANGELOG
- MIT-LICENSE
- README.markdown
- Rakefile
- TODO.markdown
- VERSION
- lib/riot.rb
- lib/riot/assertion.rb
- lib/riot/assertion_macro.rb
- lib/riot/assertion_macros/any.rb
- lib/riot/assertion_macros/assigns.rb
- lib/riot/assertion_macros/empty.rb
- lib/riot/assertion_macros/equals.rb
- lib/riot/assertion_macros/equivalent_to.rb
- lib/riot/assertion_macros/exists.rb
- lib/riot/assertion_macros/includes.rb
- lib/riot/assertion_macros/kind_of.rb
- lib/riot/assertion_macros/matches.rb
- lib/riot/assertion_macros/nil.rb
- lib/riot/assertion_macros/not_borat.rb
- lib/riot/assertion_macros/raises.rb
- lib/riot/assertion_macros/respond_to.rb
- lib/riot/assertion_macros/same_elements.rb
- lib/riot/assertion_macros/size.rb
- lib/riot/context.rb
- lib/riot/message.rb
- lib/riot/middleware.rb
- lib/riot/reporter.rb
- lib/riot/rr.rb
- lib/riot/runnable.rb
- lib/riot/situation.rb
- riot.gemspec
- test/benchmark/colorize.rb
- test/benchmark/message_concatenation.rb
- test/benchmark/riot_vs_minitest.rb
- test/benchmark/same_elements_vs_set.rb
- test/benchmark/simple_context_and_assertions.rb
- test/core/assertion_macro_test.rb
- test/core/assertion_macros/any_test.rb
- test/core/assertion_macros/assigns_test.rb
- test/core/assertion_macros/empty_test.rb
- test/core/assertion_macros/equals_test.rb
- test/core/assertion_macros/equivalent_to_test.rb
- test/core/assertion_macros/exists_test.rb
- test/core/assertion_macros/includes_test.rb
- test/core/assertion_macros/kind_of_test.rb
- test/core/assertion_macros/matching_test.rb
- test/core/assertion_macros/nil_test.rb
- test/core/assertion_macros/not_borat_test.rb
- test/core/assertion_macros/raises_test.rb
- test/core/assertion_macros/respond_to_test.rb
- test/core/assertion_macros/same_elements_test.rb
- test/core/assertion_macros/size_test.rb
- test/core/assertion_test.rb
- test/core/chained_context_middleware_test.rb
- test/core/context_middleware_test.rb
- test/core/context_test.rb
- test/core/context_with_options_test.rb
- test/core/message_test.rb
- test/core/report_test.rb
- test/core/setup_test.rb
- test/core/situation_test.rb
- test/core/teardown_test.rb
- test/core/using_describe_in_a_test.rb
- test/extensions/rrriot_test.rb
- test/teststrap.rb
has_rdoc: true
homepage: http://github.com/thumblemonks/riot
licenses: []

post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.6
signing_key: 
specification_version: 3
summary: An extremely fast, expressive, and context-driven unit-testing framework. Protest the slow test.
test_files: 
- test/benchmark/colorize.rb
- test/benchmark/message_concatenation.rb
- test/benchmark/riot_vs_minitest.rb
- test/benchmark/same_elements_vs_set.rb
- test/benchmark/simple_context_and_assertions.rb
- test/core/assertion_macro_test.rb
- test/core/assertion_macros/any_test.rb
- test/core/assertion_macros/assigns_test.rb
- test/core/assertion_macros/empty_test.rb
- test/core/assertion_macros/equals_test.rb
- test/core/assertion_macros/equivalent_to_test.rb
- test/core/assertion_macros/exists_test.rb
- test/core/assertion_macros/includes_test.rb
- test/core/assertion_macros/kind_of_test.rb
- test/core/assertion_macros/matching_test.rb
- test/core/assertion_macros/nil_test.rb
- test/core/assertion_macros/not_borat_test.rb
- test/core/assertion_macros/raises_test.rb
- test/core/assertion_macros/respond_to_test.rb
- test/core/assertion_macros/same_elements_test.rb
- test/core/assertion_macros/size_test.rb
- test/core/assertion_test.rb
- test/core/chained_context_middleware_test.rb
- test/core/context_middleware_test.rb
- test/core/context_test.rb
- test/core/context_with_options_test.rb
- test/core/message_test.rb
- test/core/report_test.rb
- test/core/setup_test.rb
- test/core/situation_test.rb
- test/core/teardown_test.rb
- test/core/using_describe_in_a_test.rb
- test/extensions/rrriot_test.rb
- test/teststrap.rb