Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

bump more core extensions #145

Merged
merged 1 commit into from
Jul 9, 2020
Merged

bump more core extensions #145

merged 1 commit into from
Jul 9, 2020

Conversation

d-m-u
Copy link
Contributor

@d-m-u d-m-u commented Jun 29, 2020

more core extensions is now on 4.1.0 and I was wondering if we might be able to update.

no particular reason, just update for update's sake

here's what's included:

https://github.com/ManageIQ/more_core_extensions/compare/179bf40..e5b4501

  • Added Ruby 2.7 support [#79]
  • Added Process#pause, Process#resume, and Process#alive? [#73]

array added * #compact_map - Collect non-nil results from the block
array added #tabular_sort - Sorts an Array of Hashes by specific columns

hierarchy added #descendant_get - Returns the descendant with a given name

the two breaking changes:

  • BREAKING: Moved Object#descendant_get to Class#descendant_get [#75]
  • BREAKING: Removed deprecated Enumerable#stable_sort_by [#76]

a minor header output change was made that hasn't been released yet to make tableize more markdown compliant

see ManageIQ/linux_admin#221

more core ext's on 4.1.0

update for update sake

https://github.com/ManageIQ/more_core_extensions/compare/179bf40..e5b4501
 - Added Ruby 2.7 support [[ansible#79](ManageIQ/more_core_extensions#79)]
 - Added Process#pause, Process#resume, and Process#alive? [[ansible#73](ManageIQ/more_core_extensions#73)]

array added * `#compact_map` - Collect non-nil results from the block
array added `#tabular_sort` - Sorts an Array of Hashes by specific columns

hierarchy added `#descendant_get` - Returns the descendant with a given name

the two breaking changes:
- **BREAKING**: Moved Object#descendant_get to Class#descendant_get [[ansible#75](ManageIQ/more_core_extensions#75)]
- **BREAKING**: Removed deprecated Enumerable#stable_sort_by [[ansible#76](ManageIQ/more_core_extensions#76)]

a minor header output change was made that hasn't been released yet to make tableize more markdown compliant

see ManageIQ/linux_admin#221
@miq-bot miq-bot added the wip label Jun 29, 2020
@miq-bot
Copy link
Collaborator

miq-bot commented Jun 29, 2020

Checked commit d-m-u@b55de95 with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.28.0, and yamllint
0 files checked, 0 offenses detected
Everything looks fine. 👍

@d-m-u d-m-u changed the title [wip] bump more core extensions bump more core extensions Jun 29, 2020
@miq-bot miq-bot removed the wip label Jun 29, 2020
@djberg96
Copy link
Contributor

djberg96 commented Jul 7, 2020

We ultimately want this for rest-client 2.1+. Please merge.

@bdunne bdunne merged commit 1a38d2e into ansible:master Jul 9, 2020
@bdunne bdunne self-assigned this Jul 9, 2020
@d-m-u d-m-u deleted the bump_mce branch July 9, 2020 13:35
@bdunne
Copy link
Contributor

bdunne commented Jul 9, 2020

Ok, pushed v0.21.3 including this change

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants