watzon / marionette

Selenium alternative for Crystal. Browser manipulation without the Java overhead.

Home Page:https://watzon.github.io/marionette/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to install shard because of http_proxy_server

renich opened this issue · comments

I've created a new app. Added the dependency and typed in shards install:

[renich@introdesk ehdown]$ cat shard.yml 
name: ehdown
version: 0.1.0

authors:
  - Rene Bon Ciric <renich@introdesk.g02.org>

targets:
  ehdown:
    main: src/ehdown.cr

crystal: 0.33.0

license: MIT

dependencies:
  marionette:
    github: watzon/marionette

[renich@introdesk ehdown]$ shards install
Resolving dependencies
Fetching https://github.com/watzon/marionette.git
Fetching https://github.com/hydecr/strange.git
Fetching https://github.com/mamantoha/http_proxy.git
Error shard name (http_proxy_server) doesn't match dependency name (http_proxy)

BTW, adding: branch: master fixed it.

Ahh I should probably create a new release with the latest fixes. Will do so now.