On 20 May 2016 at 00:55, Sam Ruby <ru...@intertwingly.net> wrote:
> 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?

Good catch.

> See:
>
> https://whimsy.apache.org/public/member-info.json
>
> - Sam Ruby

Reply via email to