utf8_sanitizer 2.15 → 2.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4caeb9b33b7d6c8123b3382c1d2c7f216540eaae08e817752b4c0b95d2a1c8fd
4
- data.tar.gz: ff0bdcfdba8faa20db1608b2c39bcb6614306767c8a5fa10d62d5cc14a2e02b5
3
+ metadata.gz: 13b41d894b410c932e700355e853643398a46e5ff6b84143f5ec55bb226304a1
4
+ data.tar.gz: ec9a0ed85a687abb06f972c151ac1574e77063a1e2a5919b13fac5d296026379
5
5
  SHA512:
6
- metadata.gz: 07d5eb33e619f72dafb6d013f7f7bf8f0dd93370dee7fa16a88932c3b3fc50a09aed4154d83592aeb8afac7cd4f07cac3481ca0518f784063d2e641b1300655e
7
- data.tar.gz: 5f49b3355dc2ef743395a34d2e0f06fd66eff05423c5ad35d9d54662240ef59b9f81efe1c6957ce9700c8209bfeaafa99b08f1f0c3c19e1892941cd64ddc161b
6
+ metadata.gz: ac615e4a36349672dbc930b8e2d13bff47c43b93207fc5c9cd6e503a24acbfb9202dad57bc0e4d55c42d5fc381fd069bf2387c853751e7306b6f1d2b99fd4b91
7
+ data.tar.gz: 381d8e2ae38137480329044fac1a0f4c197104d229153f091a52667617424589c9d1ee221d0c71d2b08e34e71dbaf747a84b6f6eea6129a81be18668edaf679b
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/4rlm/utf8_sanitizer.svg?branch=master)](https://travis-ci.org/4rlm/utf8_sanitizer)
4
4
  [![Gem Version](https://badge.fury.io/rb/utf8_sanitizer.svg)](https://badge.fury.io/rb/utf8_sanitizer)
5
+ [![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
+
5
7
 
6
8
  Removes invalid UTF8 characters & extra whitespace (carriage returns, new lines, tabs, spaces, etc.) from csv or strings. Also provides detailed report indicating row numbers containing non-UTF8 and extra whitespace, and before and after to compare changes.
7
9
 
@@ -1,3 +1,3 @@
1
1
  module Utf8Sanitizer
2
- VERSION = '2.15'
2
+ VERSION = '2.16'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utf8_sanitizer
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.15'
4
+ version: '2.16'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Booth