to_be_able 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ebdc19e37047a099fb7aae3bc93ea3e01b24436d7c5e0397c8d673078cade5b9
4
- data.tar.gz: a3f35eed931cc8febff718c7eb60483addf1eec51febd7a4652b1b9c4f26f353
3
+ metadata.gz: 72c03758bf0ce2596ecf3fadc21646bf20a0d3ea8418c69c30992362d28ce618
4
+ data.tar.gz: 65120136f4f3491579967ebe8af97f1f9d37ddb986ee23621683370e914212c7
5
5
  SHA512:
6
- metadata.gz: fa569118510e8b26950d44b33baeebd55daa221ece5b9d114045e1564925a09337ca5c4d32dbc6dcbe58ed949362d5599978615fc5a8791d7041f94d2dbee593
7
- data.tar.gz: afe8235a0e67776ff4a6c5c6c0a3f509dc182f9188972e617862cbeebe78ed41e857c857815251f9093a4f00a928a250ed48116a92e18bc85c1637ef118aab7f
6
+ metadata.gz: e30adc723119c1f509542f501ff3430b8cd00597f8accaeeced583083f18360ea4125943bd37a2b91367af1f4919e5f9c4d217771e0e4f33b74ae1700de67a1b
7
+ data.tar.gz: 193d010c7f3e0b8f9328ba11a3b6a0b6aa0cbaf25253fd5523d68992440e1e68dcfceb9eb45e893b7aaa26e902368496024c484f9e591475a0822d70a9278c52
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_be_able
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liroy Leshed
@@ -10,10 +10,10 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2023-07-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Simple authorization solution for Rails which is decoupled from user
14
- roles. All permissions are stored in a single location.
13
+ description: Simple permissions solution for Rails which is decoupled from user roles.
14
+ All permissions are stored in a single location.
15
15
  email:
16
- - liroy@tycoon.com
16
+ - liroy@tycooncrm.com
17
17
  executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
@@ -40,5 +40,5 @@ requirements: []
40
40
  rubygems_version: 3.1.2
41
41
  signing_key:
42
42
  specification_version: 4
43
- summary: Simple authorization solution for Rails.
43
+ summary: Simple permissions solution for Rails.
44
44
  test_files: []