jsonapi_compliable 0.11.18 → 0.11.19

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: 8ae4537ec81c633eb467154e5652f75ec7c67616
4
- data.tar.gz: c6c9b4a8920411b3fb493a021c768ebaead6702f
3
+ metadata.gz: 730c7a3f80de405da0e12effab27f2d45adbd0aa
4
+ data.tar.gz: cdebd6cc0bef0354564ecc86155bfa12aeb5f87b
5
5
  SHA512:
6
- metadata.gz: 9289db353d5542c7cd347ecaa875c3794d89ab1f49e67eea3b49ca8c176ba229c00834b16253644690a46c6f2580b2387c74961ad8039913c8e2aa67ce4c85ef
7
- data.tar.gz: fa52bb8ced3115a8037ef8e9d97ab7180d373fde955c1aa5d812d7a5c4479586b217092cb164a21f30178df5792f2c0ebb4de8ebc622b5e40433eb81388c274b
6
+ metadata.gz: a784b63862268fe51e7bafbf60a3b4595507324684b002f00d0c523fb384485f799bbade81131ec6835bfd853e312a7150be00b100ec12e317b1532948f044c8
7
+ data.tar.gz: 360588f9e09943c2647b7d27173db29e657f2e33aab19a8900b44b87fb5d543c734676b8be9aaa3a10a39fd6870145b98487dbc7da7f74d014677899563fedf2
@@ -19,6 +19,8 @@ module JsonapiCompliable
19
19
  def experimental_concurrency=(val)
20
20
  if val && !defined?(Concurrent::Promise)
21
21
  raise "You must add the concurrent-ruby gem to opt-in to experimental concurrency"
22
+ else
23
+ @experimental_concurrency = val
22
24
  end
23
25
  end
24
26
  end
@@ -1,3 +1,3 @@
1
1
  module JsonapiCompliable
2
- VERSION = "0.11.18"
2
+ VERSION = "0.11.19"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonapi_compliable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.18
4
+ version: 0.11.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-06-04 00:00:00.000000000 Z
12
+ date: 2018-06-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jsonapi-serializable