Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 13, 2014
1 parent 39327f5 commit 3ca10bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### v0.1.4

* Support element subtype boolean locators (e.g. `select_list :list, selected: 'Default'`)

#### v0.1.3

* Remove `Watirsome.region_matcher` so now any module may implement `initialize_region`.
Expand Down
2 changes: 1 addition & 1 deletion lib/watirsome/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Watirsome
VERSION = '0.1.3'
VERSION = '0.1.4'
end # Watirsome
2 changes: 1 addition & 1 deletion watirsome.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = %w(lib)

s.add_dependency 'watir-webdriver'
s.add_dependency 'watir-webdriver', '>= 0.6.9'

s.add_development_dependency 'rspec'
s.add_development_dependency 'rake'
Expand Down

0 comments on commit 3ca10bb

Please sign in to comment.