dwilkie / carrierwave_direct

Process your uploads in the background by uploading directly to S3
MIT License
839 stars 181 forks source link

Needs a version bump #210

Closed snex closed 6 years ago

snex commented 7 years ago

The binary on rubygems does not contain the latest version, which makes following the README lead to NoMethodErrors, for example:

uploader = AvatarUploader.new => #<AvatarUploader ...> uploader.credential NoMethodError: undefined method `credential' for #<AvatarUploader ...>

Bumping the version should force rubygems to fetch the latest code.

p8 commented 6 years ago

Done!