wasp 0.2.0 → 0.2.1
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/wasp.gemspec +3 -3
- metadata +3 -3
data/wasp.gemspec
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'wasp'
|
|
3
|
-
s.version = '0.2.
|
|
4
|
-
s.summary = "
|
|
5
|
-
s.description = "
|
|
3
|
+
s.version = '0.2.1'
|
|
4
|
+
s.summary = "Lightweight distributed load generator."
|
|
5
|
+
s.description = "Wasp is a distributed heavy load generator in Ruby inspired by beeswithmachineguns"
|
|
6
6
|
s.authors = ["arkemiq"]
|
|
7
7
|
s.email = 'arkemiq@gmail.com'
|
|
8
8
|
s.files = %w[
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wasp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -59,7 +59,7 @@ dependencies:
|
|
|
59
59
|
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: 1.0.4
|
|
62
|
-
description:
|
|
62
|
+
description: Wasp is a distributed heavy load generator in Ruby inspired by beeswithmachineguns
|
|
63
63
|
email: arkemiq@gmail.com
|
|
64
64
|
executables:
|
|
65
65
|
- wasp
|
|
@@ -108,5 +108,5 @@ rubyforge_project:
|
|
|
108
108
|
rubygems_version: 1.8.23
|
|
109
109
|
signing_key:
|
|
110
110
|
specification_version: 3
|
|
111
|
-
summary:
|
|
111
|
+
summary: Lightweight distributed load generator.
|
|
112
112
|
test_files: []
|