Skip to content

Commit

Permalink
Oops, I didn't use echoe, just build the gem with 'gem build safariwa…
Browse files Browse the repository at this point in the history
…tir.gemspec'. Updating this now.
  • Loading branch information
Tom Copeland committed Oct 21, 2009
1 parent aed4a47 commit 1a612dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('safariwatir', '0.3.5') do | config |
Echoe.new('safariwatir', '0.3.7') do | config |
config.summary = %q{Automated testing tool for web applications.}
config.description = %q{WATIR stands for "Web Application Testing in Ruby". See WATIR project for more information. This is a Safari-version of the original IE-only WATIR.}
config.url = 'http://safariwatir.rubyforge.org/'
config.url = 'http://wiki.openqa.org/display/WTR/SafariWatir'
config.author = 'Dave Hoover'
config.email = 'dave@obtiva.com'
config.ignore_pattern = ['tmp/*', 'script/*']
Expand Down

0 comments on commit 1a612dd

Please sign in to comment.