gazer 0.3.7 → 0.3.8

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.
data/lib/gzr/version.rb CHANGED
@@ -20,5 +20,5 @@
20
20
  # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
21
 
22
22
  module Gzr
23
- VERSION = '0.3.7'.freeze
23
+ VERSION = '0.3.8'.freeze
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gazer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike DeAngelo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-10 00:00:00.000000000 Z
11
+ date: 2023-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tty-reader
@@ -325,8 +325,19 @@ files:
325
325
  - lib/gzr/commands/model/cat.rb
326
326
  - lib/gzr/commands/model/import.rb
327
327
  - lib/gzr/commands/model/ls.rb
328
- - lib/gzr/commands/permissions.rb
329
- - lib/gzr/commands/permissions/ls.rb
328
+ - lib/gzr/commands/model/set.rb
329
+ - lib/gzr/commands/model/set/cat.rb
330
+ - lib/gzr/commands/model/set/import.rb
331
+ - lib/gzr/commands/model/set/ls.rb
332
+ - lib/gzr/commands/model/set/rm.rb
333
+ - lib/gzr/commands/permission.rb
334
+ - lib/gzr/commands/permission/ls.rb
335
+ - lib/gzr/commands/permission/set.rb
336
+ - lib/gzr/commands/permission/set/cat.rb
337
+ - lib/gzr/commands/permission/set/import.rb
338
+ - lib/gzr/commands/permission/set/ls.rb
339
+ - lib/gzr/commands/permission/set/rm.rb
340
+ - lib/gzr/commands/permission/tree.rb
330
341
  - lib/gzr/commands/plan.rb
331
342
  - lib/gzr/commands/plan/cat.rb
332
343
  - lib/gzr/commands/plan/disable.rb
@@ -349,6 +360,7 @@ files:
349
360
  - lib/gzr/commands/query/runquery.rb
350
361
  - lib/gzr/commands/role.rb
351
362
  - lib/gzr/commands/role/cat.rb
363
+ - lib/gzr/commands/role/create.rb
352
364
  - lib/gzr/commands/role/group_add.rb
353
365
  - lib/gzr/commands/role/group_ls.rb
354
366
  - lib/gzr/commands/role/group_rm.rb
@@ -379,7 +391,9 @@ files:
379
391
  - lib/gzr/modules/group.rb
380
392
  - lib/gzr/modules/look.rb
381
393
  - lib/gzr/modules/model.rb
382
- - lib/gzr/modules/permissions.rb
394
+ - lib/gzr/modules/model/set.rb
395
+ - lib/gzr/modules/permission.rb
396
+ - lib/gzr/modules/permission/set.rb
383
397
  - lib/gzr/modules/plan.rb
384
398
  - lib/gzr/modules/project.rb
385
399
  - lib/gzr/modules/role.rb