bullet_train-roles 1.3.0 → 1.3.2

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: 3f8c33aae9d0e533cc182a9d259bc4ac2ee4b112adbc9459d11fcefcb42dd887
4
- data.tar.gz: 88657dc68c22e4a9772e4609707e31f551249c078d940f1865b3b84f0fda11d9
3
+ metadata.gz: 8389633ee99c754d8ccf1482fa28d4a99775a6b52af56ffa37e0dfd2aea8e13d
4
+ data.tar.gz: 3a2836673995dc6df49dea2f6544a62f4653248249107a612392846c1cab77ba
5
5
  SHA512:
6
- metadata.gz: 2d74e06824a7f9888c93cba13d52e2412cb0b5a99025c8182038850f1e64205412fd60b2712e35f595958ffcf164a420749494db8eecf6422d19f686913543b5
7
- data.tar.gz: 84a7524e8de44d2d34a5cd547d44da44081d052f168110c344a40188446a151bdd6c2e888bd32a170d5a8282a2cfaec1c63ca5a5c2c91c3361b1db937227519d
6
+ metadata.gz: 3356391207bb62f48380e97040af433e1f945cd7a9102034785a0871de1dcec5770a9c8eb8d300f1a844f893d522271bcf66fd418c4f97ffd729007a36bb55e3
7
+ data.tar.gz: f54336bb6d2f864f38f60780cccc73d60f870cfd9d5bd584f3d5987d1ca4e2ee9a079256504c39486dc50002d5a75a169473e9b5d396aaf961fb41707c5f37ed
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- bullet_train-roles (1.3.0)
12
+ bullet_train-roles (1.3.2)
13
13
  active_hash
14
14
  activesupport
15
15
  cancancan
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Roles
4
- VERSION = "1.3.0"
4
+ VERSION = "1.3.2"
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-roles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prabin Poudel
8
8
  - Andrew Culver
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-08-11 00:00:00.000000000 Z
12
+ date: 2023-08-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: byebug
@@ -202,7 +202,7 @@ metadata:
202
202
  homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-roles
203
203
  source_code_uri: https://github.com/bullet-train-co/bullet_train-roles
204
204
  changelog_uri: https://github.com/bullet-train-co/bullet_train-roles/blob/main/CHANGELOG.md
205
- post_install_message:
205
+ post_install_message:
206
206
  rdoc_options: []
207
207
  require_paths:
208
208
  - lib
@@ -217,8 +217,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  - !ruby/object:Gem::Version
218
218
  version: '0'
219
219
  requirements: []
220
- rubygems_version: 3.3.7
221
- signing_key:
220
+ rubygems_version: 3.4.10
221
+ signing_key:
222
222
  specification_version: 4
223
223
  summary: Yaml-backed ApplicationHash for CanCan Roles
224
224
  test_files: []