bullet_train-scope_validator 1.2.23 → 1.2.24

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
  SHA256:
3
- metadata.gz: c10447767742243ac644c24018509805dad4cbbad009ea0d926b7329cf868e93
4
- data.tar.gz: a16ecca2c91f34ea95216a61c42f48afe603ef8b205b68d9e64177bdf5f42c01
3
+ metadata.gz: 3d10d68ace70b71e488fa60f3b18009aee33832d80daf6cbc5c59fb638106129
4
+ data.tar.gz: 1ca2ac97d3a2e123184d9e60bc161ff9868cf48f744aad53f8a607dd8ab57d6a
5
5
  SHA512:
6
- metadata.gz: 80d71da7ec35ec1d5c0706173e1303bda7365bddbb77e2b050ce009d3c1c13157cf7331c987382a14f4f05333e6564d64d5b569a9a4449ca76a32264ae86ab92
7
- data.tar.gz: 9aba8cd181a2a285b32092222129f84ec33650174515320f5954cb95d0c667f8f73751659ac0411e1d503f4f5a8e5a8b18baf89262319e274ed23a648e86fbc9
6
+ metadata.gz: 4c21e4a4b9700606a0525da3e104a26e86510cd5539ee94b1289676961518a0aee6b41fba03a54cab3c0851fd43cdf5cb5a3f363d2662d356fc16db779748570
7
+ data.tar.gz: a040741dcb91f72e218900838115898a18971586155062d23271d7300845b8738a9c2595989965faa95fa0cb46c89f065937bb616c9e5a971c2f07402fefaf3d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bullet_train-scope_validator (1.2.23)
4
+ bullet_train-scope_validator (1.2.24)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -2,6 +2,6 @@
2
2
 
3
3
  module BulletTrain
4
4
  module ScopeValidator
5
- VERSION = "1.2.23"
5
+ VERSION = "1.2.24"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-scope_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.23
4
+ version: 1.2.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-01 00:00:00.000000000 Z
11
+ date: 2023-04-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Protect `belongs_to` attributes from ID stuffing.
14
14
  email:
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  - !ruby/object:Gem::Version
53
53
  version: '0'
54
54
  requirements: []
55
- rubygems_version: 3.3.7
55
+ rubygems_version: 3.4.6
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: Protect `belongs_to` attributes from ID stuffing.