formtastic-epiceditor 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- formtastic-epiceditor (0.0.1)
4
+ formtastic-epiceditor (0.0.2)
5
5
  rails (~> 3.2.9)
6
6
 
7
7
  GEM
@@ -34,7 +34,10 @@ class EpicEditorInput < Formtastic::Inputs::TextInput
34
34
  }
35
35
  };
36
36
 
37
- var editor#{randNum} = new EpicEditor(opts).load();
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);
@@ -1,3 +1,3 @@
1
1
  module FormtasticEpiceditor
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: 2012-12-12 00:00:00.000000000 Z
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