Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 391 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 391 Bytes

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