ajaxify_rails 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module AjaxifyRails
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -252,7 +252,7 @@
252
252
  if window.location.pathname == '/'
253
253
  if window.location.search != ''
254
254
  window.location.href = "#{this.protocol_with_host()}/#/#{window.location.search}" # move search behind #
255
- return
255
+ return
256
256
 
257
257
  base_path_regexp = this.base_path_regexp()
258
258
  if base_path_regexp and (match = window.location.pathname.match(base_path_regexp))
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.0.9
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  version: '0'
67
67
  segments:
68
68
  - 0
69
- hash: -4098210962024842492
69
+ hash: -633676263999916189
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  none: false
72
72
  requirements:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  segments:
77
77
  - 0
78
- hash: -4098210962024842492
78
+ hash: -633676263999916189
79
79
  requirements: []
80
80
  rubyforge_project:
81
81
  rubygems_version: 1.8.24