On Wed, Jan 13, 2016 at 8:50 PM, sebb <seb...@gmail.com> wrote: > On 14 January 2016 at 01:38, Sam Ruby <ru...@apache.org> wrote: >> Commit 5e97b142358e2aaa8957c0ae1608c79e8fd0bb5a: >> return only one copy >> >> >> Branch: refs/heads/master >> Author: Sam Ruby <ru...@intertwingly.net> >> Committer: Sam Ruby <ru...@intertwingly.net> >> Pusher: rubys <ru...@apache.org> >> >> ------------------------------------------------------------ >> lib/whimsy/asf/committee.rb | + - > > This is a library change. > > Surely that should involve an update to asf.version?
I'll update asf.version and upload a new gem, and deploy on whimsy.apache.org once you are happy with the contents of http://whimsy-test.apache.org/public/. Meanwhile, we probably should remove the gem version info from the output as we move away from the idea of this being gem based? - Sam Ruby >> ------------------------------------------------------------ >> 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