summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-10update Changelog : release 0.0.4v0.0.4Jérémy Zurcher1-0/+5
2012-06-03specs: add direct routing through path specsJérémy Zurcher1-1/+21
2012-06-03cleanup routing, add direct through pathJérémy Zurcher2-29/+39
2012-06-03Room: prettier integration of direct routingJérémy Zurcher1-8/+4
2012-06-03simplify Particle@dst life cycleJérémy Zurcher3-16/+16
2012-06-03Door: do not call p#init! in require_p, only in send_pJérémy Zurcher3-9/+1
2012-06-03fix room specs to follow new particle reset policyJérémy Zurcher1-13/+5
2012-06-03Spin calls Particle#reset! on release not requireJérémy Zurcher1-1/+1
2012-06-02release 0.0.4Jérémy Zurcher1-1/+1
2012-06-02test/test_evendoors.rb -> test/test_iotas.rbJérémy Zurcher1-0/+0
2012-06-02test_evendoors: use direct routingJérémy Zurcher1-2/+2
2012-06-02specs cover direc routing throug send_p action parameterJérémy Zurcher1-4/+23
2012-06-02set direct routing through action parameter to Door#send_p and Door#send_sys_pJérémy Zurcher2-2/+12
2012-06-02Particle add #set_dst! and specsJérémy Zurcher2-1/+16
2012-06-02add Particle#dst_reached! end use itJérémy Zurcher2-2/+8
2012-06-02specs follow Particle#set_dst! -> Particle#add_dstJérémy Zurcher5-44/+56
2012-06-02Particle: #set_dst! -> add_dstJérémy Zurcher2-8/+6
2012-05-25Door: use Particle#init!Jérémy Zurcher1-3/+3
2012-05-25Specs: replace p.src = with p.init! callsJérémy Zurcher2-11/+11
2012-05-25Particle: add #init! which sets @src and @tsJérémy Zurcher1-4/+7
2012-05-24release 0.0.3v0.0.3Jérémy Zurcher2-1/+5
2012-05-24complete Room coverageJérémy Zurcher1-0/+11
2012-05-24Room implement new routing policyJérémy Zurcher1-12/+4
2012-05-24specs/room, reflect new Spin@world usageJérémy Zurcher1-68/+37
2012-05-24Iota register themselves into Spin@worldJérémy Zurcher1-1/+4
2012-05-24Spin: add @world global hashJérémy Zurcher1-0/+9
2012-05-24Iota: raise exception as soon as possibleJérémy Zurcher1-1/+1
2012-05-18release 0.0.2v0.0.2Jérémy Zurcher2-1/+4
2012-05-18fix travis status iconJérémy Zurcher1-1/+1
2012-05-18do not support rbx-18 jruby-18 for now ...Jérémy Zurcher1-3/+1
2012-05-18damn meself! travis.yml -> .travis.ymlJérémy Zurcher1-0/+0
2012-05-18do not support ruby1.8.7 for now because of {}.to_json keys order issues impa...Jérémy Zurcher1-1/+0
2012-05-18add lib/version.rbJérémy Zurcher3-3/+30
2012-05-18replace README.rdoc with README.mdJérémy Zurcher2-16/+18
2012-05-18add travis.ymlJérémy Zurcher1-0/+10
2012-05-18rm TODOJérémy Zurcher1-7/+0
2012-05-18add VERSION, move some constantsJérémy Zurcher4-14/+17
2012-05-18go bundlerJérémy Zurcher4-56/+67
2012-05-18remove rake tasksJérémy Zurcher13-989/+0
2012-05-18Spot->IotaJérémy Zurcher9-41/+41
2012-05-18social skills failure ;) evendoors-ruby is renamed into iotasJérémy Zurcher19-381/+371
2012-05-18remove MIT licenseJérémy Zurcher1-18/+0
2012-05-15Room: route_p variable r->childJérémy Zurcher1-2/+2
2012-05-15Room: implement drill downJérémy Zurcher2-4/+8
2012-05-15specs: Room, allow drill down, raise EvenDoors::ERROR_ROUTE_DDWR on drill dow...Jérémy Zurcher1-9/+25
2012-05-14specs: add Spin.process_sys_p specsJérémy Zurcher1-0/+10
2012-05-14Spot: receive_p raises NoMethodErrorJérémy Zurcher1-0/+4
2012-05-14specs: add NoMethodError when receive_p is not overridenJérémy Zurcher1-0/+9
2012-05-14test_evendoors: implement hibernate/resumeJérémy Zurcher1-27/+85
2012-05-14Board: to_json calls hibernate!, json_create calls resume!Jérémy Zurcher1-1/+2