prototype-rails 0.1 → 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.
@@ -1,6 +1,6 @@
1
- require 'action_view/rendering'
1
+ require 'action_view/helpers/rendering_helper'
2
2
 
3
- ActionView::Rendering.module_eval do
3
+ ActionView::Helpers::RenderingHelper.module_eval do
4
4
  def render_with_update(options = {}, locals = {}, &block)
5
5
  if options == :update
6
6
  update_page(&block)
metadata CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- version: "0.1"
7
+ - 2
8
+ version: "0.2"
9
9
  platform: ruby
10
10
  authors:
11
11
  - Xavier Noria
@@ -13,7 +13,7 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2011-04-30 00:00:00 +02:00
16
+ date: 2011-05-03 00:00:00 +02:00
17
17
  default_executable:
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency