turbolinks_transitions 0.0.3 → 0.0.4

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/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # TurbolinksTransition
2
2
 
3
- TODO: Write a gem description
3
+ Just read [this](http://caarlos0.github.com/posts/animating-page-transitions-in-turbolinks/).
4
4
 
5
5
  ## Installation
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'turbolinks_transition'
9
+ gem 'turbolinks_transitions'
10
10
 
11
11
  And then execute:
12
12
 
@@ -14,7 +14,7 @@ And then execute:
14
14
 
15
15
  Or install it yourself as:
16
16
 
17
- $ gem install turbolinks_transition
17
+ $ gem install turbolinks_transitions
18
18
 
19
19
  ## Usage
20
20
 
@@ -1,4 +1,4 @@
1
- $(document).on 'page:fetch page:restore', ->
1
+ $(document).on 'page:fetch', ->
2
2
  $('#content').fadeOut 'slow'
3
3
 
4
4
  $(document).on 'page:change', ->
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbolinks_transitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
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-01-22 00:00:00.000000000 Z
12
+ date: 2013-02-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: coffee-rails