Skip to content

Commit

Permalink
update gemspec to include new error spec
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed May 13, 2010
1 parent ea56862 commit 1f7ff62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Gem::Specification.new do |s|
"spec/active_record/active_record_spec.rb",
"spec/em/em_spec.rb",
"spec/mysql2/client_spec.rb",
"spec/mysql2/error_spec.rb",
"spec/mysql2/result_spec.rb",
"spec/rcov.opts",
"spec/spec.opts",
Expand All @@ -55,6 +56,7 @@ Gem::Specification.new do |s|
"spec/active_record/active_record_spec.rb",
"spec/em/em_spec.rb",
"spec/mysql2/client_spec.rb",
"spec/mysql2/error_spec.rb",
"spec/mysql2/result_spec.rb",
"spec/spec_helper.rb",
"examples/eventmachine.rb"
Expand Down

0 comments on commit 1f7ff62

Please sign in to comment.