README.md in sidetiq-0.3.1 vs README.md in sidetiq-0.3.2
- old
+ new
@@ -30,13 +30,10 @@
Sidetiq provides a simple API for defining recurring workers for Sidekiq.
- Flexible DSL based on [ice_cube](http://seejohnrun.github.com/ice_cube/)
-- High-resolution timer using `clock_gettime(3)` (or `mach_absolute_time()` on
- Apple Mac OS X), allowing for accurate sub-second clock ticks.
-
- Sidetiq uses a locking mechanism (based on `setnx` and `pexpire`) internally
so Sidetiq clocks can run in each Sidekiq process without interfering with
each other (tested with sub-second polling of scheduled jobs by Sidekiq and
Sidetiq clock rates above 100hz).
@@ -341,10 +338,10 @@
<a name='section_License'></a>
License
-------
-Sidetiq is released under the MIT License. See LICENSE for further details.
+Sidetiq is released under the 3-clause BSD. See LICENSE for further details.
<a name='section_Author'></a>
Author
------