watzon/opengraph.cr

Unable to shard update opengraph

Closed this issue · 4 comments

I am unable to install opengraph as a shard.
It gives me this error.

rishav@Rishav-laptop:/mnt/c/Users/risharan/Documents/GitHub/noir$ shards update
Fetching https://github.com/watzon/opengraph.cr.git
Failed git ls-tree -r --full-tree --name-only v0.1.0 -- shard.yml (). Maybe a commit, branch or file doesn't exist?

I am on Crystal 0.30.1

What does your shard.yml file look like?

name: noir
version: 0.1.0

authors:
    - Rishav Sharan <rishav.sharan@gmail.com>

dependencies:
    # pg:
    #     github: will/crystal-pg
    # dotenv:
    #     github: gdotdesign/cr-dotenv
    # jwt:
    #     github: crystal-community/jwt
    opengraph:
        github: watzon/opengraph.cr
    # crog:
    #     github: rishavs/crog

targets:
    noir:
        main: src/noir.cr

crystal: 0.30.1

license: MIT

Try again. Should be fixed.

Can confirm as fixed.