forked from wycats/merb
-
Notifications
You must be signed in to change notification settings - Fork 40
RELEASE 1.1.2
Pavel Kunc edited this page Nov 4, 2010
·
1 revision
This is a bug fix release and a way forward to the 1.2 release which is now current master.
The backporting from the 1.2.0 branch into the 1.1.1 had some problems with the dependency handling. This release address theses issues and makes merb_datamapper and merb-auth gems independently versioned.
During the testing I found out that when you issue gem install merb the whole process fails on the following error:
ERROR: Error installing merb:
merb_datamapper requires dm-core (~> 0.10, runtime)
When you issue the gem install merb again everything is installed without any problems.
The Post install message thanks you for installing the 1.1.1 merb-core, I forgot to update the version. But I can thank you this way for installing 1.1.2.
- [merb-core] Gracefully fail when RSpec is not installed but used.
- [merb-core] Because 1.1.x still use the Bundler we have to depend on it.
- [merb] Require independent versions of the merb-auth and merb_datamapper.