speakingurl-rails 8.0.1 → 8.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +3 -3
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b7585819673f92c21bb598bb2baf8ac030a4bde
4
- data.tar.gz: 567951f13b89072497e582a2b2c5e747b1f0717e
3
+ metadata.gz: cefcd22d767a300e3114532eef9c1a02882a03c0
4
+ data.tar.gz: 6887a983ed6d7124297899ce45913340e8163d42
5
5
  SHA512:
6
- metadata.gz: e56a61d7f47f867857f79eb22fffee4a3c63646218b526f136bcd81a4161ec86bbb3ca5ea6774a4adb485de8e8376c47da4c7f60fe60997b485fe3f61cb7c7d8
7
- data.tar.gz: ed7561807c4e266cf131221d3002ae5cec30afa0e96be643fe139cd43bef1a8d704be1ddeb3b5d7c8662ad213191bad998f9bd59642d69f5f2ff0dc4ea180087
6
+ metadata.gz: 2c5ff0fa4a8e51e79b041298dd4653358e2d09b1d18734f71aea2c91614629a4c84a623080b91c3efd18efa16fea9c1ff56ab76cbc536407a3e7ad4d81f352dc
7
+ data.tar.gz: 202536fa915e944cf4dd6e52ea231c60e6b2f1833c949e0eecea7a98366d73171e930ba7b97faca8e709b0bf85edc1ed41f8c217938531bd9d5b29aea3d3f54f
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The BSD 3-Clause License (BSD3)
2
2
 
3
- Copyright (c) 2013-2015 Sascha Droste <pid@posteo.net>
3
+ Copyright (c) 2013-2016 Sascha Droste <pid@posteo.net>
4
4
  All rights reserved.
5
5
 
6
6
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
data/README.md CHANGED
@@ -57,14 +57,14 @@ copy the file speakingurl.min.js to your script directory
57
57
  available versions:
58
58
 
59
59
  - [www.cdnjs.com/libraries/speakingurl/](http://cdnjs.com/libraries/speakingurl/)
60
- - use [//cdnjs.cloudflare.com/ajax/libs/speakingurl/8.0.1/speakingurl.min.js](https://cdnjs.cloudflare.com/ajax/libs/speakingurl/8.0.1/speakingurl.min.js)
60
+ - use [//cdnjs.cloudflare.com/ajax/libs/speakingurl/8.0.2/speakingurl.min.js](https://cdnjs.cloudflare.com/ajax/libs/speakingurl/8.0.2/speakingurl.min.js)
61
61
 
62
62
  #### [CDN/maxcdn](https://www.maxcdn.com/)
63
63
 
64
64
  available versions:
65
65
 
66
66
  - [www.jsdelivr.com/#!speakingurl](]http://www.jsdelivr.com/#!speakingurl)
67
- - use [//cdn.jsdelivr.net/speakingurl/8.0.1/speakingurl.min.js](https://cdn.jsdelivr.net/speakingurl/8.0.1/speakingurl.min.js)
67
+ - use [//cdn.jsdelivr.net/speakingurl/8.0.2/speakingurl.min.js](https://cdn.jsdelivr.net/speakingurl/8.0.2/speakingurl.min.js)
68
68
 
69
69
  Usage
70
70
  -----
@@ -404,7 +404,7 @@ Credits
404
404
 
405
405
  The BSD 3-Clause License (BSD3)
406
406
 
407
- Copyright (c) 2013-2015 Sascha Droste pid@posteo.net All rights reserved.
407
+ Copyright (c) 2013-2016 Sascha Droste pid@posteo.net All rights reserved.
408
408
 
409
409
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
410
410
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: speakingurl-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.1
4
+ version: 8.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Droste