Rakefile in dbf-1.0.6 vs Rakefile in dbf-1.0.7

- old
+ new

@@ -1,10 +1,10 @@ require 'hoe' require 'spec/rake/spectask' PKG_NAME = "dbf" -PKG_VERSION = "1.0.6" +PKG_VERSION = "1.0.7" PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" Hoe.new PKG_NAME, PKG_VERSION do |p| p.rubyforge_name = PKG_NAME p.author = "Keith Morrison" @@ -13,9 +13,10 @@ p.description = p.paragraphs_of("README.txt", 1..3).join("\n\n") p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n") p.url = "http://github.com/infused/dm-dbf/tree/master" p.need_tar = true p.need_zip = true + p.extra_deps << ['activesupport', '>= 2.1.0'] end task :default => :spec desc "Run specs" \ No newline at end of file