From c3c5c8f85a3e262b27e65d383f4a6e3e47713a9d Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Fri, 6 Aug 2010 17:05:53 -0700 Subject: [PATCH] update gemspec now that the Sequel adapter is gone --- mysql2.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/mysql2.gemspec b/mysql2.gemspec index 318814b..3cd6509 100644 --- a/mysql2.gemspec +++ b/mysql2.gemspec @@ -45,7 +45,6 @@ Gem::Specification.new do |s| "lib/mysql2/em.rb", "lib/mysql2/error.rb", "lib/mysql2/result.rb", - "lib/sequel/adapters/mysql2.rb", "mysql2.gemspec", "spec/active_record/active_record_spec.rb", "spec/em/em_spec.rb",