zombees 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1 +1,2 @@
1
+ source 'https://rubygems.org'
1
2
  gemspec
@@ -10,6 +10,7 @@ PATH
10
10
  yell
11
11
 
12
12
  GEM
13
+ remote: https://rubygems.org/
13
14
  specs:
14
15
  builder (3.2.0)
15
16
  celluloid (0.13.0)
data/README.md CHANGED
@@ -4,6 +4,13 @@
4
4
 
5
5
  ![logo](https://raw.github.com/zombees/zombees/master/zombee.png)
6
6
 
7
+ ## Description
8
+ This gem allows you to perform distributed load testing across multiple virtual machines running in your cloud of choice.
9
+ Supported clouds:
10
+ http://fog.io/about/provider_documentation.html
11
+ ## Supported load testing utilities
12
+ - Apache bench ( ab_adapter )
13
+
7
14
  ## Installation
8
15
 
9
16
  Add this line to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module Zombees
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Zombees::VERSION
9
9
  spec.authors = ["Maxim Filimonov","Solomon White"]
10
10
  spec.email = ["tpaktopsp@gmail.com", "rubysolo@gmail.com"]
11
- spec.description = %q{Zombees}
12
- spec.summary = %q{Distributed load testing in Ruby}
11
+ spec.description = %q{Distributed load testing in Ruby using your own cloud}
12
+ spec.summary = %q{Distributed load testing in Ruby using your own cloud}
13
13
  spec.homepage = "http://github.com/zombees/zombees"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zombees
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-07-18 00:00:00.000000000 Z
13
+ date: 2013-07-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: celluloid-pmap
@@ -204,7 +204,7 @@ dependencies:
204
204
  - - ! '>='
205
205
  - !ruby/object:Gem::Version
206
206
  version: '0'
207
- description: Zombees
207
+ description: Distributed load testing in Ruby using your own cloud
208
208
  email:
209
209
  - tpaktopsp@gmail.com
210
210
  - rubysolo@gmail.com
@@ -268,10 +268,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
268
268
  version: '0'
269
269
  requirements: []
270
270
  rubyforge_project:
271
- rubygems_version: 1.8.23
271
+ rubygems_version: 1.8.25
272
272
  signing_key:
273
273
  specification_version: 3
274
- summary: Distributed load testing in Ruby
274
+ summary: Distributed load testing in Ruby using your own cloud
275
275
  test_files:
276
276
  - spec/fixtures/ab.txt
277
277
  - spec/integration/running_a_server_swarm_spec.rb