Skip to content

Commit

Permalink
Fix bug for filling forms with Hash
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 21, 2016
1 parent 19b92e0 commit 858314a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.5.7 (2016-09-21)

* add support for Watir 6.0.0.betas

### 0.5.6 (2016-05-21)

* add instance method for page_url on PageObject
Expand Down
2 changes: 1 addition & 1 deletion lib/watir_drops.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require 'watir-webdriver'
require 'watir'
require 'watir_drops/page_object'
require 'watir_drops/training_wheels'
4 changes: 2 additions & 2 deletions watir_drops.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'watir_drops'
spec.version = '0.5.6'
spec.version = '0.5.7'
spec.authors = ['Titus Fortner']
spec.email = ['titusfortner@gmail.com']

Expand All @@ -16,7 +16,7 @@ application information, allowing it to be decoupled from the tests}
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activesupport'
spec.add_runtime_dependency 'watir-webdriver'
spec.add_runtime_dependency 'watir'

spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 858314a

Please sign in to comment.