rails-js-routes 0.3.2 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5574c0e71370f11c928cc7c448b1a987b526a01c
4
- data.tar.gz: a1a8cb5d995f57281003b9501e3777d458704730
3
+ metadata.gz: 941df379f24f73d0d12ec177bc301fec7751546b
4
+ data.tar.gz: 952813da20f46c5c449b15d67b5874941c7e6c55
5
5
  SHA512:
6
- metadata.gz: 0cc7ee81ebed4709086ae50a9b6e44dd1fb097d4060f28f12223ce7f570b6224aa13af8a3a088422d7525aa532871d2579f3576089c2dd0fe3f8f6136e6e663f
7
- data.tar.gz: bdc43a65a75f52c7868528d619dcbb2c69e101f0288b299a84146cce58509651631ed3bc0b828dc7b507cd70cd30d15c9b35dd36b3616b32b125b227fbcc4d67
6
+ metadata.gz: 3bef09c8895f1ebe9182d193cbb115f38261abfe5f2a24dfbca149a321ebdab5734a44e3b15c438ee63461fa7eba492f7280fe7197e33284aa70fc8f46ca4fdd
7
+ data.tar.gz: c7e351518fd84f5fb2ffcdb6801f46f5784ea0b06d88997ae218ec3edd8bdae963dc9951ed1c12d0f49d9f49ec630ccccda9c64d9b301748f1a1d3d0e000d132
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails-js-routes (0.3.2)
4
+ rails-js-routes (0.3.4)
5
5
  rails (~> 4)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  module Rails
2
2
  module JS
3
3
  module Routes
4
- VERSION = "0.3.2"
4
+ VERSION = "0.3.4"
5
5
  end
6
6
  end
7
7
  end
@@ -175,9 +175,9 @@
175
175
  });
176
176
 
177
177
  var configLink = document.createElement('a');
178
- configLink.attributes['data-action'] = 'index';
179
- configLink.attributes['data-controller'] = 'users';
180
- configLink.attributes['data-namespace'] = 'admin';
178
+ configLink.setAttribute('data-action', 'index');
179
+ configLink.setAttribute('data-controller', 'users');
180
+ configLink.setAttribute('data-namespace', 'admin');
181
181
 
182
182
  Rails.execute(configLink);
183
183
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-js-routes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Finn-Lenanrt Heemeyer