Updating Gemfile to latest versions of libraries:

* updating deprecated require 'rake/rdoctask' with 'rdoc/task'
* preparing to remove deprecated ActiveRecord set_table_name with self.table_name=
This commit is contained in:
Zach Dennis 2012-08-06 09:24:34 -04:00
parent b500ebe5a1
commit a1a183e43d
4 changed files with 39 additions and 26 deletions

View file

@ -63,7 +63,7 @@ rescue LoadError
end
end
require 'rake/rdoctask'
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""