README.md in data_cleansing-0.6.1 vs README.md in data_cleansing-0.8.0

- old
+ new

@@ -1,9 +1,9 @@ data_cleansing ============== -Data Cleansing framework for Ruby with additional support for Rails and Mongoid +Data Cleansing framework for Ruby, Rails, Mongoid and MongoMapper. * http://github.com/reidmorrison/data_cleansing ## Introduction @@ -249,11 +249,11 @@ possible to configure the semantic_logger gem to use the existing Rails logger in a Rails initializer as follows: ```ruby SemanticLogger.default_level = Rails.logger.level -SemanticLogger.add_appender(Rails.logger) +SemanticLogger.add_appender(logger: Rails.logger) ``` By changing the log level of DataCleansing itself the type of output for data cleansing can be controlled: @@ -317,13 +317,13 @@ ## Dependencies DataCleansing requires the following dependencies -* Ruby V1.8.7, V1.9.3 or V2 and greater -* Rails V2 or greater for Rails integration ( Only if Rails is being used ) -* Mongoid V2 or greater for Mongoid integration ( Only if Mongoid is being used ) +* Ruby V1.9.3, V2 and greater +* Rails V3.2 (Active Model) or greater for Rails integration ( Only if Rails is being used ) +* Mongoid and Mongomapper supporting Active Model V3.2 or greater ( Only if Mongoid or MongoMapper is being used ) ## Meta * Code: `git clone git://github.com/reidmorrison/data_cleansing.git` * Home: <https://github.com/reidmorrison/data_cleansing> @@ -336,10 +336,10 @@ Reid Morrison :: reidmo@gmail.com :: @reidmorrison ## License -Copyright 2013 Reid Morrison +Copyright 2013, 2014, 2015, 2016 Reid Morrison Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at