nacelle 0.2.1 → 0.2.2
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 +5 -5
- data/.gitignore +1 -0
- data/app/assets/javascripts/ckeditor/plugins/cells/plugin.js.coffee +2 -1
- data/lib/nacelle/version.rb +1 -1
- metadata +3 -6
- data/.ruby-gemset +0 -1
- data/.ruby-version +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 6fe5bddc720db28466a2786fa5cdf040dc0253dc8c5ce58e3666de6a3debe22f
|
|
4
|
+
data.tar.gz: 9e22c41cebd7bec168decb0fe5af58547cdddd44b9940fa80e17d077e56c86f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8591bb9fdbda653de0ed4ff40026efaca9dbdf104f858b3dbebf5a3e224e67c0bffd169f8924e39b60791e205b43bbfadace51667ef2a17e67c0f163cff7ae6c
|
|
7
|
+
data.tar.gz: 7dcc211662fd33778c9eeecde5b599032ee90d06f7641786e538bf952b1a4ce8af80809c538d02a3d911999b106e08a37ce49f9e39f62b147001eaa1f6147f13
|
data/.gitignore
CHANGED
|
@@ -3,11 +3,12 @@ CKEDITOR.plugins.add "cells",
|
|
|
3
3
|
init: (editor) ->
|
|
4
4
|
editor.addCommand "insertCellDialog", new CKEDITOR.dialogCommand("cellDialog")
|
|
5
5
|
|
|
6
|
-
CKEDITOR.dialog.add "cellDialog", "
|
|
6
|
+
CKEDITOR.dialog.add "cellDialog", "/assets/ckeditor/plugins/cells/dialogs/cells.js"
|
|
7
7
|
|
|
8
8
|
editor.ui.addButton "InsertCell",
|
|
9
9
|
label: "Insert Cell"
|
|
10
10
|
command: "insertCellDialog"
|
|
11
|
+
icon: "/assets/ckeditor/plugins/cells/icons/insertcell.png"
|
|
11
12
|
|
|
12
13
|
CKEDITOR.dtd.$empty.cell = 1
|
|
13
14
|
CKEDITOR.dtd.$nonEditable.cell = 1
|
data/lib/nacelle/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nacelle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Micah Geisel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -118,8 +118,6 @@ files:
|
|
|
118
118
|
- ".byebug_history"
|
|
119
119
|
- ".gitignore"
|
|
120
120
|
- ".rspec"
|
|
121
|
-
- ".ruby-gemset"
|
|
122
|
-
- ".ruby-version"
|
|
123
121
|
- ".travis.yml"
|
|
124
122
|
- Gemfile
|
|
125
123
|
- LICENSE.txt
|
|
@@ -159,8 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
159
157
|
- !ruby/object:Gem::Version
|
|
160
158
|
version: '0'
|
|
161
159
|
requirements: []
|
|
162
|
-
|
|
163
|
-
rubygems_version: 2.4.8
|
|
160
|
+
rubygems_version: 3.0.3
|
|
164
161
|
signing_key:
|
|
165
162
|
specification_version: 4
|
|
166
163
|
summary: Embed cells in the markup of your CMS.
|
data/.ruby-gemset
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nacelle
|
data/.ruby-version
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ruby-2.2.6
|