Skip to content

Commit

Permalink
Updating dependencies. Compatibility with Carbon 0.3, and moving to L…
Browse files Browse the repository at this point in the history
…ucky standard for shard setup. Fixes #10 (#11)
  • Loading branch information
jwoertink authored Oct 31, 2022
1 parent 1b186e8 commit a989b6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ version: 0.2.0
authors:
- David Roetzel <david@roetzel.de>

crystal: ">= 1.0.0"
crystal: ">= 1.4.0"

license: MIT

dependencies:
carbon:
github: luckyframework/carbon
version: ~> 0.2.0
version: ~> 0.3.0
email:
github: arcage/crystal-email
version: ~> 0.6.1
development_dependencies:
devmail:
github: tijn/devmail
ameba:
github: crystal-ameba/ameba
version: ~> 1.1.0
2 changes: 1 addition & 1 deletion src/carbon_smtp_adapter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ require "email"
require "./carbon/adapters/smtp_adapter"

module CarbonSmtpAdapter
VERSION = "0.1.0"
VERSION = {{ `shards version "#{__DIR__}"`.chomp.stringify }}
end

0 comments on commit a989b6a

Please sign in to comment.