ajaxify_rails 0.8.9 → 0.9.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc82c77342a45dcde6a00513e45ba45660068296
4
- data.tar.gz: dbe015f92ff86b75168554864eabfc4dc183eb78
3
+ metadata.gz: b1a3ad49573c7a399b12cb04c499f88049ba6fc8
4
+ data.tar.gz: 0eb7e7b88fa8640641f2506689e9f02be6cd158f
5
5
  SHA512:
6
- metadata.gz: a6c3fa22b1df1bf6023a214a3ad499688cb3a97dc17989ae5af1231482fce4f7cb5cc5b2b533c5b578f0357846399d90f8d04c8d63d32aba6ad6d8c883770ff5
7
- data.tar.gz: 5c737af1c6ae535fab2cf3a3cca2e4f8d4612b7e168758bcc163793646825fee4e2e95415ec872b0666db0b85b30e9890579403d5a6f820eba4673625b308b19
6
+ metadata.gz: 63f7a7bc08cc613c613b4b8428967a190b9897854b082c8d480a62c8ea16d762a066a5827d3572c3687976795ed05abce3423374daf498dbbfca950a3c21a1a1
7
+ data.tar.gz: 8e8d67f7cfbacab0eb29fbd70889f45997fea431a9dc994f3d08b8c964a24c59e3965008bbc380bb6c365c94727d835aa51cbf1713d7b6c0382593de42d83dce
@@ -95,7 +95,7 @@ module ActionControllerAdditions
95
95
 
96
96
 
97
97
  def redirect_to(options = {}, response_status = {})
98
- request.referer.sub!('#/', '') if request.referer # make redirect to back work for browsers without history api
98
+ request.referer.sub!('#/', '/') if request.referer # make redirect to back work for browsers without history api
99
99
 
100
100
  super
101
101
 
@@ -1,3 +1,3 @@
1
1
  module AjaxifyRails
2
- VERSION = "0.8.9"
2
+ VERSION = "0.9.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ajaxify_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.9
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nico Ritsche
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-17 00:00:00.000000000 Z
11
+ date: 2013-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails