bullet_train-scope_validator 1.3.0 → 1.3.1

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: c0d719fb23e8b0744b1636c98231b972a1e122d6147d7655e0d4c7200c0f58a9
4
- data.tar.gz: eb5b2d8da9baefde57599518231e89c6563614bb2fe7a85c29e19d7661da7715
3
+ metadata.gz: 41d096589139f25e27a8113057036cbb208e068719fd80a6ff24502c47d53ef9
4
+ data.tar.gz: b19acbe35d22291cac0174ca7350cfc23ca6abcabbc8f0af03a2369adc3cb967
5
5
  SHA512:
6
- metadata.gz: 6de65b02ce6f4febc3d82bfcef90b5480d45cfe60006e8a7a7edc4eac8db1cce1748e20cfc51a030d44bc40e76044a5872f704a421788d57aacf4d7b449f95fe
7
- data.tar.gz: 19afd4daa752d2841348c60a985a3dd32b61df38d819b05a4d398e7db010a72eb9a9d6f304ae0b2cc83ccf62e6a6bd1584e7b9569c6c513e633b07d134e64149
6
+ metadata.gz: b816c3ed660f0ecac7c82b26034ac10856f42a66956ffcdcecbe004ec1ae4498885f70ff473134655d3a135b08d6f9ba9c9729fb52903314e3d4795e54535c97
7
+ data.tar.gz: 9f48accbd0ab19618f032cc4b9b44b63931f2f55ee9ad268a2838c2e895b15750744b773f7988195b1d7fcb9172c1cce80d0551a743b54a45d7376551648b304
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bullet_train-scope_validator (1.3.0)
4
+ bullet_train-scope_validator (1.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -39,6 +39,7 @@ PLATFORMS
39
39
  arm64-darwin-20
40
40
  arm64-darwin-21
41
41
  arm64-darwin-22
42
+ x86_64-linux
42
43
 
43
44
  DEPENDENCIES
44
45
  bullet_train-scope_validator!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module BulletTrain
4
4
  module ScopeValidator
5
- VERSION = "1.3.0"
5
+ VERSION = "1.3.1"
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.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-11 00:00:00.000000000 Z
11
+ date: 2023-08-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Protect `belongs_to` attributes from ID stuffing.
14
14
  email:
@@ -37,7 +37,7 @@ licenses:
37
37
  metadata:
38
38
  homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_validator
39
39
  source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_validator
40
- post_install_message:
40
+ post_install_message:
41
41
  rdoc_options: []
42
42
  require_paths:
43
43
  - lib
@@ -52,8 +52,8 @@ 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
56
- signing_key:
55
+ rubygems_version: 3.4.10
56
+ signing_key:
57
57
  specification_version: 4
58
58
  summary: Protect `belongs_to` attributes from ID stuffing.
59
59
  test_files: []