File rubygem-chromedriver-helper.changes of Package rubygem-chromedriver-helper
-------------------------------------------------------------------
Fri Mar 29 05:58:33 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.1.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Sep 20 11:01:38 UTC 2018 - mschnitzer@suse.com
- updated to version 2.1.0
# Enhancement:
* Use the `LATEST_RELEASE` file to determine the newest version,
to avoid downloading the experimental versions the Chrome team
is posting recently. [#62](https://github.com/flavorjones/chromedriver-helper/issues/62) (Thanks, @ibrahima!)
# Bug fix:
* `lib/chromedriver-helper.rb` explicitly requires `chromedriver/helper`
to avoid "uninitialized constant Chromedriver" exception when calling
`Chromedriver.set_version` in a default-configured Rails app.
[#65](https://github.com/flavorjones/chromedriver-helper/issues/65)
Changes in previous version 2.0.1:
# Bug fix:
* Explicitly require 'selenium-webdriver' for projects who don't have
the default Rails ordering in their Gemfile.
[#60](https://github.com/flavorjones/chromedriver-helper/issues/60) (Thanks, @mattbrictson!)
-------------------------------------------------------------------
Mon Sep 17 09:37:14 UTC 2018 - mschnitzer@suse.com
- updated to version 2.0.0
**Backwards-incompatible change:**
The shadow executable `chromedriver` has been renamed to `chromedriver-helper` to work around issues with projects _not_ using the gem on a system on which the gem is installed. See [#57](https://github.com/flavorjones/chromedriver-helper/issues/57) for details.
Many thanks to Miklós Fazekas (@mfazekas) for both reporting the issue and submitting the fix.
-------------------------------------------------------------------
Fri Jul 6 21:30:01 UTC 2018 - mschnitzer@suse.com
- Initial package release