formtastic-epiceditor 0.0.1 → 0.0.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.
data/Gemfile.lock
CHANGED
|
@@ -34,7 +34,10 @@ class EpicEditorInput < Formtastic::Inputs::TextInput
|
|
|
34
34
|
}
|
|
35
35
|
};
|
|
36
36
|
|
|
37
|
-
var
|
|
37
|
+
var epicEditorInstances = epicEditorInstances || [],
|
|
38
|
+
editor#{randNum} = new EpicEditor(opts).load();
|
|
39
|
+
|
|
40
|
+
epicEditorInstances.push(editor#{randNum});
|
|
38
41
|
|
|
39
42
|
editor#{randNum}.on('update', function(update){
|
|
40
43
|
el#{randNum}.val(update.content);
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: formtastic-epiceditor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-01-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -103,12 +103,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
- - ! '>='
|
|
104
104
|
- !ruby/object:Gem::Version
|
|
105
105
|
version: '0'
|
|
106
|
+
segments:
|
|
107
|
+
- 0
|
|
108
|
+
hash: 4406572840597380329
|
|
106
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
110
|
none: false
|
|
108
111
|
requirements:
|
|
109
112
|
- - ! '>='
|
|
110
113
|
- !ruby/object:Gem::Version
|
|
111
114
|
version: '0'
|
|
115
|
+
segments:
|
|
116
|
+
- 0
|
|
117
|
+
hash: 4406572840597380329
|
|
112
118
|
requirements: []
|
|
113
119
|
rubyforge_project:
|
|
114
120
|
rubygems_version: 1.8.24
|