watir_angular.gemspec in watir_angular-0.4.0 vs watir_angular.gemspec in watir_angular-0.4.1

- old
+ new

@@ -2,11 +2,11 @@ lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "watir_angular" - spec.version = "0.4.0" + spec.version = "0.4.1" spec.authors = ["Titus Fortner"] spec.email = ["titusfortner@gmail.com"] spec.summary = %q{Custom support for using Watir with Angular based websites.} spec.description = %q{Adds direct support for Angular specific locators and waiting strategies for use with Watir} @@ -18,10 +18,10 @@ end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_runtime_dependency "watir", "~> 6.9" + spec.add_runtime_dependency "watir", "~> 6.12" spec.add_development_dependency "bundler", "~> 1.15" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency "webdrivers", "~> 3.0"