File rubygem-email_spec.changes of Package rubygem-email_spec
-------------------------------------------------------------------
Mon Nov 4 16:36:27 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## 2.3.0 2024-07-21
* [Support the specified name and address for bcc_to and cc_to matchers](https://github.com/email-spec/email-spec/pull/212)
* [Allow launchy 3.x versions](https://github.com/email-spec/email-spec/pull/226)
* [Replace deprecated/removed File.exists? alias](https://github.com/email-spec/email-spec/pull/223)
* [Extend have_body_text matcher to be able to specify which part in multipart to check](https://github.com/email-spec/email-spec/pull/196)
-------------------------------------------------------------------
Tue Nov 14 14:56:56 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 2.2.2, see bundled Changelog.md
-------------------------------------------------------------------
Mon Oct 10 13:03:33 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.2.1
see installed Changelog.md
## 2.2.1 2022-09-12
* [Patch for eager loading](https://github.com/email-spec/email-spec/pull/219)
-------------------------------------------------------------------
Wed Apr 4 04:29:27 UTC 2018 - factory-auto@kulow.org
- updated to version 2.2.0
see installed Changelog.md
## 2.2.0 2018-04-03
* Support for `spinach` (@pedantic-git)
## 2.1.2 2018-04-03
* Fix compatibility issue with `mail` gem (@sikachu)
* Fix cucumber example (@adamdawkins)
-------------------------------------------------------------------
Tue May 23 09:51:12 UTC 2017 - coolo@suse.com
- updated to version 2.1.1
see installed Changelog.md
## 2.1.1 2017-05-16
* Add Ruby 2.4 support to Travis: [https://github.com/email-spec/email-spec/pull/197](https://github.com/email-spec/email-spec/pull/197) (@eitoball)
* Suppress warnings for URI.extract: [https://github.com/email-spec/email-spec/pull/195](https://github.com/email-spec/email-spec/pull/195) (@koic)
* Improve Regex to allow space between tags and text: [https://github.com/email-spec/email-spec/pull/194](https://github.com/email-spec/email-spec/pull/194) (@tiagotex)
* Fix dead link in documentation: [https://github.com/email-spec/email-spec/pull/193](https://github.com/email-spec/email-spec/pull/193) (@kingdonb)
* Relax the version for the `mail` dependency: [https://github.com/email-spec/email-spec/pull/199](https://github.com/email-spec/email-spec/pull/199) (@thorncp)
* Add bin/setup to make it easier to get project setup (@etagwerker)
* Changed documentation in gemspec file (@etagwerker)
-------------------------------------------------------------------
Thu May 5 04:33:29 UTC 2016 - coolo@suse.com
- updated to version 2.1.0
History.txt removed upstream
-------------------------------------------------------------------
Sat Jan 16 05:37:16 UTC 2016 - coolo@suse.com
- updated to version 2.0.0
see installed History.txt
== 2.0.0 2015-01-15
* Upgraded to RSpec 3.1 (Daniel Doubrovkine)
* Remove integration of Delayed Job (@jeroenvandijk)
* Better coverage for `#reply_to` (@akshayrawat)
* Decode encoded links (@deadlyicon)
# Add Ruby 2.1.0 to Travis (@salimane)
* Upgraded Rspec and Cucumber (@dblock)
* Don't assume Rspec is always available (@myobie)
* Fix unread emails for cached deliverys (@thickpaddy)
* Better link matching with regexp (@ronaldsalas)
* Signal non backwards compatible release with version 2.0.0 (@etagwerker)
* Upgraded mail dependency (@etagwerker)
* Better documentation for new Rspec syntax (@etagwerker)
* Updated Travis configuration to solve broken builds (@schmierkov)
* Fixed Rspec warnings and removed rails_generators from repo (@mauro-oto)
* Added coverage for links surrounded by tags (@mauro-oto)
-------------------------------------------------------------------
Tue Feb 10 17:40:18 UTC 2015 - coolo@suse.com
- updated to version 1.6.0
-------------------------------------------------------------------
Wed Jul 31 05:45:55 UTC 2013 - coolo@suse.com
- updated to version 1.5.0
* Upgraded use of Capybara to avoid deprecation warnings.
* Upgraded use of RSpec to deal with new expect API (Thomas Drake-Brockman)
=== New features
* visit_in_email now works for emails that are not the current_email (Ernesto Tagwerker)
* emails can be found based on :from field (John Cant)
=== Bug fixes
* Emails that are not found when clicking a link now raise an exception. (Adam Berlin & Alex Kramer)
-------------------------------------------------------------------
Fri Jan 4 08:51:24 UTC 2013 - coolo@suse.com
- initial package (version 1.4.0)