[ANN] Watir 1.6.7

Hello everyone!

We are happy to announce that Watir 1.6.7 got just released!

=== General improvements

* added new waiting methods on Watir::Element: #when_present,
#wait_until_present and #wait_while_present (Jari Bakken and Jarmo
Pertman)
* added new waiting methods on Watir::IE and Watir::Firefox:
#wait_until and #wait_while (Jari Bakken and Jarmo Pertman)
* added method #present? for Watir::Element (Jari Bakken and Jarmo
Pertman)
* deprecated old waiting methods in Watir::Waiter which will be
removed in some future version - use Watir::Wait instead (Jarmo
Pertman)

=== IE improvements

* removed Watir::Simple (Željko Filipin)
* #click_no_wait was not working with frame elements. Closes
http://jira.openqa.org/browse/WTR-459 (Jarmo Pertman)

=== Firefox improvements

* get_attribute_value now works with attributes named something like
"foo-bar" (Alan Shields)

=== Cleanup & Maintenance

* cleaned up repo at GitHub
* merge licenses into one (Željko Filipin)
* Rakefile works now under non-Windows systems too (Alan Shields)
* Removed datahandler.rb

Whole Changelog is available at http://github.com/bret/watir/compare/v1.6.6...v1.6.7

Get it with `gem install watir`!

Watir Development Team