# -*- encoding: utf-8 -*- # stub: mcmire-matchy 0.5.2 ruby lib Gem::Specification.new do |s| s.name = "mcmire-matchy".freeze s.version = "0.5.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeremy McAnally".freeze] s.date = "2010-02-13" s.description = "RSpec-esque matchers for use in Test::Unit".freeze s.email = ["jeremy@entp.com".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["License.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "countloc.rb".freeze, "lib/matchy.rb".freeze, "lib/matchy/assertions.rb".freeze, "lib/matchy/built_in/change_expectations.rb".freeze, "lib/matchy/built_in/enumerable_expectations.rb".freeze, "lib/matchy/built_in/error_expectations.rb".freeze, "lib/matchy/built_in/operator_expectations.rb".freeze, "lib/matchy/built_in/truth_expectations.rb".freeze, "lib/matchy/custom_matcher.rb".freeze, "lib/matchy/expectation_builder.rb".freeze, "lib/matchy/matcher_builder.rb".freeze, "lib/matchy/modals.rb".freeze, "lib/matchy/version.rb".freeze, "test/test_change_expectation.rb".freeze, "test/test_custom_matcher.rb".freeze, "test/test_enumerable_expectations.rb".freeze, "test/test_error_expectations.rb".freeze, "test/test_expectation_builder.rb".freeze, "test/test_helper.rb".freeze, "test/test_matcher_builder.rb".freeze, "test/test_modals.rb".freeze, "test/test_operator_expectations.rb".freeze, "test/test_truth_expectations.rb".freeze] s.homepage = "http://matchy.rubyforge.org".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "RSpec-esque matchers for use in Test::Unit".freeze s.test_files = ["test/test_change_expectation.rb".freeze, "test/test_custom_matcher.rb".freeze, "test/test_enumerable_expectations.rb".freeze, "test/test_error_expectations.rb".freeze, "test/test_expectation_builder.rb".freeze, "test/test_helper.rb".freeze, "test/test_matcher_builder.rb".freeze, "test/test_modals.rb".freeze, "test/test_operator_expectations.rb".freeze, "test/test_truth_expectations.rb".freeze] end