refile / refile-s3

Amazon S3 Backend for Refile
MIT License
36 stars 88 forks source link

Minimum Ruby version #12

Closed monkbroc closed 9 years ago

monkbroc commented 9 years ago

It's a small thing, but I think you should specify spec.required_ruby_version = '>= 2.1.0' in the gemspec because of verify_uploadable def upload(uploadable). Methods return a symbol only on Ruby >= 2.1.

jnicklas commented 9 years ago

Fixed. Though it depends on refile which already has a Ruby version requirement, so it shouldn't be possible to install on older rubies anyway.