drillbit 2.3.0 → 2.3.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: b547f9cdcd3d9f8baa041bf272a075bc9196bb75
4
- data.tar.gz: 4488ef5026448f5849be71d7f374f9cbd8e2c8a4
3
+ metadata.gz: fc9fd8dac14b792d3bf485777b8e8623aa418d77
4
+ data.tar.gz: 1f3fc94e276177ffd648a49b96f16ecc8f7a502b
5
5
  SHA512:
6
- metadata.gz: b3565c06b61ed60df2712b4138410055586273184701d2b43267527a899d0a55ed01607f5742b14d350ab95f10a8b770d03c0ed8c671f047cf9c537a8f896ac5
7
- data.tar.gz: d15af6ab539c2cb93d7d7ec3d1b05a913f20d7803cc995b6b7f1c9d8c82d6271aaafcc2ba61632e66ff1c7ac87ea3986d030cf992c9e6b7558dd352a5bcae61c
6
+ metadata.gz: 9a68c37c4649c12bc286758b2c8e9c3f4ab389fab3224c5fafd0d3fd05fd5b5b92d414068c8eb80b29c61ed061ce6c463f0af3db9ca2c62a818464bb85515d7d
7
+ data.tar.gz: 19dc7ef9360ea973b5fb53791a57cafe250bb2deb93b4a351acbd747690d8a64ab4598b6def32dbf5f1f65c8e07994b811e31e0d210358fbcec4c39b7c902ce8
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -36,7 +36,7 @@ class Resource < Authorizers::Parameters
36
36
  fetch(name, nil)
37
37
 
38
38
  if param.class == Array
39
- authorized_params[1][:data][:attributes][0][name] = []
39
+ authorized_params[1][:data][2][:attributes][0][name] = []
40
40
  else
41
41
  authorized_params[1][:data][2][:attributes] << name
42
42
  end
@@ -55,7 +55,7 @@ class Resource < Authorizers::Parameters
55
55
  fetch(name, nil)
56
56
 
57
57
  if param.class == Array
58
- authorized_params[1][:data][:relationships][0][name] = []
58
+ authorized_params[1][:data][2][:relationships][0][name] = []
59
59
  else
60
60
  authorized_params[1][:data][2][:relationships] << name
61
61
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Drillbit
3
- VERSION = '2.3.0'
3
+ VERSION = '2.3.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drillbit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thegranddesign
@@ -31,7 +31,7 @@ cert_chain:
31
31
  zRIv8lqQM8QFT76rzP5SBCERwN+ltKAFbQ5/FwmZNGWYnmCP3RZMQiRnbh+9H9lh
32
32
  mlbwaYZTjgsXq6cy8N38EecewgBbZYS1IYJraE/M
33
33
  -----END CERTIFICATE-----
34
- date: 2016-08-06 00:00:00.000000000 Z
34
+ date: 2016-08-14 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: erratum
metadata.gz.sig CHANGED
Binary file