Skip to content

Commit 203e90c

Browse files
committedApr 17, 2009
Not sure what changed; might have been residue from exploring.
1 parent 91b443f commit 203e90c

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed
 

‎build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
sudo gem uninstall tourbus dbrady-tourbus
2+
sudo gem uninstall tourbus
33
gem build tourbus.gemspec
44
sudo gem install $(ls tourbus*.gem|tail -n 1)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
host: localhost:4567
2+
host: ffca.local

‎tourbus.gemspec

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
spec = Gem::Specification.new do |s|
22
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'
55
s.summary = 'TourBus web stress-testing tool'
66
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"
99
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"]
1111
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"]
1414
s.add_dependency('mechanize', '>= 0.8.5')
1515
s.add_dependency('trollop')
1616
s.add_dependency('faker')
@@ -41,3 +41,4 @@ spec = Gem::Specification.new do |s|
4141
"lib/web-sickle/spec/spec_helpers/mechanize_mock_helper.rb",
4242
"lib/web-sickle/spec/web_sickle_spec.rb"]
4343
end
44+

0 commit comments

Comments
 (0)