render_async 0.4.0 → 0.4.1

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: f3a023cf898612bccf0cd6ee71a0106c8a63bc86
4
- data.tar.gz: 1f6ffe994af5f90f39286af3f977928d1ef0c03e
3
+ metadata.gz: c054d37191e7387bd9fadc6c8ab5879c01db45a5
4
+ data.tar.gz: afaf4b5b8a78464a776a8bf8c0bb3c21e15bac6e
5
5
  SHA512:
6
- metadata.gz: c300ecc6441b126eb5541d9f975476216bd8844de443d5b8a00c2cddac05d93b35c84e3e35514dc9e32a494de90e5cf290e93c49b59a1f55d221aa8a985b3caf
7
- data.tar.gz: afaaf26aa2468514c0cce66cc2bd54c7eace2df824d0f1b6f5a519076aac3d0a1993245b08466f86d90d4ed62802da1420002cf36c82071a865d847d40563b70
6
+ metadata.gz: 859086a41d3f75868629eb650639a24bd28aa48c74966a2152545800f6adb0c37dfa3e7d1db7c2e1a90f03cbdeb56777d8f9fb0411527245a97e34124a9213b0
7
+ data.tar.gz: 750ecc2a1fff9dbdfe518f986084b30dc19633e4859e60ba68ca33d24a75bcd9ba12479f29e9eab51a3b2ec2fba7034011fd712108e35ba371508b8398b0e508
@@ -9,7 +9,7 @@
9
9
  <%= javascript_tag html_options do %>
10
10
  (function($){
11
11
  $.ajax({ url: "<%= path %>"}).always(function(response) {
12
- $("#<%= container_name %>_spinner").replaceWith(response);
12
+ $("#<%= container_name %>").replaceWith(response);
13
13
  });
14
14
  }(jQuery));
15
15
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module RenderAsync
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: render_async
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kasper Grubbe