blitz 0.1.27 → 0.1.28
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/blitz.gemspec +6 -3
- data/lib/blitz/curl.rb +1 -1
- metadata +4 -3
data/blitz.gemspec
CHANGED
|
@@ -5,13 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{blitz}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.28"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["pcapr"]
|
|
12
|
-
s.date = %q{2012-
|
|
12
|
+
s.date = %q{2012-09-24}
|
|
13
13
|
s.default_executable = %q{blitz}
|
|
14
|
-
s.description =
|
|
14
|
+
s.description = <<-EOF
|
|
15
|
+
Command-line interface and Ruby client library for Blitz.io.
|
|
16
|
+
Make load and performance testing a fun sport.
|
|
17
|
+
EOF
|
|
15
18
|
s.email = %q{support@blitz.io}
|
|
16
19
|
s.executables = ["blitz"]
|
|
17
20
|
s.extra_rdoc_files = [
|
data/lib/blitz/curl.rb
CHANGED
|
@@ -210,7 +210,7 @@ class Curl
|
|
|
210
210
|
|
|
211
211
|
if step.member? 'content'
|
|
212
212
|
data_size = step['content']['data'].inject(0) { |m, v| m + v.size }
|
|
213
|
-
assert(data_size <
|
|
213
|
+
assert(data_size < 20*1024, "POST content must be < 20KB")
|
|
214
214
|
end
|
|
215
215
|
|
|
216
216
|
break if hash['help']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blitz
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.28
|
|
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: 2012-
|
|
12
|
+
date: 2012-09-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: couchrest
|
|
@@ -155,7 +155,8 @@ dependencies:
|
|
|
155
155
|
- - ~>
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
157
|
version: 1.8.4
|
|
158
|
-
description:
|
|
158
|
+
description: ! " Command-line interface and Ruby client library for Blitz.io.\n
|
|
159
|
+
\ Make load and performance testing a fun sport.\n"
|
|
159
160
|
email: support@blitz.io
|
|
160
161
|
executables:
|
|
161
162
|
- blitz
|