bqm 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/{bqm.rb → bin/bqm} +3 -3
  3. metadata +4 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e2f3d5208930a05737b9a4a7689d4e3fd8a3b75c7d2c914169008386c9fce38
4
- data.tar.gz: 349dfdeb788a612d2a4231a8a8ee05ead1631bb0d4743b28daad92d5f35d55f2
3
+ metadata.gz: 3a5db1e5c2c64eb8339793506974b53317aa2d81e743d64910ee77ff34e05a91
4
+ data.tar.gz: 36f14254d9eda6add05ef3f60b65f47e37f199f4a8db51580702183e682bb6ab
5
5
  SHA512:
6
- metadata.gz: 6a6089672981c16b887f00815e4f8ea9b3819792c12503cb862d3149cb75ed6c1422955cf2d6893d5bd4d9905dffaf55106c1982a88f82857af10591019611c3
7
- data.tar.gz: 4cce267816043816f8fd56046b6aa481e3d6d920274462b77da4766d5c23bfda99977aa4fb02256975f3dd8beb77d4b883c0171994019dc50b94843c33af0023
6
+ metadata.gz: 0217a279021f076e5b6ccb1ccf1f4c689cfbae0b53f64e6f35bf20c1fcd622d7dad8096de21a38dea4c4fbffea15e7346a0b4708acd79f888e15bfbeaec63dd7
7
+ data.tar.gz: c2f08b515894f474476c8ed473dc877261d4f88454b198b0a7f3afa897bdf57725cb036d875b663b689091218c4d3607ee63937331d7d47a56fbac3a31caf635
data/{bqm.rb → bin/bqm} RENAMED
@@ -54,11 +54,11 @@ if __FILE__ == $PROGRAM_NAME
54
54
  require 'optparse'
55
55
  options = {}
56
56
  OptionParser.new do |parser|
57
- parser.banner = 'Usage: bqm.rb [options]'
57
+ parser.banner = 'Usage: bqm [options]'
58
58
 
59
59
  parser.on('-o', '--output-path PATH', 'Path where to store the query file')
60
60
  parser.separator ''
61
- parser.separator 'Example: bqm.rb -o ~/.config/bloodhound/customqueries.json'
61
+ parser.separator 'Example: bqm -o ~/.config/bloodhound/customqueries.json'
62
62
  end.parse!(into: options)
63
63
 
64
64
  out = options[:'output-path']
@@ -68,6 +68,6 @@ if __FILE__ == $PROGRAM_NAME
68
68
  file.write(json)
69
69
  end
70
70
  else
71
- puts 'Help: bqm.rb -h'
71
+ puts 'Help: bqm -h'
72
72
  end
73
73
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bqm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre ZANNI
8
8
  autorequire:
9
- bindir: "."
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2022-11-04 00:00:00.000000000 Z
12
12
  dependencies: []
@@ -14,13 +14,12 @@ description: Deduplicate custom BloudHound queries from different datasets and m
14
14
  them in one customqueries.json file.
15
15
  email: alexandre.zanni@europe.com
16
16
  executables:
17
- - bqm.rb
17
+ - bqm
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - "./bqm.rb"
22
21
  - LICENSE
23
- - bqm.rb
22
+ - bin/bqm
24
23
  - data/query-sets.json
25
24
  homepage: https://github.com/Acceis/bqm
26
25
  licenses: