summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-13release 0.0.6v0.0.6Jérémy Zurcher2-3/+3
2012-06-13Door: _garbage directly calls @spin.release_pJérémy Zurcher1-1/+1
2012-06-13improve hello_world.rb commentsJérémy Zurcher1-2/+7
2012-06-11improve hello_world exampleJérémy Zurcher1-8/+29
2012-06-11specs: cover Particle#clear_merged! r=nil paramJérémy Zurcher1-0/+9
2012-06-11Particle#clear_merged! add a parameter r=nilJérémy Zurcher1-2/+6
2012-06-11Door#garbage -> private Door#_garbageJérémy Zurcher2-3/+4
2012-06-10update ChangelogJérémy Zurcher1-0/+3
2012-06-10add examplesJérémy Zurcher2-0/+88
2012-06-10add simple bin/edoors.rb to load *.json filesJérémy Zurcher1-0/+71
2012-06-10Spin: to_json stores iota and links into inner_roomJérémy Zurcher2-4/+15
2012-06-10Spin: default hibernate file path -> edoors-hibernate-..:Jérémy Zurcher1-1/+1
2012-06-10Spin#clear! must call @world.clear"Jérémy Zurcher1-0/+1
2012-06-10Changelog updateJérémy Zurcher1-0/+6
2012-06-10project iotas->edoors-ruby, module Iotas->EdoorsJérémy Zurcher22-380/+380
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