cloudclone 0.1.0 → 0.1.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/README.md +3 -0
- data/cloudclone.gemspec +2 -2
- data/lib/cloudclone/version.rb +1 -1
- metadata +11 -9
data/README.md
CHANGED
|
@@ -3,6 +3,8 @@ Cloudclone
|
|
|
3
3
|
|
|
4
4
|
Library for manage multiple Heroku apps to do parallel HTTP request to certain web servers.
|
|
5
5
|
|
|
6
|
+
This gem enable you to easily utilize free Heroku apps to build your own web load testing servers.
|
|
7
|
+
|
|
6
8
|
Current key features
|
|
7
9
|
--------------------
|
|
8
10
|
|
|
@@ -22,6 +24,7 @@ Current key features
|
|
|
22
24
|
|
|
23
25
|
##Requirement
|
|
24
26
|
|
|
27
|
+
* [Ruby](http://www.ruby-lang.org/)
|
|
25
28
|
* [git](http://git-scm.com/)
|
|
26
29
|
* [Heroku](http://www.heroku.com) account with ssh key access installed.
|
|
27
30
|
|
data/cloudclone.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.authors = ["Nuttanart Pornprasitsakul"]
|
|
9
9
|
s.email = ["visibletrap@gmail.com"]
|
|
10
10
|
s.homepage = ""
|
|
11
|
-
s.summary = %q{
|
|
12
|
-
s.description = %q{
|
|
11
|
+
s.summary = %q{Library for manage multiple Heroku apps to do parallel HTTP request to certain web servers.}
|
|
12
|
+
s.description = %q{This gem enable you to easily utilize free Heroku apps to build your own web load testing servers.}
|
|
13
13
|
|
|
14
14
|
s.rubyforge_project = "cloudclone"
|
|
15
15
|
|
data/lib/cloudclone/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloudclone
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2011-12-18 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70172937666360 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70172937666360
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: webmock
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70172937665920 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :development
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70172937665920
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: heroku
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &70172937665420 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>='
|
|
@@ -43,8 +43,9 @@ dependencies:
|
|
|
43
43
|
version: '0'
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
47
|
-
description:
|
|
46
|
+
version_requirements: *70172937665420
|
|
47
|
+
description: This gem enable you to easily utilize free Heroku apps to build your
|
|
48
|
+
own web load testing servers.
|
|
48
49
|
email:
|
|
49
50
|
- visibletrap@gmail.com
|
|
50
51
|
executables: []
|
|
@@ -91,7 +92,8 @@ rubyforge_project: cloudclone
|
|
|
91
92
|
rubygems_version: 1.8.11
|
|
92
93
|
signing_key:
|
|
93
94
|
specification_version: 3
|
|
94
|
-
summary:
|
|
95
|
+
summary: Library for manage multiple Heroku apps to do parallel HTTP request to certain
|
|
96
|
+
web servers.
|
|
95
97
|
test_files:
|
|
96
98
|
- spec/cloudclone/client_spec.rb
|
|
97
99
|
- spec/cloudclone/group_spec.rb
|