aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
-rw-r--r--activerecord/lib/active_record/connection_adapters/openbase_adapter.rb2
2 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 76762fc3e4..d35579b5d1 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update OpenBase adaterp's maintainer's email address. Closes #5176. [Derrick Spell]
+
* Add a quick note about :select and eagerly included associations. [Rick]
* Add docs for the :as option in has_one associations. Closes #5144 [cdcarter@gmail.com]
diff --git a/activerecord/lib/active_record/connection_adapters/openbase_adapter.rb b/activerecord/lib/active_record/connection_adapters/openbase_adapter.rb
index e137278398..886779d273 100644
--- a/activerecord/lib/active_record/connection_adapters/openbase_adapter.rb
+++ b/activerecord/lib/active_record/connection_adapters/openbase_adapter.rb
@@ -55,7 +55,7 @@ module ActiveRecord
#
# Caveat: Operations involving LIMIT and OFFSET do not yet work!
#
- # Maintainer: derrickspell@cdmplus.com
+ # Maintainer: derrick.spell@gmail.com
class OpenBaseAdapter < AbstractAdapter
def adapter_name
'OpenBase'