amethyst-framework / amethyst

Amethyst is a Rails inspired web-framework for Crystal language
https://github.com/amethyst-framework
MIT License
649 stars 46 forks source link

Added shards support #57

Closed sdogruyol closed 9 years ago

sdogruyol commented 9 years ago

As of Crystal 0.8.0 shards is the default dependency manager.

davidpatters0n commented 9 years ago

:100: for Crystal 0.8.0 support.

pine commented 9 years ago

:+1:

sdogruyol commented 9 years ago

The latest commit make Amethyst work with 0.8.0 all specs passing :+1:

sdogruyol commented 9 years ago

Meanwhile i don't know why Travis is failing :dart:

ahmetabdi commented 9 years ago

:+1:

davidpatters0n commented 9 years ago

@sdogruyol according to the travis report. It fails when executing crystal deps the shards dependency manager needs to be installed first.

sdogruyol commented 9 years ago

Ah currently shards is an external executable. How can we make travis happy for this?

Codcore commented 9 years ago

@sdogruyol, my PC is currently broken, but I think Travis.yml should be edited to download and install shards manually first

sdogruyol commented 9 years ago

Thanks @Codcore i'll look into that :)

sdogruyol commented 9 years ago

Thanks to @jhass the build passed :+1:

Can you merge this @Codcore

Codcore commented 9 years ago

@sdogruyol Nice job, thanks!!!

sdogruyol commented 9 years ago

:+1: