crystal-lang / shards

Dependency manager for the Crystal language
Other
758 stars 99 forks source link

Issue specifying version #544

Closed stakach closed 2 years ago

stakach commented 2 years ago

When specifying dependencies with >= I'm getting this error. Works fine when specifying crystal versions and the readme seems to indicate that this should work for dependencies

dependencies:
  placeos-driver:
    github: placeos/driver
    version: ">= 5.0.0"

image

Simple enough to work around however thought it worth creating an issue

Blacksmoke16 commented 2 years ago

What version of shards are you using? I'm unable to reprodce this by just creating a shard.yml with:

dependencies:
  placeos-driver:
    github: placeos/driver
    version: ">= 5.0.0"

and running shards install on 0.16.0.

stakach commented 2 years ago

yeah I switched to using " and got the same issue after deleting the release / tag however it was cached locally so I saw the same issue again.

I've deleted the repo from the cache and things are working again.