appoxy / aws

Amazon Web Services (AWS) Ruby Gem
https://rubygems.org/gems/aws
236 stars 87 forks source link

aws.gemspec typo #125

Closed dellinger closed 11 years ago

dellinger commented 11 years ago

On line 20 there is gem.add_runtime_dependency "uuidtoolds", ">= 0"

I believe it should be

"uuidtools"

dellinger commented 11 years ago

I created a pull request to fix this issue.