summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-14Door: to_json calls hibernate!, json_create calls resume!Jérémy Zurcher1-2/+4
2012-05-14Room: remove useless respond_to? in start! and stop!Jérémy Zurcher1-2/+2
2012-05-14Spot: add bodyless start! stop! hibernate! resume!Jérémy Zurcher1-0/+17
2012-05-14Spin: add @hibernation to bypass start/stop on hibernate/resumeJérémy Zurcher1-7/+11
2012-05-14Door: fix garbage log msgJérémy Zurcher1-1/+1
2012-05-14specs: Spin clean hibernate json fileJérémy Zurcher1-0/+1
2012-05-13specs: add Spin hibernate! and resume! specsJérémy Zurcher1-0/+10
2012-05-13Spin: a few hibernate related adjustmentsJérémy Zurcher1-4/+4
2012-05-13Spin: send_ -> post_Jérémy Zurcher3-10/+10
2012-05-13specs: sed -i 's/ERROR_FIELD/FIELD_ERROR_MSG/'Jérémy Zurcher1-7/+7
2012-05-13Spin: add #resume!Jérémy Zurcher1-0/+4
2012-05-13Particle: require timeJérémy Zurcher1-0/+1
2012-05-12specs: update ERROR_FIELD->FIELD_ERROR_MSGJérémy Zurcher1-1/+1
2012-05-12Spin: add #hibernate!Jérémy Zurcher2-0/+17
2012-05-12ERROR_FIELD->FIELD_ERROR_MSGJérémy Zurcher3-3/+4
2012-05-12update test/test_evendoors.rbJérémy Zurcher1-17/+15
2012-05-12Room,Door: use @spin instead of spin accessorJérémy Zurcher2-17/+17
2012-05-12Particle relies on spin field to resolve src and dst not parentJérémy Zurcher4-9/+8
2012-05-12specs: Link adapt to non static wayJérémy Zurcher1-5/+2
2012-05-12specs: Particle adapt to non static wayJérémy Zurcher1-10/+8
2012-05-12Particle: adapt to non static wayJérémy Zurcher1-3/+5
2012-05-12specs: Board adapt to non static wayJérémy Zurcher1-4/+8
2012-05-12Board: adapt to non static wayJérémy Zurcher1-4/+4
2012-05-12specs: Door adapt to non static wyJérémy Zurcher1-8/+12
2012-05-12Door: adapt to non static wayJérémy Zurcher1-7/+6
2012-05-12specs: Room adapt to new wayJérémy Zurcher1-66/+64
2012-05-12Room: adapt to new wayJérémy Zurcher1-15/+14