bad_encoding 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 7dd740580170821d850ea0a9d16728cad0da52d2
4
- data.tar.gz: 1b30cf011079aa4da47f89dd107e0b5f19b54c25
3
+ metadata.gz: fa7969b2da054c0932fc51aa7390153927e33db0
4
+ data.tar.gz: 376956085771783e782e58fcb20a43c1816718d1
5
5
  SHA512:
6
- metadata.gz: 3a8a28169d9abced0b0515dae98120e26d4ea4f26560754bdf311e168758f84ac932eb6cd9ab23c532c59648046704862d611a4d2d9e9aac222c05ce92630fb2
7
- data.tar.gz: da7c113b5c9443bacb7dea8ca86f0a4678f1ab2b3c9dd9f4b3d507ec40f574551ba17514d5f9496eac0df26f290dab8a4c574ba714dafecf8c40f4df20fd5142
6
+ metadata.gz: 5ae2f1ada285c9feca7da4c110f1009a83ae2faadd1dec5c3310e1986c1d4caa2e1b2004913c3574f7ddfa91e1c3ee5ed6add337777b1c462c625b22caa09fe6
7
+ data.tar.gz: 95aea219d2840fe170820ae9e362a7860fdb86dc54ec443c954a38e0f5fbe46276829685ecd1107d65be226a1ccd50d8bcc024c5e7c731b5bb4451f99f7c3c4d
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["gregory.ostermayr@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Help find the invalid characters in bad encodings.}
13
- spec.description = %q{Helpf find the invalid characters in bad encodings.}
13
+ spec.description = %q{Help find the invalid characters in bad encodings.}
14
14
  spec.homepage = "https://github.com/gregors/bad_encoding"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module BadEncoding
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bad_encoding
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Ostermayr
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.0'
55
- description: Helpf find the invalid characters in bad encodings.
55
+ description: Help find the invalid characters in bad encodings.
56
56
  email:
57
57
  - gregory.ostermayr@gmail.com
58
58
  executables: []