Low commit activity in last 3 years
A long-lived project that still receives updates
Converts \r\n characters to \n for attributes on ActiveModel-like entities.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 7.0, < 7.2
~> 13.1
~> 3.13
~> 2.5
~> 1.65

Runtime

>= 7.0, < 7.2
 Project Readme

NormalizeLineEndings

Converts \r\n characters to \n for attributes on ActiveModel-like entities.

Installation

Add this line to your application's Gemfile:

gem 'normalize_line_endings'

And then execute:

$ bundle

Or install it yourself as:

$ gem install normalize_line_endings

Usage

Run tests by cd'ing to the root of the gem directory and running rake