* sublime-text-3-rewrite: (42 commits)
Rename package: SublimeRubyCoverage → SimpleCov
Only display Toggle Ruby Coverage command in Ruby files.
Get coverage for first open folder when no open file is available.
Add licence. Update README for new features.
Split project coverage graph layouts into separate methods.
Add compact project coverage graph layout when viewport is narrow.
Display correct coverage graph dimensions on initial panel creation.
Improve graph color gradient.
Display project coverage with color-coded bar graph.
Add bar graph to project coverage view.
Tweak command names.
Right-justify coverage values in Project Coverage view.
Remove obsolete imports.
Add Show Project Ruby Coverage command.
Fix errors editing Ruby files with no coverage data.
Convert some functions into class methods.
Better support uncovered files.
DRY up coverage region chunking.
Fix error on status for last line in file.
Refactor: extract methods.
...