On 14 January 2016 at 01:38, Sam Ruby <[email protected]> wrote: > Commit 5e97b142358e2aaa8957c0ae1608c79e8fd0bb5a: > return only one copy > > > Branch: refs/heads/master > Author: Sam Ruby <[email protected]> > Committer: Sam Ruby <[email protected]> > Pusher: rubys <[email protected]> > > ------------------------------------------------------------ > lib/whimsy/asf/committee.rb | + -
This is a library change. Surely that should involve an update to asf.version? > ------------------------------------------------------------ > 2 changes: 1 additions, 1 deletions. > ------------------------------------------------------------ > > > diff --git a/lib/whimsy/asf/committee.rb b/lib/whimsy/asf/committee.rb > index 45613af..6beb007 100644 > --- a/lib/whimsy/asf/committee.rb > +++ b/lib/whimsy/asf/committee.rb > @@ -101,7 +101,7 @@ def self.load_committee_info > end > end > > - @committee_info = list.values > + @committee_info = list.values.uniq > end > > def self.nonpmcs
