pcorliss / ruby_route_53

Ruby gem and command line tool for Amazon's Route 53 service.
blog.50projects.com
GNU General Public License v3.0
172 stars 32 forks source link

Update API version to 2012-12-12 #31

Closed andytinycat closed 10 years ago

andytinycat commented 10 years ago

If you have any A ALIAS record types with weighting in your hosted zone, the API version this gem is using will spit out an error about not being able to return the record because it contains an attribute not supported by the API endpoint.

The fix is to simply update the API version to 2012-12-12, which is what this pull request does.

Could you also cut a new gem if you choose to merge this?

pcorliss commented 10 years ago

Will cut a new gem later today