# -*- encoding: utf-8 -*- # stub: lucashungaro-matchy 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "lucashungaro-matchy".freeze s.version = "0.0.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 = "2008-10-05" s.description = "Hate writing assertions? Need a little behavior-driven love in your tests? Then matchy is for you.".freeze s.email = "jeremy@entp.com".freeze s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze] s.files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "config/hoe.rb".freeze, "config/requirements.rb".freeze, "lib/matchy.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/expectation.rb".freeze, "lib/matchy/modals.rb".freeze, "lib/matchy/version.rb".freeze, "setup.rb".freeze, "test/test_enumerable_expectations.rb".freeze, "test/test_error_expectations.rb".freeze, "test/test_expectation_base.rb".freeze, "test/test_helper.rb".freeze, "test/test_modals.rb".freeze, "test/test_operator_expectations.rb".freeze, "test/test_truth_expectations.rb".freeze] s.homepage = "http://github.com/jeremymcanally/matchy".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "RSpec-esque matchers for use in Test::Unit".freeze s.test_files = ["test/test_enumerable_expectations.rb".freeze, "test/test_error_expectations.rb".freeze, "test/test_expectation_base.rb".freeze, "test/test_helper.rb".freeze, "test/test_modals.rb".freeze, "test/test_operator_expectations.rb".freeze, "test/test_truth_expectations.rb".freeze] end