mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Show off the latest release
This commit is contained in:
parent
b0612f790d
commit
f05fb7638f
4 changed files with 9 additions and 4 deletions
|
@ -15,9 +15,14 @@
|
||||||
* Render full window size when document has no height (Kevin McConnell)
|
* Render full window size when document has no height (Kevin McConnell)
|
||||||
* Don't alter focus with send_keys if we're already in the target element
|
* Don't alter focus with send_keys if we're already in the target element
|
||||||
(Adam Prescott) [Issue #493]
|
(Adam Prescott) [Issue #493]
|
||||||
|
* Close dup'ed fd after using (Dmitry Vorotilin) [Issue #446, #529, #528]
|
||||||
|
|
||||||
|
### 1.5.1 ###
|
||||||
|
|
||||||
|
#### Bug fixes ####
|
||||||
|
|
||||||
* Ensure process exits with correct status code and $! is propagated.
|
* Ensure process exits with correct status code and $! is propagated.
|
||||||
(Micah Geisel) [Issue #497]
|
(Micah Geisel) [Issue #497]
|
||||||
* Close dup'ed fd after using (Dmitry Vorotilin) [Issue #446, #529, #528]
|
|
||||||
|
|
||||||
### 1.5.0 ###
|
### 1.5.0 ###
|
||||||
|
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2011-2013 Jonathan Leighton
|
Copyright (c) 2011-2014 Jonathan Leighton
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|
|
@ -9,7 +9,7 @@ provided by [PhantomJS](http://www.phantomjs.org/).
|
||||||
**If you're viewing this at https://github.com/teampoltergeist/poltergeist,
|
**If you're viewing this at https://github.com/teampoltergeist/poltergeist,
|
||||||
you're reading the documentation for the master branch.
|
you're reading the documentation for the master branch.
|
||||||
[View documentation for the latest release
|
[View documentation for the latest release
|
||||||
(1.5.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.5.0)**
|
(1.5.1).](https://github.com/teampoltergeist/poltergeist/tree/v1.5.1)**
|
||||||
|
|
||||||
## Getting help ##
|
## Getting help ##
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Capybara
|
module Capybara
|
||||||
module Poltergeist
|
module Poltergeist
|
||||||
VERSION = "1.5.0"
|
VERSION = "1.5.1"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue