herokubench 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1991f6c51c9f3abcdd15975c79aaa8cad9ab970a
4
- data.tar.gz: 125fa53e62a2ca9189dab4af4a64fcfd1ec6f3db
3
+ metadata.gz: 9d62ba579aab257755d051580742b62f2749f889
4
+ data.tar.gz: f557bc8b85ca00d19d147961a1669099db08b834
5
5
  SHA512:
6
- metadata.gz: 23b53138b1c1ec6ed1926ebb01194b41956ff1aeaab2c10b92cd4a0cc207d9becef7f7ebd6dc39f0222d7c677f663052d271ffc21a84f34b68d1450362579e3e
7
- data.tar.gz: 76e4c1fae840664be549815e7ae54064bf77ef21e65d8c0d03cfc882e79682da55e26be75238131ac66d8e30dcde8fc9a1bf7a336418a62737d13548eab327c5
6
+ metadata.gz: 80cd31659232f0e4946ee5bf70645964ef1f84e97d5a754f5a2836914c2d8df6e7e487689826ddf30ddd2378f61ff7b8bc504a66fe525c9a4db40bbfc47d4ec6
7
+ data.tar.gz: 3cef368ed9863cb4a85e836f7e166e269ed72aa01f8d7dea9373ec9711c794e9220c5860738a4f3c89e2358d393042ea2e57c12451c3fc97d45ae91b82ef6da4
@@ -1,5 +1,5 @@
1
1
  module HerokuBench
2
2
 
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: herokubench
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cory Dolphin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-10 00:00:00.000000000 Z
11
+ date: 2013-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: heroku
@@ -61,12 +61,9 @@ dependencies:
61
61
  description: |2
62
62
  Make it rain on the cloud.
63
63
 
64
- herokubench, or hb for short, is a simple gem which eanbles you to easily load test websites,
65
- using a server hosted by Heroku (on AWS). The gem manages deploying
66
- an app with no running dynos (free), and abuses the concept of one-off
67
- jobs to run the Apache Benchmark, ab.
64
+ Herokubench allows you to easily load test websites, from the cloud, for free. Use hundreds of free dynos on Heroku to run apache-bench, in the same way you would run it locally.
68
65
 
69
- Confused? Checkout `hb help`
66
+ Confused? Checkout `hbench help`
70
67
  email: wcdolphin@gmail.com
71
68
  executables:
72
69
  - hbench
@@ -82,8 +79,7 @@ files:
82
79
  - lib/herokubench/version.rb
83
80
  - lib/herokubench.rb
84
81
  - README.md
85
- - spec/cli_spec.rb
86
- homepage: https://github.com/wcdolphin/heroku-bench
82
+ homepage: http://corydolphin.com/herokubench
87
83
  licenses:
88
84
  - MIT
89
85
  metadata: {}
@@ -1,7 +0,0 @@
1
- $:.unshift File.expand_path("../lib", __FILE__)
2
-
3
- require 'herokubench/result'
4
-
5
- describe HerokuBench::CLI do
6
-
7
- end