tinymce_aws_file_upload 0.1.0 → 0.1.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 +4 -0
- data/app/assets/javascripts/tinymce_file_browser.js.coffee +1 -1
- data/config/routes.rb +1 -1
- data/lib/tinymce_aws_file_upload/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61a42a0b871cc720f950426a2a1c3344720bd20b
|
|
4
|
+
data.tar.gz: 606b678c386240fe1d2921fbfb1cd171f146bd96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4291f5a38311de8ea394384c645dffa48c0de5d9df04f79c71c8d0db68e2ef93ea2803a85314587e51bd6afd0b587f45b5abd33d424f506b448d77bc59c20324
|
|
7
|
+
data.tar.gz: 488b55ab4756d2bca64a0909664bb976b2f63109cfef80ac439af99b10480ff39ff3b7afb58f06b9a92af9e8b45e42baf6240ff7c34e8524a0bb873701516a04
|
data/README.md
CHANGED
|
@@ -47,6 +47,10 @@ root.initTinyMCE('class')
|
|
|
47
47
|
```
|
|
48
48
|
where class is a class you should add to all textareas which you want to add the Tinymce rich text editor.
|
|
49
49
|
|
|
50
|
+
### Loading
|
|
51
|
+
|
|
52
|
+
If the function root.start_loading() and root.stop_loading() exists, those will be called when the file starts uploading and when it ends, respectively.
|
|
53
|
+
|
|
50
54
|
## Contributing
|
|
51
55
|
|
|
52
56
|
1. Fork it ( http://github.com/arielschvartz/tinymce_aws_file_upload/fork )
|
data/config/routes.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tinymce_aws_file_upload
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ariel Schvartz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
123
123
|
version: '0'
|
|
124
124
|
requirements: []
|
|
125
125
|
rubyforge_project:
|
|
126
|
-
rubygems_version: 2.
|
|
126
|
+
rubygems_version: 2.4.2
|
|
127
127
|
signing_key:
|
|
128
128
|
specification_version: 4
|
|
129
129
|
summary: TinyMCE AWS file upload
|