Commit Graph

48 Commits

Author SHA1 Message Date
Enrique García Cota
bedcb48355
Merge pull request #10 from Shoozza/patch-1 2022-01-20 23:37:55 +01:00
Shoozza
547e34514a
Add syntax highlighting to readme 2019-08-04 12:46:46 +02:00
kikito
170f7d9463 modified .travis.yml 2013-10-14 10:19:42 +02:00
kikito
0948dd03ae updated .travis.yml 2013-09-26 00:12:43 +02:00
kikito
b19199abc5 added changelog 2013-09-25 20:22:52 +02:00
kikito
c8899a15fb updated README 2013-09-25 20:20:22 +02:00
kikito
e8e6144b5e added Clock:reset 2013-09-25 20:06:10 +02:00
kikito
c4f205460f cron.before and cron.after now return a clock 2013-09-25 18:40:12 +02:00
kikito
d7b075a076 updated README with new syntax and methods 2013-09-25 17:29:49 +02:00
kikito
824b52478d removed tags 2013-09-25 15:58:06 +02:00
kikito
3e1d11a95e translated specs to busted 2013-09-25 15:18:50 +02:00
kikito
4e973f7a60 added special fields to cron table 2013-09-25 15:09:54 +02:00
Enrique García
b0127a3f14 Update README.md 2013-01-02 01:58:24 +01:00
Enrique García
390270ed67 Update .travis.yml 2013-01-02 01:54:10 +01:00
Enrique García
2445f8fc33 Create .travis.yml 2013-01-01 16:50:33 -08:00
kikito
5ba2c90e9c made README more clear. fixes #8 2012-12-02 22:29:34 +01:00
kikito
3ffb5130fa bump version to 1.2.1 2012-10-29 20:33:12 +01:00
kikito
e4e341832d made scopecache weak. Fixes #7 2012-10-29 20:32:23 +01:00
kikito
4ea9f257a8 bumped version to 1.2 2012-10-29 00:45:08 +01:00
kikito
deb91cf5fe README 2012-10-29 00:41:01 +01:00
kikito
610dfaaacc updated readme 2012-10-29 00:17:53 +01:00
kikito
ffcc2b6b11 fixed errors. added more specs, refining .tagged 2012-10-29 00:13:27 +01:00
kikito
bb0a0d0815 first working version of new .tagged method. Pending: check nils, reset vs cancel, scope caching 2012-10-28 21:31:00 +01:00
kikito
a7fcdd2b1b refactor entry update method 2012-10-28 17:16:32 +01:00
kikito
b855d79bb9 Merge branch 'master' of https://github.com/hahawoo/cron.lua 2012-10-28 16:48:19 +01:00
Santos
8514896b9c Timed entry removal working again 2012-10-28 23:37:35 +11:00
kikito
73b4eb6bf6 code reordering 2012-10-27 18:45:25 +02:00
kikito
8dd3dae68b updated the tests. Fixes #4 2012-10-27 18:44:20 +02:00
kikito
e18c83a9a4 simplified test runnig method. References #4 2012-10-27 18:34:35 +02:00
kikito
6e72b85232 Rollback loop change (references #2)
Tests didn't pass. Further examination revealed that, even if the Lua
standard seems to allow for eliminating table keys while parsing it in
a loop, in reality those values remained in the table.
2012-10-27 18:31:21 +02:00
Enrique García
2a1ad28c94 Merge pull request #2 from hahawoo/master
A few changes!
2012-10-22 14:56:11 -07:00
Santos
cb95d0dd5b A few minor changes 2012-10-22 20:27:49 +11:00
Enrique García Cota
933acff61a version 1.1 2012-01-19 23:36:26 +01:00
Enrique García Cota
f8ef3a4385 changed license to MIT 2012-01-19 23:15:30 +01:00
Enrique García Cota
983b4a8806 Merge branch 'master' of github.com:kikito/cron.lua 2011-05-04 00:39:07 +02:00
Enrique García Cota
5d57e27a27 use metatables when needed 2011-05-04 00:38:39 +02:00
Enrique García Cota
a0e6c86a7b added support for calltables. fixes #1 2011-05-01 23:46:48 +02:00
Enrique García
2e4c3913bf Edited README.textile via GitHub 2011-04-25 11:47:58 -07:00
Enrique García
a6fed7662d Edited BSD-LICENSE.txt via GitHub 2011-04-25 05:13:05 -07:00
Enrique García Cota
f93cbfb6d8 update README 2011-04-24 17:24:57 +02:00
Enrique García Cota
2fc72cf66d small update refactoring 2011-04-24 17:15:54 +02:00
Enrique García Cota
f6f8648c4e update README 2011-04-24 17:08:22 +02:00
Enrique García Cota
63152e9d1b cancel is also working, with tests 2011-04-24 17:06:35 +02:00
Enrique García Cota
aaa9741b3c every is working. minor tests outstanding 2011-04-24 16:56:54 +02:00
Enrique García Cota
e014cee5aa every is nearly working 2011-04-24 16:37:02 +02:00
Enrique García Cota
39cee89b94 refactorized pseudo-class out 2011-04-24 16:29:51 +02:00
Enrique García Cota
d74a00145e did not make the initial commit correctly. Oh, well. On this commit update, reset and after are implemented and passing tests. Only every is missing 2011-04-24 16:15:44 +02:00
Enrique García Cota
1a045ca348 initial commit 2011-04-24 15:24:18 +02:00