ajaxify_rails 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,8 +35,6 @@ module ActionControllerAdditions
35
35
  end
36
36
 
37
37
 
38
- private
39
-
40
38
  def render *args, &block
41
39
  if ajaxified?
42
40
  args = _normalize_args(*args, &block)
@@ -1,3 +1,3 @@
1
1
  module AjaxifyRails
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ajaxify_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
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-05-03 00:00:00.000000000 Z
12
+ date: 2013-05-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -259,21 +259,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
259
259
  - - ! '>='
260
260
  - !ruby/object:Gem::Version
261
261
  version: '0'
262
- segments:
263
- - 0
264
- hash: -1863170466468495387
265
262
  required_rubygems_version: !ruby/object:Gem::Requirement
266
263
  none: false
267
264
  requirements:
268
265
  - - ! '>='
269
266
  - !ruby/object:Gem::Version
270
267
  version: '0'
271
- segments:
272
- - 0
273
- hash: -1863170466468495387
274
268
  requirements: []
275
269
  rubyforge_project:
276
- rubygems_version: 1.8.25
270
+ rubygems_version: 1.8.24
277
271
  signing_key:
278
272
  specification_version: 3
279
273
  summary: Rails gem for automatically turning internal links/forms into ajax links/forms
@@ -327,3 +321,4 @@ test_files:
327
321
  - spec/ajaxify_test/script/rails
328
322
  - spec/integration/ajaxify_rails_spec.rb
329
323
  - spec/spec_helper.rb
324
+ has_rdoc: