Skip to content

Commit

Permalink
Merge branch 'master' of github.com:crystallabs/maildir.cr
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Feb 24, 2020
2 parents 67c6a0e + f827d47 commit ead276e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ Add the following to your application's "shard.yml":

dependencies:
maildir:
github: docelic/maildir.cr
github: crystallabs/maildir.cr
version 5.0.1

And run "shards install".

== Usage

Initialize a maildir and create a maildir directory structure in /tmp/maildir_test
Initialize a Maildir and create a Maildir directory structure in "/tmp/maildir_test":

require "maildir"
maildir = Maildir.new("/tmp/maildir_test") # creates tmp, new, and cur dirs
Expand Down
4 changes: 1 addition & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: maildir
version: 3.0.0
version: 5.0.1

authors:
- Davor Ocelic <[email protected]>
Expand All @@ -9,7 +9,5 @@ crystal: 0.32.0
license: MIT

development_dependencies:
specreporter-spec:
github: docelic/specreporter-spec
ameba:
github: veelenga/ameba
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Maildir
VERSION = "3.0.0"
VERSION = "5.0.1"
end

0 comments on commit ead276e

Please sign in to comment.