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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2eff047b45b7c5ff062cd2361b4d346482b7a3be
4
- data.tar.gz: 02f581b75a4f88b7e023dbffe5cc851aca219884
3
+ metadata.gz: 2b0baa3f101a957970c4ba717f532cd71e767e10
4
+ data.tar.gz: 1b048266a7962bf8b1c65515e2528cf504f2732e
5
5
  SHA512:
6
- metadata.gz: d6ae2359f154044fb438c70cd5cd30fee5683f4ed29ed141d039a30e90004bdc68342e4a483eabaa4f29af9f7c830758659e31b5eebf7e76a6a7393ab52091b4
7
- data.tar.gz: 65187d558ac7b92729363b17dfc32751150f77dbe410bde6daab02f7eaa165a9379fda71807355b428d6c4c6a17c48a2f35767244049c14ac31c185dcbe739e8
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/[my-github-username]/ckeditor-imgur/fork )
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,5 @@
1
1
  module Ckeditor
2
2
  module Imgur
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -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
  });
@@ -1,5 +1,6 @@
1
1
  CKEDITOR.plugins.setLang('imgur', 'zh', {
2
2
  clientIdMissing: '請加入config.imgurClientID到您的設定檔',
3
3
  uploading: '張圖片正在上傳中...',
4
- failToUpload: '上傳失敗:'
4
+ failToUpload: '上傳失敗:',
5
+ label: '上傳圖片'
5
6
  });
@@ -21,7 +21,7 @@
21
21
 
22
22
  editor.ui.addButton( 'Imgur',
23
23
  {
24
- label : "Imgur",
24
+ label : editor.lang.imgur.label,
25
25
  toolbar : 'insert',
26
26
  command : 'imgur',
27
27
  icon : this.path + 'images/icon.png'
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.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-19 00:00:00.000000000 Z
11
+ date: 2015-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler