diacritics 0.0.6 → 0.0.7
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/CHANGELOG.md +4 -0
- data/lib/diacritics/string.rb +1 -1
- data/lib/diacritics/version.rb +1 -1
- data/spec/diacritics/string_spec.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 790c7a62db240702b5574fe7b21fa3ade5d2ca49
|
4
|
+
data.tar.gz: 10f8db37215b990c65b5d8331686882e8894aa4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a618bed035dd4ce41f4d6ae9f3877dd556a69b270608eaadbef98bc76ce65c555646d2dddca7a7c8f7dff9596f12c4f2f45d968fbdbd8d4513131c31706966ea
|
7
|
+
data.tar.gz: 309b864293e68dba1b88ac3eb69dde1291e3610ec76f13b95bd9322e8bc7e63c9690111d14917ea050f258b289ec9f3eb6931159508492cf73648151280aac4e
|
data/CHANGELOG.md
CHANGED
data/lib/diacritics/string.rb
CHANGED
data/lib/diacritics/version.rb
CHANGED
@@ -506,6 +506,7 @@ describe Diacritics::String do
|
|
506
506
|
context do
|
507
507
|
it { expect('lorem-ipsum').to be_slug }
|
508
508
|
it { expect('lorem_ipsum').to be_slug }
|
509
|
+
it { expect('lorem0ipsum').to be_slug }
|
509
510
|
it { expect('lorem!ipsum').not_to be_slug }
|
510
511
|
it { expect('lorem#ipsum').not_to be_slug }
|
511
512
|
it { expect('lorem$ipsum').not_to be_slug }
|