Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crystal 0.29.0 changes #52

Merged
merged 1 commit into from
Jun 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: crystal
script:
- crystal spec
- crystal tool format src/ spec/ --check
- ./bin/ameba
- crystal docs
deploy:
provider: pages
Expand Down
5 changes: 1 addition & 4 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.3.4
authors:
- Taylor Finnell <tmfinnell@gmail.com>

crystal: 0.27.0
crystal: 0.28.0

license: MIT

Expand All @@ -20,6 +20,3 @@ development_dependencies:
webmock:
github: manastech/webmock.cr
branch: master
ameba:
github: veelenga/ameba
version: ~> 0.7.0
2 changes: 1 addition & 1 deletion spec/awscr-s3/content_type_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "../../spec_helper"
require "../spec_helper"

module Awscr::S3
describe ContentType do
Expand Down
2 changes: 1 addition & 1 deletion spec/awscr-s3/file_uploader_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "../../spec_helper"
require "../spec_helper"

module Awscr::S3
describe FileUploader do
Expand Down