mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Bump version to 0.10.1
This commit is contained in:
parent
1a28da89ad
commit
8f2cdefd46
4 changed files with 24 additions and 2 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
||||||
|
2012-03-02 Matthew Mongeau <halogenandtoast@gmail.com>
|
||||||
|
* capybara_webkit_builder.rb:
|
||||||
|
set LANG to en_US.UTF-8 to prevent string encoding issues during install
|
||||||
|
|
||||||
|
2012-03-02 Marc Schwieterman
|
||||||
|
* Rakefile: pro, find_command, and CommandFactory are more structured
|
||||||
|
|
||||||
|
2012-02-27 Joe Ferris <jferris@thoughtbot.com>
|
||||||
|
* README.md: Fixed broken wiki link
|
||||||
|
|
||||||
|
2012-02-24 Joe Ferris <jferris@thoughtbot.com>
|
||||||
|
* README.md: Update instructions for platform specific installation issues
|
||||||
|
|
||||||
|
2012-02-17 Matthew Mongeau <halogenandtoast@gmail.com>
|
||||||
|
* driver_spec.rb, capybara.js: Send proper keycode during keypress event
|
||||||
|
|
||||||
2012-02-17 Matthew Mongeau <halogenandtoast@gmail.com>
|
2012-02-17 Matthew Mongeau <halogenandtoast@gmail.com>
|
||||||
* ChangeLog, version.rb:
|
* ChangeLog, version.rb:
|
||||||
Bump to 0.10.0
|
Bump to 0.10.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
capybara-webkit (0.10.0)
|
capybara-webkit (0.10.1)
|
||||||
capybara (>= 1.0.0, < 1.2)
|
capybara (>= 1.0.0, < 1.2)
|
||||||
json
|
json
|
||||||
|
|
||||||
|
|
6
NEWS.md
6
NEWS.md
|
@ -1,3 +1,9 @@
|
||||||
|
New for 0.10.1:
|
||||||
|
* LANG environment variable is set to en_US.UTF-8 in order to avoid string encoding issues from qmake.
|
||||||
|
* pro, find_command, and CommandFactory are more structured.
|
||||||
|
* Changed wiki link and directing platform specific issues to the google group.
|
||||||
|
* Pass proper keycode value for keypress events.
|
||||||
|
|
||||||
New for 0.10.0:
|
New for 0.10.0:
|
||||||
|
|
||||||
* current_url now more closely matches the behavior of Selenium
|
* current_url now more closely matches the behavior of Selenium
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
module Capybara
|
module Capybara
|
||||||
module Driver
|
module Driver
|
||||||
class Webkit
|
class Webkit
|
||||||
VERSION = '0.10.0'.freeze
|
VERSION = '0.10.1'.freeze
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue