to_be_able 0.1.0 → 0.1.3

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 +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ebdc19e37047a099fb7aae3bc93ea3e01b24436d7c5e0397c8d673078cade5b9
4
- data.tar.gz: a3f35eed931cc8febff718c7eb60483addf1eec51febd7a4652b1b9c4f26f353
3
+ metadata.gz: 7ba1338a9efeaf0ae38f3c92cefe499e14f3b7d2645040e9b04b03d16bc6a099
4
+ data.tar.gz: f3f994508f6a6b0a9a52a9c4bbb58883abe7c92153cc4d1f996468ce5def6c92
5
5
  SHA512:
6
- metadata.gz: fa569118510e8b26950d44b33baeebd55daa221ece5b9d114045e1564925a09337ca5c4d32dbc6dcbe58ed949362d5599978615fc5a8791d7041f94d2dbee593
7
- data.tar.gz: afe8235a0e67776ff4a6c5c6c0a3f509dc182f9188972e617862cbeebe78ed41e857c857815251f9093a4f00a928a250ed48116a92e18bc85c1637ef118aab7f
6
+ metadata.gz: ca321410bfe1946e1c6380395ac04a32369b366ba1c54597429084e0b26163d3c50f30e7529bea1185419d18c78e3c7780a7cc7cc559dbb95e0e606b26335241
7
+ data.tar.gz: 13225b41fc58e78e2ca3f196cef71cf6d81947a137c1083a1fa2ab73ee13435c54b87076677103ac320d4f55573f6e373dd377706aa6da03b61bd23794793eeb
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liroy Leshed
@@ -10,15 +10,15 @@ 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: []
20
20
  files: []
21
- homepage:
21
+ homepage: https://github.com/liroyleshed/to_be_able
22
22
  licenses:
23
23
  - MIT
24
24
  metadata: {}
@@ -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: []