annotate .svn/pristine/8b/8b4f5e74a10f8a0926d8a97404f0df2441b42b2c.svn-base @ 1432:ebda59ca84db bibliography_testing

Merge from main luisf branch (includes new authorship interface).
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 08 Oct 2013 17:18:50 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 api.array :trackers do
Chris@909 2 @trackers.each do |tracker|
Chris@909 3 api.tracker do
Chris@909 4 api.id tracker.id
Chris@909 5 api.name tracker.name
Chris@909 6 end
Chris@909 7 end
Chris@909 8 end