ManageIQ / manageiq-api-client

Ruby client library to the ManageIQ REST API
MIT License
11 stars 26 forks source link

Revert drop activesupport dependency #119

Closed kbrock closed 6 months ago

kbrock commented 6 months ago

Dropped active support in #115 but there are still a bunch of uses.

Specifically: blank?, present?, camelcase, classify, and ActiveSupport::Concern.

PR contains: