Skip to content

Commit

Permalink
[crystal] Update crystal version 1.0.0 (from 0.35.1) (#9477)
Browse files Browse the repository at this point in the history
* [crystal] update crystal version 1.0.0

* [crystal] show crystal version on CI

* [crystal][client] $ shards update --ignore-crystal-version

* [crystal][client] update pom.xml
  • Loading branch information
YusukeHosonuma committed May 15, 2021
1 parent e6a10ae commit 5ea31b5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ before_install:
- docker run -d -e SWAGGER_HOST=http://petstore.swagger.io -e SWAGGER_BASE_PATH=/v2 -p 80:8080 swaggerapi/petstore
- docker ps -a
# install crystal
- curl -sSL https://dist.crystal-lang.org/apt/setup.sh | sudo bash
- curl -sL "https://keybase.io/crystal/pgp_keys.asc" | sudo apt-key add -
- echo "deb https://dist.crystal-lang.org/apt crystal main" | sudo tee /etc/apt/sources.list.d/crystal.list
- sudo apt-get update
- echo 'deb http://download.opensuse.org/repositories/devel:/languages:/crystal/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list
- curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null
- sudo apt update
- sudo apt install crystal
- crystal --version
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.0
- export PATH="$HOME/.yarn/bin:$PATH"
# install rust
Expand Down
Binary file modified samples/client/petstore/crystal/bin/ameba
Binary file not shown.
4 changes: 4 additions & 0 deletions samples/client/petstore/crystal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
</goals>
<configuration>
<executable>shards</executable>
<arguments>
<argument>install</argument>
<argument>--ignore-crystal-version</argument>
</arguments>
</configuration>
</execution>
<execution>
Expand Down
12 changes: 6 additions & 6 deletions samples/client/petstore/crystal/shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ version: 2.0
shards:
ameba:
git: https://github.com/crystal-ameba/ameba.git
version: 0.13.3
version: 0.14.3

crest:
git: https://github.com/mamantoha/crest.git
version: 0.26.1
version: 0.26.8

exception_page:
git: https://github.com/crystal-loot/exception_page.git
version: 0.1.4
version: 0.1.5

http-client-digest_auth:
git: https://github.com/mamantoha/http-client-digest_auth.git
version: 0.4.0
version: 0.6.0

http_proxy:
git: https://github.com/mamantoha/http_proxy.git
version: 0.7.2
version: 0.8.0

kemal:
git: https://github.com/kemalcr/kemal.git
version: 0.27.0

kilt:
git: https://github.com/jeromegn/kilt.git
version: 0.4.0
version: 0.4.1

radix:
git: https://github.com/luislavena/radix.git
Expand Down

0 comments on commit 5ea31b5

Please sign in to comment.