Skip to content

Commit

Permalink
Prep for building gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimk committed Apr 17, 2011
1 parent 28f052b commit 5532bbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Using Brightbox:

* Get a beta account at [http://beta.brightbox.com/beta](http://beta.brightbox.com/beta).
* Follow [http://docs.brightbox.com/guides/getting_started](http://docs.brightbox.com/guides/getting_started) to setup a SSH key.
* Todo...

Creating a cluster
----
Expand Down
6 changes: 3 additions & 3 deletions testbot_cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Gem::Specification.new do |s|
s.email = ["joakim.kolsjo@gmail.com"]
s.homepage = ""
s.summary = %q{Run your tests in the cloud}
s.description = %q{A tool for creating testbot clusters in the cloud}
s.description = %q{A tool for creating and managing testbot clusters in the cloud}

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "thor"
s.add_dependency "fog"
s.add_dependency "thor", ">0.14.5"
s.add_dependency "fog", ">0.7.1"
s.add_dependency "activesupport", ">3.0.0"
s.add_development_dependency "bundler"
s.add_development_dependency "rspec"
Expand Down

0 comments on commit 5532bbd

Please sign in to comment.