pjax-rails 0.1 → 0.1.1

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.
@@ -72,7 +72,7 @@ $.pjax = function( options ) {
72
72
  delete options.success
73
73
 
74
74
  var defaults = {
75
- timeout: 650,
75
+ timeout: 1500,
76
76
  push: true,
77
77
  replace: false,
78
78
  // We want the browser to maintain two separate internal caches: one for
File without changes
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'
3
+ s.version = '0.1.1'
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
@@ -2,7 +2,7 @@
2
2
  name: pjax-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.1"
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Heinemeier Hansson (PJAX by Chris Wanstrath)
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-17 00:00:00 -04:00
13
+ date: 2011-05-18 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -39,6 +39,8 @@ files:
39
39
  - ./lib/assets/javascripts/pjax/page_triggers.js.coffee
40
40
  - ./lib/pjax-rails.rb
41
41
  - ./lib/pjax.rb
42
+ - ./pjax-rails-0.1.1.gem
43
+ - ./pjax-rails-0.1.gem
42
44
  - ./pjax-rails.gemspec
43
45
  - ./README.md
44
46
  has_rdoc: true