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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f10f6fad00fb019f6ea6c7e479462ea774533b019610a0a26a70543daa08f9b0
4
- data.tar.gz: 6c86823dbc4ec6a23e430cac7950b2df9580cde88520f64706a03a4851684664
3
+ metadata.gz: 1a6fa20a292411a614bf673bf4f7d071bc8d146558b2919f1de2aa7f8cc96d59
4
+ data.tar.gz: fa8ca82d93252113d0a5040ff967dd3bd8a05aa448362337ed582231b219689b
5
5
  SHA512:
6
- metadata.gz: 6e7fbf38846b842a8b9319cc00d3404d59984d719b6637a4eb529f2e6667c58fa6bf0899d1aad1d9309218db9573e58e357993ac75e413a68ff20e7886f25c11
7
- data.tar.gz: 1836a12217d2dc31808cb4420076db4f747edf9753334d02f19bfebde9810c0e31c160bcbdc26a4ecab6fdb02048f68d19649fe8d236b9e9a1d2a6d9e699aa5c
6
+ metadata.gz: f9b007d97ef94b07f1bb1e9b5719bcc202c38c19967f0e3a14d9a719cd6340668e607d844bcdabc4f82470b96fd5b867d6771ba894ba009e86d9d99bfe80b32f
7
+ data.tar.gz: 8772e0c3624b4869c28e1c7c6de67a37197cb263bfc3b8339e945ae7292fa2bdc6045e8d359963a502fb5e05f643793153a0879db5bd812912b351d028f513d1
@@ -1,4 +1,4 @@
1
1
  module Utf8Sanitizer
2
2
  # VERSION = "0.0.1-rc.1"
3
- VERSION = "0.0.1.pre.rc.1"
3
+ VERSION = "0.0.2.pre.rc.01"
4
4
  end
@@ -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. Example: ABC Au\\xC1tos,123 E Main St,Anytown,TX,75142,(888) 457-4391\\n\\r\\n => ABC Autos,123 E Main St,Anytown,TX,75142,(888) 457-4391"
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.1.pre.rc.1
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: 'Removes invalid UTF8 characters, and extra whitespace (carriage returns,
184
- new lines, tabs, spaces, etc.) from csv, or strings. Example: ABC Au\xC1tos,123
185
- E Main St,Anytown,TX,75142,(888) 457-4391\n\r\n => ABC Autos,123 E Main St,Anytown,TX,75142,(888)
186
- 457-4391'
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: []