watir-webdriver.gemspec in watir-webdriver-0.1.2 vs watir-webdriver.gemspec in watir-webdriver-0.1.3
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{watir-webdriver}
- s.version = "0.1.2"
+ s.version = "0.1.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jari Bakken"]
- s.date = %q{2010-11-11}
+ s.date = %q{2010-11-18}
s.description = %q{WebDriver-backed Watir}
s.email = %q{jari.bakken@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -78,15 +78,17 @@
"spec/container_spec.rb",
"spec/element_locator_spec.rb",
"spec/element_spec.rb",
"spec/html/alerts.html",
"spec/html/keylogger.html",
+ "spec/html/special_chars.html",
"spec/html/wait.html",
"spec/implementation.rb",
"spec/input_spec.rb",
"spec/locator_spec_helper.rb",
"spec/spec_helper.rb",
+ "spec/special_chars_spec.rb",
"spec/wait_spec.rb",
"support/html5.html",
"watir-webdriver.gemspec"
]
s.homepage = %q{http://github.com/jarib/watir-webdriver}
@@ -102,9 +104,10 @@
"spec/element_spec.rb",
"spec/implementation.rb",
"spec/input_spec.rb",
"spec/locator_spec_helper.rb",
"spec/spec_helper.rb",
+ "spec/special_chars_spec.rb",
"spec/wait_spec.rb",
"spec/watirspec/area_spec.rb",
"spec/watirspec/areas_spec.rb",
"spec/watirspec/browser_spec.rb",
"spec/watirspec/button_spec.rb",