effective_ckeditor 1.8.2 → 1.8.3
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/lib/effective_ckeditor/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68f560aaf99d1529511e13961de626c8384527c6
|
|
4
|
+
data.tar.gz: 4dbe01a13fa8b31d0a032ca98d4cccd5a39f8b6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc673b46b45b35c1017a6a2710a641b816e14ee8095dde96b639984417ebf60748582957456a4749c4c80bf61e7e0b1d041ba160bdb5b4a133f7cec91ac2b3b2
|
|
7
|
+
data.tar.gz: 2130f6e92db86edc867ca637be9dacb4ac1a7696cb0f6a3b7abbc8ab8fa3867dda5213d19b944bb49980c3f2a189a32484031292f6511f4f172f88273f506e5a
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_ckeditor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.
|
|
4
|
+
version: 1.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -25,7 +25,7 @@ dependencies:
|
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 3.2.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: sass
|
|
28
|
+
name: sass
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
@@ -38,8 +38,8 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description: Wraps the CKEditor Javscript library (http://ckeditor.com/) for use
|
|
42
|
-
the effective_regions gem. Not intended for use as a standalone gem.
|
|
41
|
+
description: Wraps the CKEditor 4 Javscript library (http://ckeditor.com/) for use
|
|
42
|
+
with the effective_regions gem. Not intended for use as a standalone gem.
|
|
43
43
|
email:
|
|
44
44
|
- info@codeandeffect.com
|
|
45
45
|
executables: []
|
|
@@ -190,6 +190,6 @@ rubyforge_project:
|
|
|
190
190
|
rubygems_version: 2.4.5.1
|
|
191
191
|
signing_key:
|
|
192
192
|
specification_version: 4
|
|
193
|
-
summary: Wraps the CKEditor Javscript library (http://ckeditor.com/) for use with
|
|
193
|
+
summary: Wraps the CKEditor 4 Javscript library (http://ckeditor.com/) for use with
|
|
194
194
|
the effective_regions gem.
|
|
195
195
|
test_files: []
|