drewblas / aws-ses

Provides an easy ruby DSL & interface to AWS SES
MIT License
549 stars 108 forks source link

Fixed Gemfile listing to point to github since ruby-gems is out of date #45

Closed clexmond closed 11 years ago

clexmond commented 11 years ago

The most recent version in ruby-gems is 0.4.4 so the current line in the README will fail with:

Could not find gem 'aws-ses (~> 0.5.0) ruby' in the gems available on this machine.

This fix will ensure we're always pointed to the right place even if ruby-gems isn't updated.

drewblas commented 11 years ago

I'm afraid I have to close this since 0.5.0 is now available on rubygems. Thanks!