Subject: DataMapper 0.10.1 Released I'm pleased to announce the DataMapper 0.10.1 Release.
This release fixes a few tickets, as well as a problem with the gem dependencies. I plan to do smaller, more frequent, releases in the 0.10 series, hopefully 1-2 times a month until the few remaining edge cases are resolved. Please do not let that discourage you from upgrading, 0.10.1 is already *far* more stable than any 0.9.x release, and we are continuously improving every week. Install ------- NOTE: Before you start, please make sure you have the latest version of rubygems by running the command: sudo gem update --system You should have the latest version of rubygems (1.3.5) before proceeding: 1) Install the dm-core gem: sudo gem install dm-core 2) (OPTIONAL) Install whatever dm-more gems you use, eg: sudo gem install dm-aggregates sudo gem install dm-constraints sudo gem install dm-migrations sudo gem install dm-serializer sudo gem install dm-timestamps sudo gem install dm-validations sudo gem install dm-types 3) (OPTIONAL) Install the database driver, or adapter you plan on using, eg: sudo gem install do_sqlite3 # or do_mysql, do_postgres, etc Reporting Issues ---------------- Please report any issues you find in IRC, on the mailing list, or in the tracker: IRC: #datamapper Mailing List: http://groups.google.com/group/datamapper Bug Tracker: http://datamapper.lighthouseapp.com/projects/20609-datamapper -- Dan (dkubb) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
