Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Releases: ar-dm/ardm-active_model

1.3.0

30 Jan 00:45
Compare
Choose a tag to compare

Rails 4.0 compatibility

1.2.0 (ardm)

30 Jan 00:39
Compare
Choose a tag to compare

First release of ardm- scoped versions of dm- gems.

This first release almost exactly mirrors the dm- versions of the gem at the same version number, with one exception.

The exception to the nearly exact version parity is that the version requirements of the ardm- gems have been loosened.

Generally versions for gem deps are now expressed as "~> M.m" ("~> 1.2") rather than the previously very tight restrictions to "~> M.m.p" ("~> 1.2.0"). With bundler being standard on most projects now, very few problems are likely to occur from this change.

This means replacing dm- gems with ardm- gems will unlock some version dependencies in your application and you should run a thorough test suite on your application after upgrading.