Restoration of #499 via #509 - deep_merge! & deep_merge methods appear again in the Hash refinement.
An issue was introduced in v1.7.0 where some translations were returned as hashes, see #510. This was fixed in 1b5e345, and is available in this release.
Fixed an incorrect InvalidTimezoneIdentifier exception raised when loading a zoneinfo file that includes rules specifying an additional transition to the final defined offset (for example, Africa/Casablanca in version 2018e of the Time Zone Database). #123.
Added support for handling "slim" format zoneinfo files that are produced by default by zic version 2020b and later. The POSIX-style TZ string is now used calculate DST transition times after the final defined transition in the file. The 64-bit section is now always used regardless of whether Time has support for 64-bit times. #120.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ state_machines-activerecord (0.5.2 → 0.8.0) · Repo
Commits
See the full diff on Github. The new version differs by 16 commits:
Prepare 0.8.0 (#92)
Test against Ruby 2.7 and fix warnings (#88)
Merge pull request #82 from olleolleolle/patch-1 [ci skip]
CI: Remove unused setting
Prepare 0.6.0
Merge branch 'rm-fix-tests'
Update the travis-ci config
Use ActiveSuport.on_load to set I18n load path
Don't change the arguments to splan if we don't need to
Merge pull request #62 from arkhitech/master
Merge pull request #79 from diegotoral/patch-1
Merge pull request #81 from DmytroStepaniuk/patch-1
Test against ruby 2.6.2
Highlight state validations examples on README
Merge pull request #78 from KaanOzkan/ko-ar-upperbound
Remove upperbound constraint on ActiveRecord
↗️ concurrent-ruby (indirect, 1.1.5 → 1.1.7) · Repo · Changelog
Release Notes
1.1.7 (from changelog)
1.1.6 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ i18n (indirect, 1.6.0 → 1.8.6) · Repo · Changelog
Release Notes
1.8.4
1.8.3
1.8.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ minitest (indirect, 5.11.3 → 5.14.2) · Repo · Changelog
Release Notes
5.14.2 (from changelog)
5.14.0 (from changelog)
5.13.0 (from changelog)
5.12.2 (from changelog)
5.12.1 (from changelog)
5.12.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 64 commits:
prepped for release
- Bumped ruby version to include 3.0 (trunk).
whitespace
I am an idiot... fixed a last-day-of-month testing bug. I don't think I've done that in 15+ years. :P
prepped for release
+ Minitest.filter_backtrace returns original backtrace if filter comes back empty.
Refactored positive spec tests w/ a custom assertion.
+ Return true on a successful refute. (jusleg)
Updated rake specs for latest assertions.
- Fixed expectation doco to not use global expectations.
prepped for release
Closed temporary IOs when exiting capture_subprocess_io. (doudou)
- Added example for value wrapper with block to Expectations module. (stomar)
Added minitest_log to known modules (BurdetteLamar)
+ Block-assertions (eg assert_output) now error if raised inside the block. (casperisfine)
- Fixed use of must/wont_be_within_delta on Expectation instance. (stomar)
+ Changed assert_raises to only catch Assertion since that covers Skip and friends.
- Renamed UnexpectedError#exception to #error to avoid problems with reraising. (casperisfine)
prepped for release
+ Deprecated Minitest::Guard#maglev?
+ Added skip_until(year, month, day, msg) to allow deferring until a deadline.
Reworked some of metametameta to be more flexible.
+ Added expectations #path_must_exist and #path_wont_exist. Not thrilled with the names.
re-sorted assertions after path additions
+ Finally added assert_path_exists and refute_path_exists. (deivid-rodriguez)
+ Refactored and pulled Assertions#things_to_diff out of #diff. (BurdetteLamar)
- Fix autorun bug that affects fork exit status in tests. (dylanahsmith/jhawthorn)
+ Added examples to documentation for assert_raises. (lxxxvi)
- Support new Proc#to_s format. (ko1)
- Improved documentation for _/value/expect, especially for blocks. (svoop)
prepped for release
- After chatting w/ @y-yagi and others, decided to lower support to include ruby 2.2.
prepped for release
- Fixed broken link to reference on goodness-of-fit testing. (havenwood)
Added mini-apivore to readme.
- Update requirements in readme and Rakefile/hoe spec.
+ Added documentation for Reporter classes. (sshaw)
Added minitest-global_expectations to readme. (jeremyevans)
- Avoid using 'match?' to support older ruby versions. (y-yagi)
Tweaked multithreading section of README. (iHiD)
prepped for release
Reworked the \n vs \\n mu_pp_for_diff situation.
Extended assert_mu_pp and assert_mu_pp_for_diff to auto-quote strings to make tests more grokkable.
minor editing to comment
Turn off parallelism on stub and spec meta tests because they hit class methods (globals)
Added mutant-minitest to readme. (mjb)
+ Add a descriptive error if assert_output or assert_raises called without a block. (okuramasafumi)
- Check `option[:filter]` klass before match. Fixes 2.6 warning. (y-yagi)
Fixed 2.6 warning in test_refute_match_matcher_object by adding explicit =~ method. (y-yagi)
Added doco for using Rake::TestTask. (schneems)
Added minitest-mock_expectations to readme. (bogdanvlviv)
- Fixed spec section of readme to not use deprecated global expectations. (CheezItMan)
minor rearrangement of requires
Added tests for message and using message/lambad w/ assertions.
+ Changed mu_pp_for_diff to make having both \n and \\n easier to debug.
Overhauled and sorted test_minitest_assertions.rb in prep for new mu_pp_for_diff changes.
Split tests out into test_minitest_assertions.rb
- Fixed Assertions#diff from recalculating if set to nil
+ Deprecated $N for specifying number of parallel test runners. Use MT_CPU.
+ Extended Assertions#mu_pp to encoding validity output for strings to improve diffs.
+ Deprecated use of global expectations. To be removed from MT6.
+ Fail gracefully when expectation used outside of `it`.
Converted all minitest/spec tests over to use _ to avoid deprecation warnings.
Avoid teardown assertion check if test is skipped
↗️ state_machines-activemodel (indirect, 0.5.1 → 0.8.0) · Repo
Commits
See the full diff on Github. The new version differs by 22 commits:
Prepare 0.8.0 (#23)
Test on Ruby 2.7 and fix a keyword argument warning (#22)
Prepare for 0.7.1 release
Remove upper bound of activemodel
prepare 0.7.0
Merge pull request #19 from nickcoyne/rails-6
Merge pull request #21 from larouxn/ruby_2.6.3
Upgrade CI to Ruby 2.6.3
Update appraisals for Rails 6.0
Merge pull request #18 from Edouard-chin/ec-remote-as-upperbound
Remove the upperbound constraint on ActiveModel:
Merge pull request #16 from olleolleolle/patch-1 [ci skip]
CI: Drop unused CI setting
Merge pull request #15 from olleolleolle/patch-1 [ci skip]
README: Promote the "Dependencies" snippet
Merge pull request #14 from olleolleolle/patch-1 [ci skip]
README: Use SVG badge
Prepare to 0.6.0
Merge branch 'rm-mordenize-ci'
Mordenize travis-ci config
Merge pull request #13 from jbourassa/set-i18n-path-on-load
Use ActiveSuport.on_load to set I18n load path
↗️ tzinfo (indirect, 1.2.5 → 1.2.9) · Repo · Changelog
Release Notes
1.2.9
1.2.8
1.2.7
1.2.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 64 commits:
Preparing v1.2.9.
Remove JRuby 9.0.5.0.
Download GlobalSign Root CA - R3 for use with older Ruby versions.
Add 1.8.7-head, 1.9.2-p330, jruby-9.0.5.0 and ree to allow failures.
Update to JRuby 9.2.14.0.
Ignore generated transations that do not change the offset.
[ci skip] Add issue number reference.
Preparing v1.2.8.
Update time zone test fixtures based on tzdata 2020d.
Support "slim" zoneinfo files produced by default by zic >= 2020b.
Use up to date Linux distros to test (where possible).
Remove the deprecated sudo option.
Switch to travis-ci.com.
Update to Ruby 2.7.2 and JRuby 9.2.13.0.
Revert "Add Ruby 2.7 on AppVeyor."
Add Ruby 2.7 on AppVeyor.
Stop supporting Rubinius.
Update to Ruby 2.4.10.
Improve grammar.
Preparing v1.2.7.
Update to Ruby 2.7.1.
Revert to Ruby 2.4.9 and 2.7.0.
Update to Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 and JRuby 9.2.11.1.
Use shields.io for badges.
Update copyright years.
Add a build status badge for AppVeyor.
Replace broken links.
Use https for links where available.
Update to JRuby 9.2.11.0.
Merge pull request #112.
Test for just the non-existence of #untaint.
Fix comments relating to taint/untaint removal.
Don't rely on lexicographic version comparisons.
Fix test failures on Ruby 1.8.7.
Fix erroneous 'wrong number of arguments' errors on JRuby 9.0.5.0.
`$VERBOSE = false` won't be worked since `rb_warning` is changed to `rb_warn`
Update to Ruby 2.7.0.
Update copyright years.
Preparing v1.2.6.
Replace expired gem signing certificate.
Fix a comment.
Ruby Enterprise Edition requires older versions of RubyGems and Bundler.
Fix block not being called by RubyCoreSupport.open_file on JRuby 9.2.
Revert "Try and fix an incorrect rake version being picked with JRuby 1.7."
Try and fix an incorrect rake version being picked with JRuby 1.7.
Convert to UNIX line endings.
Simplify minitest version constraint.
Update to Ruby v2.7.0-rc2.
Run CI tests on Windows with AppVeyor.
Enable verbose test output.
Update Travis CI Ruby versions.
Prevent bundler from attempting to use version minitest v5.12.0.
Allow newer versions of Rake that fix warnings with Ruby 2.7.
Eliminate a warning when calling File.open with keyword arguments.
Suppress deprecation warnings due to Object#untaint on Ruby 2.7.
Fix test failures on Ruby 1.8.7 caused by DateTime issues.
Remove the unused REQUIRE_PATH constant from RubyDataSource.
Fix SecurityErrors when loading data in safe mode.
Test that RUBY_ENGINE is defined.
Skip tests that fail due to Ruby bug 14060 on Ruby 2.4.4.
Update to the latest Ruby, JRuby and Rubinius releases.
Fix a documentation typo.
Return the correct seconds since the epoch value for strftime with %s.
Restrictions on timezones only apply to older (pre-1.9) Ruby releases.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands