pjax_rails 0.1.9 → 0.1.10

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *0.1.10*
2
+
3
+ * Overwrite the jquery-pjax timeout default to null (from 650, which not even Github uses themselves)
4
+
1
5
  *0.1.9*
2
6
 
3
7
  * Use latest jquery-pjax JavaScript code [2011-08-29 version, see https://github.com/defunkt/jquery-pjax/commits/master]
@@ -175,7 +175,7 @@ var pjax = $.pjax = function( options ) {
175
175
 
176
176
 
177
177
  pjax.defaults = {
178
- timeout: 650,
178
+ timeout: null,
179
179
  push: true,
180
180
  replace: false,
181
181
  // We want the browser to maintain two separate internal caches: one for
Binary file
data/pjax_rails.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'pjax_rails'
3
- s.version = '0.1.9'
3
+ s.version = '0.1.10'
4
4
  s.author = 'David Heinemeier Hansson (PJAX by Chris Wanstrath)'
5
5
  s.email = 'david@loudthinking.com'
6
6
  s.summary = 'PJAX integration for Rails 3.1+'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pjax_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-08-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jquery-rails
16
- requirement: &2152605760 !ruby/object:Gem::Requirement
16
+ requirement: &2164711580 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2152605760
24
+ version_requirements: *2164711580
25
25
  description:
26
26
  email: david@loudthinking.com
27
27
  executables: []
@@ -37,6 +37,7 @@ files:
37
37
  - ./lib/pjax_rails.rb
38
38
  - ./pjax_rails-0.1.7.gem
39
39
  - ./pjax_rails-0.1.8.gem
40
+ - ./pjax_rails-0.1.9.gem
40
41
  - ./pjax_rails.gemspec
41
42
  - ./README.md
42
43
  homepage: