ckeditor_wave 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36092d88a6f70025fa0ead223e0bf83e864dffd419cba6478e63b9a877002465
4
- data.tar.gz: a793b614b67bc717cd742894ece35ca7d2da1b2d38b0c06c5798632c43b5d7d9
3
+ metadata.gz: 21a9b172d1010ab1d02db554649528ce1f28e17de513ae7e057c835819535b85
4
+ data.tar.gz: 1fe8c79d61435ee2bc0dad5895298861d87926b62405e3dc67908392ecf2f69c
5
5
  SHA512:
6
- metadata.gz: 10f586e4e7a966084b3cc0849a21542f99a626d8a6b14722e1d36afb697f74d915ef6709dda3233e7f69d3d50929b5033b684ce56d8a319ca047a045a5d8af82
7
- data.tar.gz: 236fe7044c610dbd48dd6e9b6ab57f9fc430947aed637cd53b6b719cfce2b701c090adbadc846a7d84c4aa62e75447cb0260bdac0a1b96fb44f065384aeb76d6
6
+ metadata.gz: 4666ca27751a966765ab36d769e6cc046b7a339ee0208dca13303146bd1561499d0252ef25a5e4ef09d645987b12937f57e2f099eaa7f67fee30bb55500a40fa
7
+ data.tar.gz: 7ca4c4653c8211a02095e4ec00e022d9be409a5497f0e2c1720045ce329f6d0de2ee6f63180821d298aa81f6599b20cd32f4a956fa66573de5761a9f269cf2e1
data/README.md CHANGED
@@ -38,7 +38,7 @@ document.addEventListener('DOMContentLoaded', () => {
38
38
  * [CKEditor 5](https://docs.ckeditor.com/ckeditor5/) - classic editor build 12.1.0
39
39
  * [CarrierWave](https://github.com/carrierwaveuploader/carrierwave) - version ~> 1.2
40
40
 
41
- To install [CKEditor 5](https://docs.ckeditor.com/ckeditor5/), download the 'classic editor build 10.0.1' ZIP package from [this link](https://ckeditor.com/ckeditor-5/download/) and insert the ckeditor.js file inside you app/assets/javascripts folder. Alternatively, you can use the CDN also available from the [same link](https://ckeditor.com/ckeditor-5/download/).
41
+ To install [CKEditor 5](https://docs.ckeditor.com/ckeditor5/), download the 'classic editor build 12.1.0' ZIP package from [this link](https://ckeditor.com/ckeditor-5/download/) and insert the ckeditor.js file inside you app/assets/javascripts folder. Alternatively, you can use the CDN also available from the [same link](https://ckeditor.com/ckeditor-5/download/).
42
42
 
43
43
  If you do not have the [CarrierWave](https://github.com/carrierwaveuploader/carrierwave) gem installed, please add the following to your Gemfile:
44
44
 
@@ -3,6 +3,7 @@ module CkeditorWave
3
3
  def store_dir
4
4
  "uploads/#{model.class.to_s.pluralize.underscore}"
5
5
  end
6
+
6
7
  def filename
7
8
  "#{model.uuid}.jpg"
8
9
  end
@@ -1,3 +1,3 @@
1
1
  module CkeditorWave
2
- VERSION = '2.1.1'
2
+ VERSION = '2.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ckeditor_wave
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evgeni Radev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-09 00:00:00.000000000 Z
11
+ date: 2019-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: carrierwave