ManageIQ / manageiq-api-client

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

[WIP] Remove remaining Activesupport methods #118

Open kbrock opened 7 months ago

kbrock commented 7 months ago

Needed to revert #115

119 reverts #115 and converts a few active support methods over to ruby

This PR is the remaining changes to drop ActiveSupport

In the grand scheme of things, a container has the following dependency:

manageiq-api-client
  activesupport
    - concurrent-ruby
    - i18n
    - minitest
    - tzinfo
  faraday
    - 10 faraday adapter gems
    - ruby2_keywords
    - racc
  faraday_middleware
  json
  query_relation
rbvmomi2
  builder
  json
  nokogiri (6 versions)
    racc
  optimist

Where rbvmomi2 is on the chopping block if it communicates with the api instead of with vmware directly.