montrose 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/montrose/options.rb +1 -1
- data/lib/montrose/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53a2439841915011853eef7bb8fee926939b5335
|
4
|
+
data.tar.gz: fad0d53e1187f6a077c6410e63016526973633c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e3b010f94e12c9705278b2fc860df7d0384476a097ab4f77ca3b503fa365272a6e5af2faa34d1ec4e4692f1c192f01179e63637e85d2164fa8bedaa8ad387ac
|
7
|
+
data.tar.gz: 2466894b36681dc0a8bc723e72b8976dab0c8d7d340f2cf47ec15b7f52bc697b919434aae9e52e13e3e2ea27d1754d47615e05876188afb8a087bd19e0b884b7
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
[![Code Climate](https://codeclimate.com/github/rossta/montrose/badges/gpa.svg)](https://codeclimate.com/github/rossta/montrose)
|
6
6
|
[![Dependency Status](https://gemnasium.com/rossta/montrose.svg)](https://gemnasium.com/rossta/montrose)
|
7
7
|
|
8
|
-
|
8
|
+
Montrose is an easy-to-use library for defining recurring events in Ruby. It uses a simple chaining system for building recurrences, inspired heavily by the design principles of [HTTP.rb](https://github.com/httprb/http) and rule definitions available in [Recurrence](https://github.com/fnando/recurrence).
|
9
9
|
|
10
10
|
## Installation
|
11
11
|
|
data/lib/montrose/options.rb
CHANGED
data/lib/montrose/version.rb
CHANGED