Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Update versions to 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bret committed Oct 29, 2008
1 parent b50e363 commit 67b514a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions firewatir/firewatir.gemspec
Expand Up @@ -9,7 +9,7 @@ require 'firewatir'

spec = Gem::Specification.new do |s|
s.name = 'firewatir'
s.version = "1.2.1"
s.version = "1.6.0"
s.summary = 'Automated testing tool for web applications using Firefox browser.'
s.description = <<-EOF
FireWatir stands for "Web Application Testing in Ruby for Firefox". FireWatir (pronounced firewater) is a free,
Expand All @@ -22,8 +22,8 @@ spec = Gem::Specification.new do |s|
JavaScript popups (currently support will be there shortly).
EOF
s.author = 'Angrez Singh'
s.homepage = 'http://code.google.com/p/firewatir'
s.email = 'firewatir@groups.google.com' # may change this shortly
s.homepage = 'http://wtr.rubyforge.org'
s.email = 'watir-general@googlegroups.com'
s.rubyforge_project = 'Watir'

s.requirements << 'Mozilla Firefox browser 1.5 or later.'
Expand Down
2 changes: 1 addition & 1 deletion watir-common/lib/watir-common.rb
@@ -1,3 +1,3 @@
class WatirCommon
VERSION = '0.0.1'
VERSION = '1.6.0'
end
2 changes: 1 addition & 1 deletion watir/lib/watir/ie.rb
Expand Up @@ -60,7 +60,7 @@ def self.visible= x
REVISION = $1 or 'unknown'

# The Release number
VERSION_SHORT = '1.5.6'
VERSION_SHORT = '1.6.0'
VERSION = VERSION_SHORT + '.' + REVISION

# Used internally to determine when IE has finished loading a page
Expand Down

0 comments on commit 67b514a

Please sign in to comment.