ckeditor-imgur 1.0.0 → 1.0.1
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/README.md +1 -1
- data/lib/ckeditor/imgur/version.rb +1 -1
- data/vendor/assets/javascripts/ckeditor/plugins/imgur/lang/en.js +2 -1
- data/vendor/assets/javascripts/ckeditor/plugins/imgur/lang/zh.js +2 -1
- data/vendor/assets/javascripts/ckeditor/plugins/imgur/plugin.js +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b0baa3f101a957970c4ba717f532cd71e767e10
|
|
4
|
+
data.tar.gz: 1b048266a7962bf8b1c65515e2528cf504f2732e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 910c2fb8b2acc9e6dd0c9d6b2ea2e65554acdfec67947546a941f098a1f50074cc80cff6b5e812b5ccb3b2ad798ba2f296a15f3d2d24c7c6c54116c51fb96741
|
|
7
|
+
data.tar.gz: 3a9aed17fb15a69a2f3dd04c628e4d6bdc8f4bc4d8bf65099f41e2f5e6caf4d66d95205ed7b673dc2d0aac1c1823f1e0377d078f1d422b549f34bd14b8f1c729
|
data/README.md
CHANGED
|
@@ -41,7 +41,7 @@ That's all. Your CKEditor have a imgur button in insert group.
|
|
|
41
41
|
|
|
42
42
|
## Contributing
|
|
43
43
|
|
|
44
|
-
1. Fork it ( https://github.com/
|
|
44
|
+
1. Fork it ( https://github.com/yfxie/ckeditor-imgur/fork )
|
|
45
45
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
46
46
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
47
47
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
CKEDITOR.plugins.setLang('imgur', 'en', {
|
|
2
2
|
clientIdMissing: 'Add config.imgurClientID to your assets/javascripts/ckeditor/config.js',
|
|
3
3
|
uploading: ' images are uploading...',
|
|
4
|
-
failToUpload: 'Failed to upload:'
|
|
4
|
+
failToUpload: 'Failed to upload:',
|
|
5
|
+
label: 'upload images'
|
|
5
6
|
});
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ckeditor-imgur
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JSON
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|