Skip to content

Commit

Permalink
Re-enable amber (#266)
Browse files Browse the repository at this point in the history
* upgrade amber to 0.8.0 (crystal)

* re-enable amber

* disable raze on makefile
  • Loading branch information
waghanza committed Jun 22, 2018
1 parent f96b0b1 commit a43ba76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ flame:
docker build -t flame ruby/flame

# --- Crystal ---
crystal: kemal router.cr lucky amber raze spider-gazelle
crystal: kemal router.cr lucky amber spider-gazelle

# Kemal
kemal:
Expand Down
7 changes: 1 addition & 6 deletions crystal/amber/shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ targets:
dependencies:
amber:
github: amberframework/amber
version: ~> 0.7.2

development_dependencies:
garnet_spec:
github: amberframework/garnet-spec
version: ~> 0.1.1
version: 0.8.0
2 changes: 1 addition & 1 deletion crystal/lucky/src/actions/home/index.cr
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class User::Show < ApiAction
end

class User::Create < ApiAction
def call
post "/user" do
head 200
end
end
1 change: 1 addition & 0 deletions tools/src/benchmarker.cr
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ LANGS = [
{lang: "crystal", targets: [
{name: "kemal", repo: "kemalcr/kemal"},
{name: "router.cr", repo: "tbrand/router.cr"},
{name: "amber", repo: "amberframework/amber"},
{name: "lucky", repo: "luckyframework/lucky"},
{name: "spider-gazelle", repo: "spider-gazelle/spider-gazelle"},
]},
Expand Down

0 comments on commit a43ba76

Please sign in to comment.