hallo_rails 0.2.8 → 0.2.9

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.
@@ -1,3 +1,3 @@
1
1
  module HalloRails
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.9"
3
3
  end
@@ -52,8 +52,8 @@ attach_editors = ->
52
52
  context = this
53
53
  $('.editable, .form_editable').each ->
54
54
  $el = $(this)
55
- plugins = $el.data('editable-plugins') || context.default_plugins
56
- options = $el.data('editable-options') || context.default_options
55
+ plugins = $el.data('editable-plugins') || default_plugins
56
+ options = $el.data('editable-options') || default_options
57
57
  $.extend options, { plugins: plugins }
58
58
  $el.hallo options
59
59
  $el.data('original-content', $el.html())
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hallo_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
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-03-01 00:00:00.000000000 Z
12
+ date: 2013-03-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -58,22 +58,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
58
  - - ! '>='
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- segments:
62
- - 0
63
- hash: -3889564218389117262
64
61
  required_rubygems_version: !ruby/object:Gem::Requirement
65
62
  none: false
66
63
  requirements:
67
64
  - - ! '>='
68
65
  - !ruby/object:Gem::Version
69
66
  version: '0'
70
- segments:
71
- - 0
72
- hash: -3889564218389117262
73
67
  requirements: []
74
68
  rubyforge_project:
75
- rubygems_version: 1.8.25
69
+ rubygems_version: 1.8.24
76
70
  signing_key:
77
71
  specification_version: 3
78
72
  summary: Use the Hallo editor to edit content in a Rails app.
79
73
  test_files: []
74
+ has_rdoc: