README.rdoc in i18n_column-0.0.3 vs README.rdoc in i18n_column-0.1.0

- old
+ new

@@ -4,11 +4,11 @@ This extension provides the capabilities of storing and retrieving translations from a single database column. The translations are stored as a JSON object i.e. {"en":"Home","de":"Zuhause"}. The current and default locale are retrieved from the {Rails Internationalization (I18n) API}[http://guides.rubyonrails.org/i18n.html]. Set the current locale on each request with i.e. <tt>I18n.locale = :de</tt>. If not set the default locale will be taken: <tt>I18n.default_locale</tt>. <tt>I18n.locale</tt> is used as the JSON key to store a translation i.e. <tt>"en":"Home"</tt>. -<tt>i18n_column</tt> is tested with rails version 3. +<tt>i18n_column</tt> is tested with rails version 3.1.0 == Installation <b>Gem</b> @@ -72,6 +72,6 @@ f.text_field(:fname) instead of f.text_field(:name) == Copyright -Copyright (c) 2010 Philipp Ullmann. See LICENSE for details. +Copyright (c) 2011 Philipp Ullmann. See LICENSE for details.