Closed snex closed 6 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.
Done!
The binary on rubygems does not contain the latest version, which makes following the README lead to NoMethodErrors, for example:
Bumping the version should force rubygems to fetch the latest code.