On Thu, May 19, 2016 at 7:52 PM, <s...@apache.org> wrote: > > # Massage the strings to drop the timestamps so spurious changes are not > reported/saved > def removeTimestamps(s) > - return s.sub(/ "last_updated": "[^"]+",/, '') > + return s.sub(/ "last_updated|code_version": "[^"]+",/, '') > end
Should this be gsub? See: https://whimsy.apache.org/public/member-info.json - Sam Ruby