Skip to content

Commit

Permalink
update the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 1, 2010
1 parent be013b8 commit c8e00ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rspec-expectations.gemspec
Expand Up @@ -39,6 +39,7 @@ Gem::Specification.new do |s|
"lib/rspec/matchers/change.rb",
"lib/rspec/matchers/compatibility.rb",
"lib/rspec/matchers/dsl.rb",
"lib/rspec/matchers/eq.rb",
"lib/rspec/matchers/eql.rb",
"lib/rspec/matchers/equal.rb",
"lib/rspec/matchers/errors.rb",
Expand Down Expand Up @@ -71,6 +72,7 @@ Gem::Specification.new do |s|
"spec/rspec/matchers/compatibility_spec.rb",
"spec/rspec/matchers/description_generation_spec.rb",
"spec/rspec/matchers/dsl_spec.rb",
"spec/rspec/matchers/eq_spec.rb",
"spec/rspec/matchers/eql_spec.rb",
"spec/rspec/matchers/equal_spec.rb",
"spec/rspec/matchers/exist_spec.rb",
Expand Down

0 comments on commit c8e00ed

Please sign in to comment.