refinery / refinerycms-calendar

Refinery CMS Events Engine
http://refinerycms.com
69 stars 73 forks source link

gem -v 3.0.0 doesn't work #51

Closed pekakate closed 8 years ago

pekakate commented 8 years ago

Could not find gem 'refinerycms-calendar (~> 3.0) ruby' in any of the gem sources listed in your Gemfile or available on this machine.

If I try with older version: 2.0.4 https://rubygems.org/gems/refinerycms-calendar

then the problem: refinerycms (~> 3.0) ruby depends on refinerycms-images (= 3.0.4) ruby depends on refinerycms-core (= 3.0.4) ruby

refinerycms-calendar (>= 2.0.4, ~> 2.0) ruby depends on
  refinerycms-core (~> 2.0.3) ruby

I would like to use this extension. Thanks!

bricesanchez commented 8 years ago

You're right refinerycms-calendar has not yet been release on rubygems but it has been updated for Refinery CMS 3.0.0, please use the github source of the gem.

pekakate commented 8 years ago

Super! Thanks :) this works:

gem 'refinerycms-calendar', github: 'refinery/refinerycms-calendar', branch: 'master'

bricesanchez commented 8 years ago

You're welcome :)