mheffner / awsam

Amazon Web Services Account Manager (modeled after 'rvm')
MIT License
117 stars 8 forks source link

Fix for ruby 2.1.x #14

Closed mheffner closed 9 years ago

mheffner commented 9 years ago

This seems to work, but we are now seeing the following:

Digest::Digest is deprecated; use Digest Digest::Digest is deprecated; use Digest

mheffner commented 9 years ago

I think those messages are coming from the right_aws gem. It appears that has been deprecated in favor of the new right_aws_api gem.

adamyonk commented 9 years ago

Any plan to move over to right_as_api? I'm seeing this all the time:

Digest::Digest is deprecated; use Digest
Digest::Digest is deprecated; use Digest
Digest::Digest is deprecated; use Digest
Digest::Digest is deprecated; use Digest
Digest::Digest is deprecated; use Digest
Digest::Digest is deprecated; use Digest
Digest::Digest is deprecated; use Digest
Digest::Digest is deprecated; use Digest
mheffner commented 9 years ago

@adamyonk Planned but no work has started on it.