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

Patched lib/route53.rb to accomodate Ruby-2+Builder-3.2.2 Returning a String instead of Array. #33

Closed DevoKun closed 10 years ago

pcorliss commented 10 years ago

These two commits appear to be a no-op.

pcorliss commented 10 years ago

Took a second look at this and this looks to be an error on the clients side rather than a ruby 2 or builder error.

Specifically the DNSRecord.new method expects an array for values rather than a string. I'm going to close this for now. But put note your issue as a feature request for further reference.