Skip to content

Commit

Permalink
Merge pull request #3 from elskwid/fix-gemspec
Browse files Browse the repository at this point in the history
Remove references to minitest-metadata
  • Loading branch information
wojtekmach committed Jun 30, 2013
2 parents eabea1f + 346ef7c commit 72aa0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minitest-metadata.gemspec → minitest-matchers.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.summary = %q{Adds support for RSpec-style matchers}
s.description = s.summary

s.rubyforge_project = "minitest-metadata"
s.rubyforge_project = "minitest-matchers"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 72aa0a0

Please sign in to comment.