From 4fba486bcf1bc751f8fc1ce3b8f64f0e15fe4cf0 Mon Sep 17 00:00:00 2001 From: Lis Date: Tue, 15 Mar 2016 09:54:51 +0300 Subject: [PATCH] 0.1.0 final --- .ceylon/config | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 .ceylon/config diff --git a/.ceylon/config b/.ceylon/config new file mode 100644 index 0000000..cdad7f4 --- /dev/null +++ b/.ceylon/config @@ -0,0 +1,8 @@ + +[compiler] +source=source +resource=resource +source=examples + +[defaults] +encoding=UTF-8 diff --git a/README.md b/README.md index 4b0670a..4219c26 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ _Chime_ is time scheduler which works on _Vert.x_ event bus and provides: * scheduling with _cron-style_ and _interval_ timers * applying time zones available on _JVM_ +Available on [Ceylon Herd](https://herd.ceylon-lang.org/modules/herd.schedule.chime) + >Runs with Ceylon 1.2.0 and Vert.x 3.2.1 @@ -16,5 +18,6 @@ _Chime_ is time scheduler which works on _Vert.x_ event bus and provides: ## Documentation +[API docs](https://modules.ceylon-lang.org/repo/1/herd/schedule/chime/0.1.0/module-doc/api/index.html)