Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Marvin1973:pcs
rubygem-capybara-screenshot
rubygem-capybara-screenshot.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rubygem-capybara-screenshot.changes of Package rubygem-capybara-screenshot
------------------------------------------------------------------- Tue Jan 25 06:43:39 UTC 2022 - Stephan Kulow <coolo@suse.com> updated to version 1.0.26 see installed CHANGELOG.md 21 Dec 2021 - 1.0.25 -> 1.0.26 * [Take screenshots of current window (when using multiple windows)](https://github.com/mattheworiordan/capybara-screenshot/pull/287) * [Fix embedding screenshots into cucumber HTML reports](https://github.com/mattheworiordan/capybara-screenshot/pull/288) ------------------------------------------------------------------- Wed Jan 20 12:26:10 UTC 2021 - Stephan Kulow <coolo@suse.com> updated to version 1.0.25 see installed CHANGELOG.md 4 Oct 2020 - 1.0.24 -> 1.0.25 * [Fix Cucumber 5 deprecation warnings](https://github.com/mattheworiordan/capybara-screenshot/pull/274) * [Add support for Cuprite driver](https://github.com/mattheworiordan/capybara-screenshot/pull/270) * [Rails system spec compatibility](https://github.com/mattheworiordan/capybara-screenshot/pull/264) ------------------------------------------------------------------- Mon Feb 10 14:17:53 UTC 2020 - Stephan Kulow <coolo@suse.com> - updated to version 1.0.24 see installed CHANGELOG.md 24 Nov 2019 - 1.0.23 -> 1.0.24 * [Support Apparition driver](https://github.com/mattheworiordan/capybara-screenshot/commit/273317b241d1d1d8600b32fad998742894424f3b) ------------------------------------------------------------------- Fri Jul 19 08:59:40 UTC 2019 - Stephan Kulow <coolo@suse.com> - updated to version 1.0.23 see installed CHANGELOG.md 10 Jun 2019 - 1.0.22 -> 1.0.23 * [Support for Capybara sessions implicitly](https://github.com/mattheworiordan/capybara-screenshot/pull/255). Thanks https://github.com/TylerRick * [Support for S3 bucket host configuration](https://github.com/mattheworiordan/capybara-screenshot/pull/252). Thanks https://github.com/machty ------------------------------------------------------------------- Thu Nov 22 05:01:52 UTC 2018 - Stephan Kulow <coolo@suse.com> - updated to version 1.0.22 see installed CHANGELOG.md 21 Oct 2018 - 1.0.21 -> 1.0.22 * [Support for S3 URL in HTML screenshots](https://github.com/mattheworiordan/capybara-screenshot/pull/239) * [Fix for partial Rails environments](https://github.com/mattheworiordan/capybara-screenshot/pull/238) * [Capybara 3 support in CI](https://github.com/mattheworiordan/capybara-screenshot/pull/236) ------------------------------------------------------------------- Fri May 4 11:02:57 UTC 2018 - factory-auto@kulow.org - updated to version 1.0.21 see installed CHANGELOG.md 03 May 2018 - 1.0.20 -> 1.0.21 * [Bug fix: Fix Ruby version compares in Gemspec](https://github.com/mattheworiordan/capybara-screenshot/pull/231) 03 May 2018 - 1.0.19 -> 1.0.20 * [Bug fix: Only take screenshots for feature tests](https://github.com/mattheworiordan/capybara-screenshot/pull/223) ------------------------------------------------------------------- Tue Apr 10 23:29:52 UTC 2018 - factory-auto@kulow.org - updated to version 1.0.19 see installed CHANGELOG.md 10 April 2018 - 1.0.18 -> 1.0.19 * Big thanks for [Geremia Taglialatela](https://github.com/tagliala) for [padding Capybara 3 support and fixing the builds](https://github.com/mattheworiordan/capybara-screenshot/pull/230) ------------------------------------------------------------------- Sun Dec 3 19:12:17 UTC 2017 - coolo@suse.com - updated to version 1.0.18 see installed CHANGELOG.md 2 November 2017 - 1.0.17 -> 1.0.18 * [RSpec 3.3 support](https://github.com/mattheworiordan/capybara-screenshot/pull/213) * [Add support for selenium_chrome and selenium_chrome_headless](https://github.com/mattheworiordan/capybara-screenshot/pull/219) * [Less dependencies for S3 uploads](https://github.com/mattheworiordan/capybara-screenshot/pull/218) Special thanks to the fine contribution from [Matt Bricston](https://github.com/mattbrictson) ------------------------------------------------------------------- Thu Aug 3 19:07:06 UTC 2017 - coolo@suse.com - updated to version 1.0.17 see installed CHANGELOG.md 17 July 2017 - 1.0.16 -> 1.0.17 * [Better handling of `page.current_path` exceptions for Spinach](https://github.com/mattheworiordan/capybara-screenshot/pull/208) 12 July 2017 - 1.0.15 -> 1.0.16 * [Support s3 key name prefixes](https://github.com/mattheworiordan/capybara-screenshot/pull/202) 12 July 2017 - 1.0.14 -> 1.0.15 * [SVG badges added](https://github.com/mattheworiordan/capybara-screenshot/pull/207) * [Ensure the reporter module is not loaded multiple times](https://github.com/mattheworiordan/capybara-screenshot/pull/205) * [S3 object config option](https://github.com/mattheworiordan/capybara-screenshot/pull/204) * [Saver can use injected page](https://github.com/mattheworiordan/capybara-screenshot/pull/181) * [After* callbacks](https://github.com/mattheworiordan/capybara-screenshot/pull/171) ------------------------------------------------------------------- Thu Sep 15 04:34:29 UTC 2016 - coolo@suse.com - updated to version 1.0.14 see installed CHANGELOG.md 15 Sep 2016 - 1.0.13 -> 1.0.14 * CI stable again - dropped CI support for older versions of Ruby and JRuby. It is just too painful and there is no evidence that our users need this or that Capybara Screenshot is indeed broken. It is better to have a reliable build system so that PRs can get merged in reliably and easily. * Fixed an inconsistency in the use of `save_and_open_page_path` * Improved debugging of Aruba tests so that contributors can easily understand why their builds break * Path fixes thanks to [Ryan McGarvey](https://github.com/ryanmcgarvey) ------------------------------------------------------------------- Tue May 24 04:29:32 UTC 2016 - coolo@suse.com - updated to version 1.0.13 see installed CHANGELOG.md 23 May 2016 - 1.0.12 -> 1.0.13 * Fixes [mkmf bug 162](https://github.com/mattheworiordan/capybara-screenshot/issues/162) and [mkmf bug 174](https://github.com/mattheworiordan/capybara-screenshot/issues/174) * Fix for `Capybara.save_path` method existence assumption ------------------------------------------------------------------- Wed Apr 6 06:13:46 UTC 2016 - coolo@suse.com - updated to version 1.0.12 see installed CHANGELOG.md ------------------------------------------------------------------- Thu Jul 23 04:29:20 UTC 2015 - coolo@suse.com - updated to version 1.0.11 see installed CHANGELOG.md 22 July 2015 - 1.0.10 -> 1.0.111 * [Support for Fuubar reporter](https://github.com/mattheworiordan/capybara-screenshot/pull/137) Thanks to [Kai Schlichting](https://github.com/lacco) ------------------------------------------------------------------- Tue Jun 30 04:28:31 UTC 2015 - coolo@suse.com - updated to version 1.0.10 see installed CHANGELOG.md 29 June 2015 - 1.0.9 -> 1.0.10 * [Small fix to memoization](https://github.com/mattheworiordan/capybara-screenshot/pull/134) plus [mini refactor](https://github.com/mattheworiordan/capybara-screenshot/commit/1db950bc53c729b26b8881d058a8781d6e7611b8) Thanks to [Systho](https://github.com/Systho) ------------------------------------------------------------------- Mon Apr 6 04:31:18 UTC 2015 - coolo@suse.com - updated to version 1.0.9 ------------------------------------------------------------------- Fri Mar 13 05:29:16 UTC 2015 - coolo@suse.com - updated to version 1.0.7 ------------------------------------------------------------------- Mon Mar 9 05:28:50 UTC 2015 - coolo@suse.com - updated to version 1.0.6 ------------------------------------------------------------------- Wed Feb 11 15:20:55 UTC 2015 - coolo@suse.com - updated to version 1.0.5 ------------------------------------------------------------------- Sat Feb 7 07:21:13 UTC 2015 - coolo@suse.com - updated to version 1.0.4 * Added support for Poltergeist Billy * Don't initialize a new Capybara::Session in after hook ------------------------------------------------------------------- Fri Oct 17 04:42:21 UTC 2014 - coolo@suse.com - updated to version 1.0.3, see CHANGELOG.md ------------------------------------------------------------------- Mon Oct 13 05:46:24 UTC 2014 - coolo@suse.com - adapt to new rubygem packaging ------------------------------------------------------------------- Fri Jul 25 09:26:21 UTC 2014 - coolo@suse.com - update to version 0.3.21 * Fixed nasty bug ------------------------------------------------------------------- Mon Jul 21 08:11:01 UTC 2014 - coolo@suse.com - updated to version 0.3.20 * Added reporters to improve screenshot info in RSpec output * Added support for Webkit options such as width and height ------------------------------------------------------------------- Sun Apr 6 05:38:48 UTC 2014 - coolo@suse.com - updated to version 0.3.19 * Added support Spinach, thanks to https://github.com/suchitpuri ------------------------------------------------------------------- Tue Mar 18 14:57:18 UTC 2014 - coolo@suse.com - updated to version 0.3.17 * Added support for RSpec 3 and cleaned up the logging so there is less noise within the test results when a driver does not support a particular format. * Updated Travis to test against Ruby 2.0 and Ruby 2.1 ------------------------------------------------------------------- Mon Jan 20 09:29:42 UTC 2014 - coolo@suse.com - updated to version 0.3.16 Bug fix for Minitest 5, thanks to https://github.com/cschramm ------------------------------------------------------------------- Fri Sep 13 11:06:23 UTC 2013 - coolo@suse.com - updated to version 0.3.14 Added support for Test Unit, fixed RSpec deprecation warnings and fixed a dependency issue. ------------------------------------------------------------------- Tue Jul 30 18:46:51 UTC 2013 - coolo@suse.com - updated to version 0.3.13 https://github.com/stevenwilkin contributed code to display a warning for [Mechanize](http://mechanize.rubyforge.org/) users. Dropped Ruby 1.8 support for this Gem because of conflicts with Nokogiri requiring a later version of Ruby. Instead, there is a new branch https://github.com/mattheworiordan/capybara-screenshot/tree/ruby-1.8-support which can be used if requiring backwards compatabiltiy. ------------------------------------------------------------------- Fri May 24 08:44:36 UTC 2013 - coolo@suse.com - updated to version 0.3.6 Improved documentation, Ruby 1.8.7 support by not allowing Capybara 2.1 to be used, improved Sinatra support. ------------------------------------------------------------------- Wed Jan 23 06:50:52 UTC 2013 - coolo@suse.com - updated to version 0.3.4 Support for Terminus, thanks to https://github.com/jamesotron ------------------------------------------------------------------- Fri Dec 28 08:00:33 UTC 2012 - coolo@suse.com - updated to version 0.3.3 ------------------------------------------------------------------- Tue Dec 25 17:13:48 UTC 2012 - coolo@suse.com - updated to version 0.3.2, no changelog ------------------------------------------------------------------- Mon Nov 26 12:07:50 UTC 2012 - jweberhofer@weberhofer.at - Upgrade to version 0.3 ------------------------------------------------------------------- Wed Jul 25 17:33:51 UTC 2012 - jweberhofer@weberhofer.at - initial release 0.2.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor