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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b37af162feb594fd569a51c6ac921efdfdcd67c3
4
- data.tar.gz: 58b4b49a83a252db8a0233c44412dbe75de6d5c6
3
+ metadata.gz: da7f524b017a6b3e0272432305b4b9a7060ed87c
4
+ data.tar.gz: 4d8d958efc1913e40a9e0a65aec2e0186d5d054b
5
5
  SHA512:
6
- metadata.gz: 5c4e9ca797f8b8a68cc2fb32ffa8f4cfb6c4cd501f94efc31f90ddbce917ddae14e7fc986c10832b7dc309ebaadb7641938dd8c346f78d5abf6474052eb22156
7
- data.tar.gz: 45f958bb66b6e34aa6fd1b88b71e7a7f436423430d505e4ed3302ee12470751ebdfb73f237d2e66c71fcb7efad69cdce50436532fab1765bf28599878cf633c6
6
+ metadata.gz: a3d594ca1af6dd222c7b38f301f918bacbe2938235944fe5ee8a3fb5bcaa54ec82050d0672d0973c76beb567322a3eed62ca0cbf483327e742720d12e61381b0
7
+ data.tar.gz: b9aab7ee7c2e4ee985cec8ba615eaa48b38060ca096f26f585a2c5242c81007f5962d61d6df9ff36183614a77865587eafc2da17af6ae69354e63317117d89a8
@@ -1,5 +1,5 @@
1
1
  module Async
2
2
  module Rails
3
- VERSION = "2.1.5"
3
+ VERSION = "2.2.0"
4
4
  end
5
5
  end
@@ -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.1.5
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-03-07 00:00:00.000000000 Z
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.5.1
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