mheffner / awsam

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

Ruby 2.x compatibility #12

Closed benodom closed 8 years ago

benodom commented 9 years ago

Placeholder for 2.x compatibility check.

Example: Using Ruby 2.2, there appears to be a silent failure to pull down any ec2 tags from the right_aws api when using assh.

mheffner commented 9 years ago

Looks like we may need to upgrade the right_aws -> right_aws_api gem.

mheffner commented 9 years ago

Can you give this a shot: https://github.com/mheffner/awsam/pull/14

mheffner commented 8 years ago

New PR here: https://github.com/mheffner/awsam/pull/29 cc @adamyonk

wvidana commented 8 years ago

Also the warning about Digest, Digest::Digest is deprecated; use Digest (on Ruby 2.3.0)

mheffner commented 8 years ago

Fixed in 0.1.0