Skip to content

Commit

Permalink
Fixed gemspec.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy McAnally <jeremymcanally@gmail.com>
  • Loading branch information
mhennemeyer authored and jm committed Feb 11, 2009
1 parent 1cb9bab commit 2e01918
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion matchy.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "matchy"
s.version = "0.2.0"
s.version = "0.3.1"
s.date = "2009-02-08"
s.summary = "RSpec-esque matchers for use in Test::Unit"
s.email = "mhennemeyer@gmail.com"
Expand All @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
"config/requirements.rb",
"lib/matchy.rb",
"lib/matchy/version.rb",
"lib/matchy/expectation_builder.rb",
"lib/matchy/modals.rb",
"lib/matchy/def_matcher.rb",
"lib/matchy/matcher_builder.rb",
Expand All @@ -36,6 +37,8 @@ Gem::Specification.new do |s|

s.test_files = [
"test/test_change_expectation.rb",
"test/test_expectation_builder.rb",
"test/test_minitest_compatibility.rb",
"test/test_def_matcher.rb",
"test/test_enumerable_expectations.rb",
"test/test_error_expectations.rb",
Expand Down

0 comments on commit 2e01918

Please sign in to comment.