Title: [829] trunk/activerecord-jdbc/Rakefile: Remove dependency on activerecord -- shouldn't be there because
Revision
829
Author
nicksieger
Date
2007-12-12 16:37:38 -0500 (Wed, 12 Dec 2007)

Log Message

Remove dependency on activerecord -- shouldn't be there because
it breaks vendored Rails

Modified Paths

Diff

Modified: trunk/activerecord-jdbc/Rakefile (828 => 829)


--- trunk/activerecord-jdbc/Rakefile	2007-12-09 23:38:16 UTC (rev 828)
+++ trunk/activerecord-jdbc/Rakefile	2007-12-12 21:37:38 UTC (rev 829)
@@ -92,7 +92,6 @@
     p.summary = "JDBC adapter for ActiveRecord, for use within JRuby on Rails."
     p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
     p.description = p.paragraphs_of('README.txt', 0...1).join("\n\n")
-    p.extra_deps << ['activerecord', ">= 1.14"]
   end.spec.dependencies.delete_if { |dep| dep.name == "hoe" }
 rescue LoadError
   puts "You really need Hoe installed to be able to package this gem"
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to