to_be_able 0.1.0

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ebdc19e37047a099fb7aae3bc93ea3e01b24436d7c5e0397c8d673078cade5b9
4
+ data.tar.gz: a3f35eed931cc8febff718c7eb60483addf1eec51febd7a4652b1b9c4f26f353
5
+ SHA512:
6
+ metadata.gz: fa569118510e8b26950d44b33baeebd55daa221ece5b9d114045e1564925a09337ca5c4d32dbc6dcbe58ed949362d5599978615fc5a8791d7041f94d2dbee593
7
+ data.tar.gz: afe8235a0e67776ff4a6c5c6c0a3f509dc182f9188972e617862cbeebe78ed41e857c857815251f9093a4f00a928a250ed48116a92e18bc85c1637ef118aab7f
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: to_be_able
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Liroy Leshed
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-07-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Simple authorization solution for Rails which is decoupled from user
14
+ roles. All permissions are stored in a single location.
15
+ email:
16
+ - liroy@tycoon.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage:
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 2.6.0
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.1.2
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Simple authorization solution for Rails.
44
+ test_files: []