async-rails 2.1.5 → 2.2.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 +4 -4
- data/lib/async-rails/version.rb +1 -1
- data/vendor/assets/javascripts/async.js +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da7f524b017a6b3e0272432305b4b9a7060ed87c
|
|
4
|
+
data.tar.gz: 4d8d958efc1913e40a9e0a65aec2e0186d5d054b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3d594ca1af6dd222c7b38f301f918bacbe2938235944fe5ee8a3fb5bcaa54ec82050d0672d0973c76beb567322a3eed62ca0cbf483327e742720d12e61381b0
|
|
7
|
+
data.tar.gz: b9aab7ee7c2e4ee985cec8ba615eaa48b38060ca096f26f585a2c5242c81007f5962d61d6df9ff36183614a77865587eafc2da17af6ae69354e63317117d89a8
|
data/lib/async-rails/version.rb
CHANGED
|
@@ -2923,7 +2923,7 @@ function doDuring(fn, test, callback) {
|
|
|
2923
2923
|
* passes. The function is passed a `callback(err)`, which must be called once
|
|
2924
2924
|
* it has completed with an optional `err` argument. Invoked with (callback).
|
|
2925
2925
|
* @param {Function} test - synchronous truth test to perform after each
|
|
2926
|
-
* execution of `iteratee`. Invoked with the non-error callback results of
|
|
2926
|
+
* execution of `iteratee`. Invoked with the non-error callback results of
|
|
2927
2927
|
* `iteratee`.
|
|
2928
2928
|
* @param {Function} [callback] - A callback which is called after the test
|
|
2929
2929
|
* function has failed and repeated execution of `iteratee` has stopped.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: async-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Chen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
55
55
|
version: '0'
|
|
56
56
|
requirements: []
|
|
57
57
|
rubyforge_project:
|
|
58
|
-
rubygems_version: 2.
|
|
58
|
+
rubygems_version: 2.6.11
|
|
59
59
|
signing_key:
|
|
60
60
|
specification_version: 4
|
|
61
61
|
summary: Rails asset pipeline wrapper for async.js
|