Sha256: 8525ec3f1b8c16556d4767ae6e40578e94a63e86e50801fd6e006ca6366175cb
Contents?: true
Size: 909 Bytes
Versions: 3
Compression:
Stored size: 909 Bytes
Contents
###### diff entries report ###### --- <%= @checker.source.host %> +++ <%= @checker.target.host %> <%- @checker.diffs.each do |diff| -%> <%- diff.each do |change| -%> <%= "#{change.action} #{change.position} #{change.element}" %> <%- end -%> <%- end -%> ###### diff contents report ###### <%- if @checker.enable_check_contents -%> <%= @checker.diff_contents_cache -%> <%- else -%> check_contents was skipped (enable_check_contents = false) <%- end -%> ###### diff summary report ###### source: <%= @checker.source_file_count %> files target: <%= @checker.target_file_count %> files ignored_by_path: <%= @checker.ignored_by_path_file_count %> files pending_by_path: <%= @checker.pending_by_path_file_count %> files ignored_by_content: <%= @checker.ignored_by_content_file_count %> files pending_by_content: <%= @checker.pending_by_content_file_count %> files diff: <%= @checker.diff_file_count %> files
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ajimi-0.2.1 | lib/ajimi/reporter/template.erb |
ajimi-0.2.0 | lib/ajimi/reporter/template.erb |
ajimi-0.1.0 | lib/ajimi/reporter/template.erb |