1. 06 Mar, 2017 1 commit
    • Sean McGivern's avatar
      Fix issues mentioned but not closed for JIRA · 9f612cc4
      Sean McGivern authored
      The `ReferenceExtractor` would return an array of `ExternalIssue`
      objects, and then perform `Array#-` to remove the issues
      closed. `ExternalIssue`s had `==` defined, but not `hash` or `eql?`,
      which are used by `Array#-`.
      9f612cc4
  2. 03 Mar, 2017 12 commits
  3. 02 Mar, 2017 27 commits