README.rdoc in country-select-engine-0.1.0 vs README.rdoc in country-select-engine-0.1.1

- old
+ new

@@ -1,10 +1,10 @@ == CountrySelectEngine A Rails engine to provide localized country names, languages and currencies. For example, it translates 'en' to 'English' for language, 'USD' to 'US Dollar' for currency and 'US' to 'United States' for country. -It uses Rails internationalization framework (http://rails-i18n.org) for translation. It requires Rails 3.2 or later (and hpricot optionally). +It uses Rails internationalization framework (http://rails-i18n.org) for translation. It requires Rails 3.2 or later You can easily translate country codes in your application like this: <%= I18n.t 'US', :scope => 'countries' %> @@ -57,13 +57,9 @@ == ActionView helper ActionView helper code is adapted from Rails' default *country_select* plugin (previously in core). See http://github.com/rails/country_select/tree/master/lib/country_select.rb - -== Chosen javascript - -It includes Chosen (http://harvesthq.github.com/chosen/) in assets for easiler selection. == Options @:exclude@ option