Rakefile in oracle_enhanced-1.3.0.pre vs Rakefile in oracle_enhanced-1.3.0.pre2
- old
+ new
@@ -9,10 +9,10 @@
gem.description = <<-EOS
Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases.
This adapter is superset of original ActiveRecord Oracle adapter.
EOS
gem.email = "raimonds.simanovskis@gmail.com"
- gem.homepage = "http://github.com/rsim/oracle-enhanced"
+ gem.homepage = "http://github.com/plukevdh/oracle-enhanced"
gem.authors = ["Raimonds Simanovskis"]
gem.add_dependency "activerecord", ">= 2.0.0"
gem.add_development_dependency "rspec", ">= 1.2.9"
gem.extra_rdoc_files = ['README.rdoc']
end