Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Ugh, forgot some files
Browse files Browse the repository at this point in the history
  • Loading branch information
epall committed Feb 5, 2011
1 parent 4ff8190 commit 14e6ec0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sauce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{sauce}
s.version = "0.16.1"
s.version = "0.16.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sean Grove", "Eric Allen", "Steven Hazel"]
Expand Down Expand Up @@ -31,6 +31,7 @@ Gem::Specification.new do |s|
"lib/generators/sauce/install/install_generator.rb",
"lib/generators/sauce/install/templates/sauce.rake",
"lib/sauce.rb",
"lib/sauce/capybara.rb",
"lib/sauce/client.rb",
"lib/sauce/config.rb",
"lib/sauce/connect.rb",
Expand All @@ -55,7 +56,8 @@ Gem::Specification.new do |s|
"test/helper.rb",
"test/test_config.rb",
"test/test_connect.rb",
"test/test_selenium.rb"
"test/test_selenium.rb",
"test/test_selenium2.rb"
]
s.homepage = %q{http://github.com/saucelabs/sauce}
s.require_paths = ["lib"]
Expand Down

0 comments on commit 14e6ec0

Please sign in to comment.