|
1 | 1 | spec = Gem::Specification.new do |s|
|
2 | 2 | s.name = 'tourbus'
|
3 |
| - s.version = '0.0.7' |
4 |
| - s.date = '2009-01-10' |
| 3 | + s.version = '0.0.8' |
| 4 | + s.date = '2009-04-17' |
5 | 5 | s.summary = 'TourBus web stress-testing tool'
|
6 | 6 | s.email = "github@shinybit.com"
|
7 |
| - s.homepage = "http://github.com/dbrady/tourbus" |
8 |
| - s.description = "TourBus web stress-testing tool" |
| 7 | + s.homepage = "http://github.com/jamesbritt/tourbus/" |
| 8 | + s.description = "TourBus, a web stress-testing tool that combines complex 'tour' definitions with scalable concurrent testing" |
9 | 9 | s.has_rdoc = true
|
10 |
| - s.rdoc_options = ["--line-numbers", "--inline-source", "--main", "README.txt", "--title", "Tourbus - Web Stress Testing in Ruby"] |
| 10 | + s.rdoc_options = ["--line-numbers", "--inline-source", "--main", "README.rdoc", "--title", "Tourbus - Web Stress Testing in Ruby"] |
11 | 11 | s.executables = ["tourbus", "tourwatch"]
|
12 |
| - s.extra_rdoc_files = ["README.txt", "MIT-LICENSE", "examples/contact_app/README.rdoc"] |
13 |
| - s.authors = ["David Brady"] |
| 12 | + s.extra_rdoc_files = ["README.rdoc", "MIT-LICENSE", "examples/contact_app/README.rdoc"] |
| 13 | + s.authors = ["David Brady", "James Britt"] |
14 | 14 | s.add_dependency('mechanize', '>= 0.8.5')
|
15 | 15 | s.add_dependency('trollop')
|
16 | 16 | s.add_dependency('faker')
|
@@ -41,3 +41,4 @@ spec = Gem::Specification.new do |s|
|
41 | 41 | "lib/web-sickle/spec/spec_helpers/mechanize_mock_helper.rb",
|
42 | 42 | "lib/web-sickle/spec/web_sickle_spec.rb"]
|
43 | 43 | end
|
| 44 | + |
0 commit comments