Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Pavel Kunc edited this page Nov 4, 2010 · 1 revision

Release 1.1.2

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.

Known issues

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.

Changes

  • [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.
Clone this wiki locally