Created
May 13, 2009 02:14
-
-
Save brapse/110833 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 150ef696a4d821a648880ea8f355acbc28e06f4a Mon Sep 17 00:00:00 2001 | |
From: Sean Braithwaite <[email protected]> | |
Date: Tue, 12 May 2009 22:12:00 -0400 | |
Subject: [PATCH] Typo in gem rake task | |
--- | |
do_sqlite3/tasks/gem.rake | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
diff --git a/do_sqlite3/tasks/gem.rake b/do_sqlite3/tasks/gem.rake | |
index 53a2f5c..9b44f50 100644 | |
--- a/do_sqlite3/tasks/gem.rake | |
+++ b/do_sqlite3/tasks/gem.rake | |
@@ -20,7 +20,7 @@ GEM_SPEC = Gem::Specification.new do |s| | |
s.platform = "java" | |
else | |
s.platform = Gem::Platform::RUBY | |
- s.extensions << 'ext/do_postgres_ext/extconf.rb' | |
+ s.extensions << 'ext/do_sqlite3_ext/extconf.rb' | |
end | |
# development dependencies | |
-- | |
1.6.2.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment