Sha256: c55e48dd048ee68028c22487e57a40bd9a5fd87690506ccf412278fd0e09b38c

Contents?: true

Size: 1.39 KB

Versions: 15

Compression:

Stored size: 1.39 KB

Contents

Gem::Specification.new do |s|
  s.name     = "matchy"
  s.version  = "0.1.0"
  s.date     = "2008-10-05"
  s.summary  = "RSpec-esque matchers for use in Test::Unit"
  s.email    = "jeremy@entp.com"
  s.homepage = "http://github.com/jeremymcanally/matchy"
  s.description = "Hate writing assertions?  Need a little behavior-driven love in your tests?  Then matchy is for you."
  s.has_rdoc = true
  s.authors  = ["Jeremy McAnally"]
  s.files    = [
    "History.txt", 
  	"Manifest.txt", 
  	"README.rdoc", 
  	"Rakefile", 
  	"matchy.gemspec", 
    "History.txt",
    "License.txt",
    "Manifest.txt",
    "PostInstall.txt",
    "README.markdown",
    "Rakefile",
    "config/hoe.rb",
    "config/requirements.rb",
    "lib/matchy.rb",
    "lib/matchy/version.rb",
    "lib/matchy/expectation.rb",
    "lib/matchy/modals.rb",
    "lib/matchy/built_in/enumerable_expectations.rb",
    "lib/matchy/built_in/error_expectations.rb",
    "lib/matchy/built_in/operator_expectations.rb",
    "lib/matchy/built_in/truth_expectations.rb",
    "setup.rb"
  ]
  
  s.test_files = [
    "test/test_enumerable_expectations.rb",
    "test/test_error_expectations.rb",
    "test/test_expectation_base.rb",
    "test/test_operator_expectations.rb",
    "test/test_truth_expectations.rb",
    "test/test_modals.rb"
  ]

  s.rdoc_options = ["--main", "README.rdoc"]
  s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.rdoc"]
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
adva-0.3.2 test/matchy/matchy.gemspec
adva-0.3.1 test/matchy/matchy.gemspec
adva-0.3.0 test/matchy/matchy.gemspec
adva-0.2.4 test/matchy/matchy.gemspec
adva-0.2.3 test/matchy/matchy.gemspec
adva-0.2.2 test/matchy/matchy.gemspec
adva-0.2.1 test/matchy/matchy.gemspec
adva-0.2.0 test/matchy/matchy.gemspec
adva-0.1.4 test/matchy/matchy.gemspec
adva-0.1.3 test/matchy/matchy.gemspec
adva-0.1.2 test/matchy/matchy.gemspec
adva-0.1.1 test/matchy/matchy.gemspec
adva-0.1.0 test/matchy/matchy.gemspec
adva-0.0.1 test/matchy/matchy.gemspec
jeremymcanally-matchy-0.1.0 matchy.gemspec