Age | Commit message (Expand) | Author | Files | Lines |
2012-06-02 | release 0.0.4 | Jérémy Zurcher | 1 | -1/+1 |
2012-06-02 | test/test_evendoors.rb -> test/test_iotas.rb | Jérémy Zurcher | 1 | -0/+0 |
2012-06-02 | test_evendoors: use direct routing | Jérémy Zurcher | 1 | -2/+2 |
2012-06-02 | specs cover direc routing throug send_p action parameter | Jérémy Zurcher | 1 | -4/+23 |
2012-06-02 | set direct routing through action parameter to Door#send_p and Door#send_sys_p | Jérémy Zurcher | 2 | -2/+12 |
2012-06-02 | Particle add #set_dst! and specs | Jérémy Zurcher | 2 | -1/+16 |
2012-06-02 | add Particle#dst_reached! end use it | Jérémy Zurcher | 2 | -2/+8 |
2012-06-02 | specs follow Particle#set_dst! -> Particle#add_dst | Jérémy Zurcher | 5 | -44/+56 |
2012-06-02 | Particle: #set_dst! -> add_dst | Jérémy Zurcher | 2 | -8/+6 |
2012-05-25 | Door: use Particle#init! | Jérémy Zurcher | 1 | -3/+3 |
2012-05-25 | Specs: replace p.src = with p.init! calls | Jérémy Zurcher | 2 | -11/+11 |
2012-05-25 | Particle: add #init! which sets @src and @ts | Jérémy Zurcher | 1 | -4/+7 |
2012-05-24 | release 0.0.3v0.0.3 | Jérémy Zurcher | 2 | -1/+5 |
2012-05-24 | complete Room coverage | Jérémy Zurcher | 1 | -0/+11 |
2012-05-24 | Room implement new routing policy | Jérémy Zurcher | 1 | -12/+4 |
2012-05-24 | specs/room, reflect new Spin@world usage | Jérémy Zurcher | 1 | -68/+37 |
2012-05-24 | Iota register themselves into Spin@world | Jérémy Zurcher | 1 | -1/+4 |
2012-05-24 | Spin: add @world global hash | Jérémy Zurcher | 1 | -0/+9 |
2012-05-24 | Iota: raise exception as soon as possible | Jérémy Zurcher | 1 | -1/+1 |
2012-05-18 | release 0.0.2v0.0.2 | Jérémy Zurcher | 2 | -1/+4 |
2012-05-18 | fix travis status icon | Jérémy Zurcher | 1 | -1/+1 |
2012-05-18 | do not support rbx-18 jruby-18 for now ... | Jérémy Zurcher | 1 | -3/+1 |
2012-05-18 | damn meself! travis.yml -> .travis.yml | Jérémy Zurcher | 1 | -0/+0 |
2012-05-18 | do not support ruby1.8.7 for now because of {}.to_json keys order issues impa... | Jérémy Zurcher | 1 | -1/+0 |
2012-05-18 | add lib/version.rb | Jérémy Zurcher | 3 | -3/+30 |
2012-05-18 | replace README.rdoc with README.md | Jérémy Zurcher | 2 | -16/+18 |
2012-05-18 | add travis.yml | Jérémy Zurcher | 1 | -0/+10 |
2012-05-18 | rm TODO | Jérémy Zurcher | 1 | -7/+0 |
2012-05-18 | add VERSION, move some constants | Jérémy Zurcher | 4 | -14/+17 |
2012-05-18 | go bundler | Jérémy Zurcher | 4 | -56/+67 |
2012-05-18 | remove rake tasks | Jérémy Zurcher | 13 | -989/+0 |
2012-05-18 | Spot->Iota | Jérémy Zurcher | 9 | -41/+41 |
2012-05-18 | social skills failure ;) evendoors-ruby is renamed into iotas | Jérémy Zurcher | 19 | -381/+371 |
2012-05-18 | remove MIT license | Jérémy Zurcher | 1 | -18/+0 |
2012-05-15 | Room: route_p variable r->child | Jérémy Zurcher | 1 | -2/+2 |
2012-05-15 | Room: implement drill down | Jérémy Zurcher | 2 | -4/+8 |
2012-05-15 | specs: Room, allow drill down, raise EvenDoors::ERROR_ROUTE_DDWR on drill dow... | Jérémy Zurcher | 1 | -9/+25 |
2012-05-14 | specs: add Spin.process_sys_p specs | Jérémy Zurcher | 1 | -0/+10 |
2012-05-14 | Spot: receive_p raises NoMethodError | Jérémy Zurcher | 1 | -0/+4 |
2012-05-14 | specs: add NoMethodError when receive_p is not overriden | Jérémy Zurcher | 1 | -0/+9 |
2012-05-14 | test_evendoors: implement hibernate/resume | Jérémy Zurcher | 1 | -27/+85 |
2012-05-14 | Board: to_json calls hibernate!, json_create calls resume! | Jérémy Zurcher | 1 | -1/+2 |
2012-05-14 | Door: to_json calls hibernate!, json_create calls resume! | Jérémy Zurcher | 1 | -2/+4 |
2012-05-14 | Room: remove useless respond_to? in start! and stop! | Jérémy Zurcher | 1 | -2/+2 |
2012-05-14 | Spot: add bodyless start! stop! hibernate! resume! | Jérémy Zurcher | 1 | -0/+17 |
2012-05-14 | Spin: add @hibernation to bypass start/stop on hibernate/resume | Jérémy Zurcher | 1 | -7/+11 |
2012-05-14 | Door: fix garbage log msg | Jérémy Zurcher | 1 | -1/+1 |
2012-05-14 | specs: Spin clean hibernate json file | Jérémy Zurcher | 1 | -0/+1 |
2012-05-13 | specs: add Spin hibernate! and resume! specs | Jérémy Zurcher | 1 | -0/+10 |
2012-05-13 | Spin: a few hibernate related adjustments | Jérémy Zurcher | 1 | -4/+4 |