utf8_sanitizer 0.0.1.pre.rc.1 → 0.0.2.pre.rc.01
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/utf8_sanitizer/version.rb +1 -1
- data/utf8_sanitizer.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a6fa20a292411a614bf673bf4f7d071bc8d146558b2919f1de2aa7f8cc96d59
|
|
4
|
+
data.tar.gz: fa8ca82d93252113d0a5040ff967dd3bd8a05aa448362337ed582231b219689b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9b007d97ef94b07f1bb1e9b5719bcc202c38c19967f0e3a14d9a719cd6340668e607d844bcdabc4f82470b96fd5b867d6771ba894ba009e86d9d99bfe80b32f
|
|
7
|
+
data.tar.gz: 8772e0c3624b4869c28e1c7c6de67a37197cb263bfc3b8339e945ae7292fa2bdc6045e8d359963a502fb5e05f643793153a0879db5bd812912b351d028f513d1
|
data/utf8_sanitizer.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
17
17
|
spec.summary = "Still in Development: Removes invalid UTF8 characters, and extra whitespace (carriage returns, new lines, tabs, spaces, etc.) from csv, or strings."
|
|
18
|
-
spec.description = "Removes invalid UTF8 characters, and extra whitespace (carriage returns, new lines, tabs, spaces, etc.) from csv, or strings
|
|
18
|
+
spec.description = "Removes invalid UTF8 characters, and extra whitespace (carriage returns, new lines, tabs, spaces, etc.) from csv, or strings.\n Example: ABC Au\\xC1tos,123 E Main St,Anytown,TX,75142,(888) 555-1234\\n\\r\\n \n=> ABC Autos,123 E Main St,Anytown,TX,75142,(888) 555-1234"
|
|
19
19
|
|
|
20
20
|
if spec.respond_to?(:metadata)
|
|
21
21
|
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
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: 0.0.
|
|
4
|
+
version: 0.0.2.pre.rc.01
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Booth
|
|
@@ -180,10 +180,10 @@ dependencies:
|
|
|
180
180
|
- - "~>"
|
|
181
181
|
- !ruby/object:Gem::Version
|
|
182
182
|
version: 0.11.3
|
|
183
|
-
description:
|
|
184
|
-
new lines, tabs, spaces, etc.) from csv, or strings
|
|
185
|
-
E Main St,Anytown,TX,75142,(888)
|
|
186
|
-
|
|
183
|
+
description: "Removes invalid UTF8 characters, and extra whitespace (carriage returns,
|
|
184
|
+
new lines, tabs, spaces, etc.) from csv, or strings.\n Example: ABC Au\\xC1tos,123
|
|
185
|
+
E Main St,Anytown,TX,75142,(888) 555-1234\\n\\r\\n \n=> ABC Autos,123 E Main St,Anytown,TX,75142,(888)
|
|
186
|
+
555-1234"
|
|
187
187
|
email:
|
|
188
188
|
- 4rlm@protonmail.ch
|
|
189
189
|
executables: []
|