-
Add a generator for db migration
-
Release gems via rake-gemcutter instead of rubyforge
-
Add the ability to parse raw values [Matt Lightner]
-
Validate that the country code is known
-
Validate number lengths on a per-country code basis
-
Add the list of available country codes
-
Remove PhoneNumber#display_value in favor of using the Rails helper
-
Add dependency on Rails 2.3
-
Remove dependency on plugins_plus
-
Remove the PluginAWeek namespace
-
Change how the base module is included to prevent namespacing conflicts
-
Change PhoneNumber#to_s to PhoneNumber#display_value
-
Remove log files from gems
-
Updated documentation
-
Move test fixtures out of the test application root directory
-
Added documentation
-
Removed dependency on has_association_helper