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)
|
||||
* Don't alter focus with send_keys if we're already in the target element
|
||||
(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.
|
||||
(Micah Geisel) [Issue #497]
|
||||
* Close dup'ed fd after using (Dmitry Vorotilin) [Issue #446, #529, #528]
|
||||
|
||||
### 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
|
||||
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,
|
||||
you're reading the documentation for the master branch.
|
||||
[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 ##
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Capybara
|
||||
module Poltergeist
|
||||
VERSION = "1.5.0"
|
||||
VERSION = "1.5.1"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue