lib/how_is/analyzer.rb in how_is-13.0.0 vs lib/how_is/analyzer.rb in how_is-14.0.0

- old
+ new

@@ -45,9 +45,11 @@ oldest_issue: issue_or_pull_to_hash(oldest_for(issues)), oldest_pull: issue_or_pull_to_hash(oldest_for(pulls)), newest_issue: issue_or_pull_to_hash(newest_for(issues)), newest_pull: issue_or_pull_to_hash(newest_for(pulls)), + + pulse: data.pulse, ) end ## # Generates an analysis from a JSON report.