lib/how_is/report.rb in how_is-22.0.0 vs lib/how_is/report.rb in how_is-23.0.0
- old
+ new
@@ -67,9 +67,11 @@
oldest_pull_link: @gh_pulls.oldest["url"],
oldest_pull_date: @gh_pulls.oldest["createdAt"],
travis_builds: @travis.builds.to_h,
+
+ date: @end_date,
}
frontmatter =
if frontmatter_data
HowIs::Frontmatter.generate(frontmatter_data, @report_hash)