rails-routes-js-utils 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,6 @@ function addRouteToEnv(obj) {
11
11
  }
12
12
  return obj.replace(param);
13
13
  };
14
- window.AllRoutes.push({path: obj.path,reqs: obj.reqs});
14
+ window.AllRoutes.push(obj);
15
15
  }
16
16
  <%= Rails::Routes::Js::Utils.generate %>
@@ -2,7 +2,7 @@ module Rails
2
2
  module Routes
3
3
  module Js
4
4
  module Utils
5
- VERSION = "1.1.2"
5
+ VERSION = "1.1.3"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-routes-js-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: