CultivateLabs/storytime

Could not find fog-aliyun-0.0.10 in any of the sources

Opened this issue · 4 comments

Gem link fog-aliyun-0.0.10 is out of date and not functioning: https://rubygems.org/gems/fog-aliyun/versions

Need to amend Gemlock.file to latest version: fog-aliyun (0.1.0)

This worked for me thank's leesheppard!

I used gem 'fog-aliyun', '~> 0.1.0' at my Gemfile and worked perfectly

Thanks!

I just ran bundle update fog-aliyun - no need to edit Gemfiles.

Installing fog-aliyun 0.1.0 (was 0.0.10)

I'm having a hard time replicating. I just set up a new rails 4.2.5 app with storytime in the gemfile and was able to bundle with no problems.

For anyone/someone having this issue, would you mind trying running it off of the current master? If everything seems to be working fine there, I can push a new release to rubygems.

Gemfile entry would be:

gem 'storytime', github: 'flyoverworks/storytime', branch: 'master'
gem 'storytime-admin', github: 'flyoverworks/storytime-admin', branch: 'master'