dronebl.rb 0.0.4 → 0.0.5.pre.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/bin/dronebl-add +9 -8
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 740153e79ee760f9734009545805638ee0f46cc6
4
- data.tar.gz: f8bfb5601b39c870d9bab826e5571a648c6b846f
3
+ metadata.gz: 125abad2b2c26327eeaa22de38d316aaabd17ef8
4
+ data.tar.gz: ab6f8e783ba6f4e7cb39c3d36f2fd30f7beca1b8
5
5
  SHA512:
6
- metadata.gz: 32abfd597cf493fa7b20c36d91d9e13648d95b59ba0c88714dc3f6f7e8ea8994f5c534341ec0b96db4e0e4a238747abf6ef7ffb78cf577d04bf185c27c013f52
7
- data.tar.gz: def726c544ff044430fd045d1dba64454d3185c23a54d9f7f22ee690b8c2a6a781439c77c4925cb45a1e22c52446fd14ecfdebc868f23a6113dc74bcb95e89c2
6
+ metadata.gz: 02848779b2f29f9dac1312a258c6551929c345d5ec0c6bb594ac62b7cf502a93bff88a69a781ce6e88450f54aa45fdfd9ee643cafbbdd92242db9e97eeff8e0e
7
+ data.tar.gz: b93e3a97b0b81f54c4771c62c19c3b2f0c3125f775733d04e84cb169715d2cce2568847c83c590ab8a29efc356351c26e1378e6f56ecaad035a749d48a19ce33
@@ -37,15 +37,16 @@ class Options
37
37
  end
38
38
  opts.on('-c', '--comment COMMENT', String, 'Attach the given comment to the listings.') do |comment|
39
39
  @comment = comment
40
- opts.on('-u', '--use-key-file', 'Use the default key file located at ~/.droneblkey') do
41
- @use_key_file = true
42
- end
43
- opts.on('-d', '--dry-run', 'Prints the query to be run to STDOUT instead of sending it as a query to the DroneBL RPC service.') do
44
- @dry_run = true
45
- end
46
- #opts.on('-n', '--no-pre-check', 'Do not check DroneBL for the IPs you are about to submit with a lookup before doing it.') do
47
- # @no_check = true
48
40
  end
41
+ opts.on('-u', '--use-key-file', 'Use the default key file located at ~/.droneblkey') do
42
+ @use_key_file = true
43
+ end
44
+ opts.on('-d', '--dry-run', 'Prints the query to be run to STDOUT instead of sending it as a query to the DroneBL RPC service.') do
45
+ @dry_run = true
46
+ end
47
+ #opts.on('-n', '--no-pre-check', 'Do not check DroneBL for the IPs you are about to submit with a lookup before doing it.') do
48
+ # @no_check = true
49
+ #end
49
50
  opts.on_tail("-h", "--help", "Show this message") do
50
51
  puts opts
51
52
  exit
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dronebl.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rylee Fowler
@@ -36,9 +36,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
36
36
  version: '0'
37
37
  required_rubygems_version: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - ">="
39
+ - - ">"
40
40
  - !ruby/object:Gem::Version
41
- version: '0'
41
+ version: 1.3.1
42
42
  requirements: []
43
43
  rubyforge_project:
44
44
  rubygems_version: 2.2.2