speakingurl-rails 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/speakingurl.js +2 -2
- 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: 8ec4d1b654af7afa3b3e08a2bab3ad1aae2b67a1
|
4
|
+
data.tar.gz: 4a251d0fa69808a439748cc16c90081c4e162d66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5aa0775d64d903d572ae34e9c71634510538aac374423097742be3cb96b8ff8e19dc30d4880b2aeaa75f631093a714365015c6db9595625696fe4592f2c56b9
|
7
|
+
data.tar.gz: 21d654c117f8b9b0537f5be1bb5eb171afb75559ad8742792b93db61a486472378c6fcb688863fa5020e238a3d4de63fe143b124a47b82ec40f5de7cb68270af
|
data/README.md
CHANGED
@@ -58,14 +58,14 @@ copy the file speakingurl.min.js to your script directory
|
|
58
58
|
available versions:
|
59
59
|
|
60
60
|
- [www.cdnjs.com/libraries/speakingurl/](http://cdnjs.com/libraries/speakingurl/)
|
61
|
-
- use [//cdnjs.cloudflare.com/ajax/libs/speakingurl/5.0.
|
61
|
+
- use [//cdnjs.cloudflare.com/ajax/libs/speakingurl/5.0.1/speakingurl.min.js](https://cdnjs.cloudflare.com/ajax/libs/speakingurl/5.0.1/speakingurl.min.js)
|
62
62
|
|
63
63
|
#### [CDN/maxcdn](https://www.maxcdn.com/)
|
64
64
|
|
65
65
|
available versions:
|
66
66
|
|
67
67
|
- [www.jsdelivr.com/#!speakingurl](]http://www.jsdelivr.com/#!speakingurl)
|
68
|
-
- use [//cdn.jsdelivr.net/speakingurl/5.0.
|
68
|
+
- use [//cdn.jsdelivr.net/speakingurl/5.0.1/speakingurl.min.js](https://cdn.jsdelivr.net/speakingurl/5.0.1/speakingurl.min.js)
|
69
69
|
|
70
70
|
Usage
|
71
71
|
-----
|
data/lib/speakingurl.js
CHANGED
@@ -1360,13 +1360,13 @@
|
|
1360
1360
|
}
|
1361
1361
|
};
|
1362
1362
|
|
1363
|
-
if (typeof module !== undefined && module.exports) {
|
1363
|
+
if (typeof module !== 'undefined' && module.exports) {
|
1364
1364
|
|
1365
1365
|
// export functions for use in Node
|
1366
1366
|
module.exports = getSlug;
|
1367
1367
|
module.exports.createSlug = createSlug;
|
1368
1368
|
|
1369
|
-
} else if (typeof define !== undefined && define.amd) {
|
1369
|
+
} else if (typeof define !== 'undefined' && define.amd) {
|
1370
1370
|
|
1371
1371
|
// export function for use in AMD
|
1372
1372
|
define([], function () {
|