Low commit activity in last 3 years
No release in over a year
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

>= 6.1, < 7.1
~> 13.0
~> 3.12
~> 2.4
~> 1.48
= 2.2.10

Runtime

>= 6.1, < 7.1
 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