Skip to content

Commit bbdd166

Browse files
committed
Update README
1 parent 90ff218 commit bbdd166

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.rdoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,18 @@ While the maildir format was created for email, it works well for arbitrary data
2323

2424
Add the following to your application's "shard.yml":
2525

26-
dependencies:
27-
maildir:
28-
github: docelic/maildir.cr
26+
```
27+
dependencies:
28+
maildir:
29+
github: crystallabs/maildir.cr
30+
version 5.0.1
31+
```
2932

3033
And run "shards install".
3134

3235
== Usage
3336

34-
Initialize a maildir and create a maildir directory structure in /tmp/maildir_test
37+
Initialize a Maildir and create a Maildir directory structure in `/tmp/maildir_test`:
3538

3639
require "maildir"
3740
maildir = Maildir.new("/tmp/maildir_test") # creates tmp, new, and cur dirs

shard.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: maildir
2-
version: 5.0.0
2+
version: 5.0.1
33

44
authors:
55
- Davor Ocelic <docelic@crystallabs.io>
@@ -9,7 +9,5 @@ crystal: 0.31.1
99
license: MIT
1010

1111
development_dependencies:
12-
specreporter-spec:
13-
github: docelic/specreporter-spec
1412
ameba:
1513
github: veelenga/ameba

src/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Maildir
2-
VERSION = "5.0.0"
2+
VERSION = "5.0.1"
33
end

0 commit comments

Comments
 (0)