bombard 0.0.2 → 0.0.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.
data/lib/bombard/cli.rb CHANGED
@@ -16,9 +16,9 @@ module Bombard
16
16
  class_option :header, type: :string, aliases: :H, required: false
17
17
  class_option :internet, type: :boolean, aliases: :i, required: false
18
18
  class_option :benchmark, type: :boolean, aliases: :e, required: false
19
+ class_option :verbose, type: :boolean, aliases: :v, required: false
19
20
 
20
21
  # Bombard options
21
- class_option :verbose, type: :boolean, aliases: :v, required: false
22
22
  class_option :builder, type: :string, aliases: :b, required: false
23
23
  class_option :publisher, type: :string, aliases: :p, required: false
24
24
  class_option :require, type: :string, aliases: :r, required: false
@@ -1,5 +1,5 @@
1
1
  # coding: utf-8
2
2
 
3
3
  module Bombard
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
data/lib/siege.rb CHANGED
@@ -18,7 +18,8 @@ class Siege
18
18
  user_agent: '-A',
19
19
  users: '-c',
20
20
  rc: '-R',
21
- delay: '-d'
21
+ delay: '-d',
22
+ verbose: '-v'
22
23
  }
23
24
 
24
25
  attr_reader :conf, :results
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bombard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-02 00:00:00.000000000 Z
12
+ date: 2014-05-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -170,18 +170,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
170
170
  - - ! '>='
171
171
  - !ruby/object:Gem::Version
172
172
  version: '0'
173
- segments:
174
- - 0
175
- hash: -3595099890143705204
176
173
  required_rubygems_version: !ruby/object:Gem::Requirement
177
174
  none: false
178
175
  requirements:
179
176
  - - ! '>='
180
177
  - !ruby/object:Gem::Version
181
178
  version: '0'
182
- segments:
183
- - 0
184
- hash: -3595099890143705204
185
179
  requirements: []
186
180
  rubyforge_project:
187
181
  rubygems_version: 1.8.23
@@ -189,3 +183,4 @@ signing_key:
189
183
  specification_version: 3
190
184
  summary: Bombard is a(nother) Siege wrapper for Ruby thats extensible.
191
185
  test_files: []
186
+ has_rdoc: