loyal_rails_kindeditor 0.0.4 → 0.0.5

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.
@@ -18,7 +18,7 @@ module RailsKindeditor
18
18
 
19
19
  private
20
20
  def js_replace(dom_id, options = {})
21
- editor_id = options[:editor_id].nil? ? '' : "#{options[:editor_id].to_s.downcase} = "
21
+ editor_id = options[:editor_id].nil? ? '' : "#{options[:editor_id].to_s} = "
22
22
  if options[:window_onload]
23
23
  "window.onload = function() {
24
24
  #{editor_id}KindEditor.create('##{dom_id}', #{get_options(options).to_json});
@@ -4,7 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "loyal_rails_kindeditor"
6
6
  # s.version = RailsKindeditor::VERSION
7
- s.version = '0.0.4'
7
+ s.version = '0.0.5'
8
8
 
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = "happy"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: loyal_rails_kindeditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
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: 2013-06-27 00:00:00.000000000 Z
12
+ date: 2013-07-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: carrierwave