Hello community,

here is the log from the commit of package rubygem-simplecov-html for 
openSUSE:Factory checked in at 2020-10-05 19:33:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-simplecov-html (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-simplecov-html"

Mon Oct  5 19:33:49 2020 rev:16 rq:838081 version:0.12.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-simplecov-html/rubygem-simplecov-html.changes
    2020-05-11 13:39:51.128928711 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-simplecov-html.new.4249/rubygem-simplecov-html.changes
  2020-10-05 19:33:50.909242590 +0200
@@ -1,0 +2,13 @@
+Fri Sep 25 14:57:11 UTC 2020 - Stephan Kulow <[email protected]>
+
+updated to version 0.12.3
+ see installed CHANGELOG.md
+
+  0.12.3 (2020-09-23)
+  ==================
+  
+  ## Bugfixes
+  * Relax ruby version requirement to work with Ruby 3.0 (next version, 
current `ruby-head`). Thanks [@byroot](https://github.com/byroot).
+  
+
+-------------------------------------------------------------------

Old:
----
  simplecov-html-0.12.2.gem

New:
----
  simplecov-html-0.12.3.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-simplecov-html.spec ++++++
--- /var/tmp/diff_new_pack.ovlrI8/_old  2020-10-05 19:33:51.421243090 +0200
+++ /var/tmp/diff_new_pack.ovlrI8/_new  2020-10-05 19:33:51.425243094 +0200
@@ -24,16 +24,15 @@
 #
 
 Name:           rubygem-simplecov-html
-Version:        0.12.2
+Version:        0.12.3
 Release:        0
 %define mod_name simplecov-html
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby < 3}
-BuildRequires:  %{ruby => 2.4}
+BuildRequires:  %{ruby >= 2.4}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-URL:            https://github.com/colszowka/simplecov-html
+URL:            https://github.com/simplecov-ruby/simplecov-html
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        Default HTML formatter for SimpleCov code coverage tool for 
ruby 2.4+

++++++ simplecov-html-0.12.2.gem -> simplecov-html-0.12.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.tool-versions new/.tool-versions
--- old/.tool-versions  2020-02-27 09:46:35.000000000 +0100
+++ new/.tool-versions  2020-09-23 19:05:27.000000000 +0200
@@ -1 +1 @@
-ruby 2.6.5
+ruby 2.7.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2020-02-27 09:46:35.000000000 +0100
+++ new/.travis.yml     2020-09-23 19:05:27.000000000 +0200
@@ -7,7 +7,6 @@
 
 matrix:
   include:
-    - rvm: 2.4.9
     - rvm: 2.5.7
     - rvm: 2.6.5
     - rvm: 2.7.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2020-02-27 09:46:35.000000000 +0100
+++ new/CHANGELOG.md    2020-09-23 19:05:27.000000000 +0200
@@ -1,8 +1,14 @@
+0.12.3 (2020-09-23)
+==================
+
+## Bugfixes
+* Relax ruby version requirement to work with Ruby 3.0 (next version, current 
`ruby-head`). Thanks [@byroot](https://github.com/byroot).
+
 0.12.2 (2020-02-27)
 ==================
 
 ## Bugfixes
-* Refreshing the page while a source file is open works again. Thanks 
[@HansBug](https://github.com/HansBug) for the report 
[#94](https://github.com/colszowka/simplecov-html/issues/94) and 
[@Tietew](https://github.com/Tietew) for the fix!
+* Refreshing the page while a source file is open works again. Thanks 
[@HansBug](https://github.com/HansBug) for the report 
[#94](https://github.com/simplecov-ruby/simplecov-html/issues/94) and 
[@Tietew](https://github.com/Tietew) for the fix!
 
 0.12.1 (2020-02-23)
 ==================
@@ -65,11 +71,11 @@
 
 ## Bugfixes
 
-* Allow usage with frozen-string-literal-enabled. See 
[#56](https://github.com/colszowka/simplecov-html/pull/56) (thanks @pat)
+* Allow usage with frozen-string-literal-enabled. See 
[#56](https://github.com/simplecov-ruby/simplecov-html/pull/56) (thanks @pat)
 
 0.10.1 (2017-05-17)
 ========
 
 ## Bugfixes
 
-* circumvent a regression that happens in the new JRuby 9.1.9.0 release. See 
[#53](https://github.com/colszowka/simplecov-html/pull/53) thanks @koic
+* circumvent a regression that happens in the new JRuby 9.1.9.0 release. See 
[#53](https://github.com/simplecov-ruby/simplecov-html/pull/53) thanks @koic
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2020-02-27 09:46:35.000000000 +0100
+++ new/Gemfile 2020-09-23 19:05:27.000000000 +0200
@@ -6,12 +6,9 @@
 
 gem "rake", ">= 11"
 
-# Use local copy of simplecov in development when checked out, fetch from git 
otherwise
-if File.directory?(File.dirname(__FILE__) + "/../simplecov")
-  gem "simplecov", :path => File.dirname(__FILE__) + "/../simplecov"
-else
-  gem "simplecov", :github => "colszowka/simplecov"
-end
+# Use local copy of simplecov in development if you want to
+# gem "simplecov", :path => File.dirname(__FILE__) + "/../simplecov"
+gem "simplecov", :github => "simplecov-ruby/simplecov"
 
 group :test do
   gem "minitest"
@@ -19,7 +16,6 @@
 
 group :development do
   gem "rubocop"
-  gem "sass"
   # sprockets 4.0 requires ruby 2.5+
   gem "sprockets", "~> 3.7"
   gem "uglifier"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock    2020-02-27 09:46:35.000000000 +0100
+++ new/Gemfile.lock    2020-09-23 19:05:27.000000000 +0200
@@ -1,15 +1,16 @@
-PATH
-  remote: .
-  specs:
-    simplecov-html (0.12.2)
-
-PATH
-  remote: /home/tobi/github/simplecov
+GIT
+  remote: https://github.com/simplecov-ruby/simplecov.git
+  revision: 80700ec9f9b5ae426c22d06f62620f7e7b71ff42
   specs:
     simplecov (0.18.5)
       docile (~> 1.1)
       simplecov-html (~> 0.11)
 
+PATH
+  remote: .
+  specs:
+    simplecov-html (0.12.3)
+
 GEM
   remote: https://rubygems.org/
   specs:
@@ -17,18 +18,14 @@
     concurrent-ruby (1.1.5)
     docile (1.3.2)
     execjs (2.7.0)
-    ffi (1.12.2)
     jaro_winkler (1.5.4)
     minitest (5.14.0)
     parallel (1.19.1)
     parser (2.7.0.2)
       ast (~> 2.4.0)
-    rack (2.1.2)
+    rack (2.2.3)
     rainbow (3.0.0)
     rake (13.0.1)
-    rb-fsevent (0.10.3)
-    rb-inotify (0.10.1)
-      ffi (~> 1.0)
     rubocop (0.79.0)
       jaro_winkler (~> 1.5.1)
       parallel (~> 1.10)
@@ -37,11 +34,6 @@
       ruby-progressbar (~> 1.7)
       unicode-display_width (>= 1.4.0, < 1.7)
     ruby-progressbar (1.10.1)
-    sass (3.7.4)
-      sass-listen (~> 4.0.0)
-    sass-listen (4.0.0)
-      rb-fsevent (~> 0.9, >= 0.9.4)
-      rb-inotify (~> 0.9, >= 0.9.7)
     sprockets (3.7.2)
       concurrent-ruby (~> 1.0)
       rack (> 1, < 3)
@@ -57,7 +49,6 @@
   minitest
   rake (>= 11)
   rubocop
-  sass
   simplecov!
   simplecov-html!
   sprockets (~> 3.7)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2020-02-27 09:46:35.000000000 +0100
+++ new/README.md       2020-09-23 19:05:27.000000000 +0200
@@ -1,7 +1,7 @@
 Default HTML formatter for SimpleCov
 ====================================
 
-***Note: To learn more about SimpleCov, check out the main repo at 
https://github.com/colszowka/simplecov***
+***Note: To learn more about SimpleCov, check out the main repo at 
https://github.com/simplecov-ruby/simplecov***
 
 Generates a nice HTML report of your SimpleCov ruby code coverage results on 
Ruby 2.4+ using client-side Javascript
 quite extensively.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile        2020-02-27 09:46:35.000000000 +0100
+++ new/Rakefile        2020-09-23 19:05:27.000000000 +0200
@@ -3,7 +3,7 @@
 require "bundler"
 Bundler::GemHelper.install_tasks
 
-# See https://github.com/colszowka/simplecov/issues/171
+# See https://github.com/simplecov-ruby/simplecov/issues/171
 desc "Set permissions on all files so they are compatible with both user-local 
and system-wide installs"
 task :fix_permissions do
   system 'bash -c "find . -type f -exec chmod 644 {} \; && find . -type d 
-exec chmod 755 {} \;"'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/assets/stylesheets/screen.css 
new/assets/stylesheets/screen.css
--- old/assets/stylesheets/screen.css   1970-01-01 01:00:00.000000000 +0100
+++ new/assets/stylesheets/screen.css   2020-09-23 19:05:27.000000000 +0200
@@ -0,0 +1,316 @@
+#loading {
+  position: fixed;
+  left: 40%;
+  top: 50%;
+}
+
+a {
+  color: #333;
+  text-decoration: none;
+}
+  a:hover {
+    color: #000;
+    text-decoration: underline;
+}
+
+body {
+  font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif;
+  padding: 12px;
+  background-color: #333;
+}
+
+h1, h2, h3, h4 {
+  color: #1C2324;
+  margin: 0;
+  padding: 0;
+  margin-bottom: 12px;
+}
+
+table {
+  width: 100%;
+}
+
+#content {
+  clear: left;
+  background-color: white;
+  border: 2px solid #ddd;
+  border-top: 8px solid #ddd;
+  padding: 18px;
+  -webkit-border-bottom-left-radius: 5px;
+  -webkit-border-bottom-right-radius: 5px;
+  -webkit-border-top-right-radius: 5px;
+  -moz-border-radius-bottomleft: 5px;
+  -moz-border-radius-bottomright: 5px;
+  -moz-border-radius-topright: 5px;
+  border-bottom-left-radius: 5px;
+  border-bottom-right-radius: 5px;
+  border-top-right-radius: 5px;
+}
+
+.dataTables_filter, .dataTables_info {
+  padding: 2px 6px;
+}
+
+abbr.timeago {
+  text-decoration: none;
+  border: none;
+  font-weight: bold;
+}
+
+.timestamp {
+  float: right;
+  color: #ddd;
+}
+
+.group_tabs {
+  list-style: none;
+  float: left;
+  margin: 0;
+  padding: 0;
+}
+
+.group_tabs li {
+  display: inline;
+  float: left;
+}
+.group_tabs li a {
+  font-family: Helvetica, Arial, sans-serif;
+  display: block;
+  float: left;
+  text-decoration: none;
+  padding: 4px 8px;
+  background-color: #aaa;
+  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dddddd), 
to(#aaaaaa));
+  background: -moz-linear-gradient(#dddddd, #aaaaaa);
+  background: linear-gradient(#dddddd, #aaaaaa);
+  text-shadow: #e5e5e5 1px 1px 0px;
+  border-bottom: none;
+  color: #333;
+  font-weight: bold;
+  margin-right: 8px;
+  border-top: 1px solid #efefef;
+  -webkit-border-top-left-radius: 2px;
+  -webkit-border-top-right-radius: 2px;
+  -moz-border-radius-topleft: 2px;
+  -moz-border-radius-topright: 2px;
+  border-top-left-radius: 2px;
+  border-top-right-radius: 2px;
+}
+.group_tabs li a:hover {
+  background-color: #ccc;
+  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeeeee), 
to(#aaaaaa));
+  background: -moz-linear-gradient(#eeeeee, #aaaaaa);
+  background: linear-gradient(#eeeeee, #aaaaaa);
+}
+.group_tabs li a:active {
+  padding-top: 5px;
+  padding-bottom: 3px;
+}
+.group_tabs li.active a {
+  color: black;
+  text-shadow: #fff 1px 1px 0px;
+  background-color: #ddd;
+  background: -webkit-gradient(linear, 0 0, 0 bottom, from(white), 
to(#dddddd));
+  background: -moz-linear-gradient(white, #dddddd);
+  background: linear-gradient(white, #dddddd);
+}
+
+.file_list {
+  margin-bottom: 18px;
+}
+
+.file_list--responsive {
+  overflow-x: auto;
+  overflow-y: hidden;
+}
+
+a.src_link {
+  background: url("./magnify.png") no-repeat left 50%;
+  padding-left: 18px;
+}
+
+tr, td {
+  margin: 0;
+  padding: 0;
+}
+
+th {
+  white-space: nowrap;
+}
+th.ui-state-default {
+  cursor: pointer;
+}
+th span.ui-icon {
+  float: left;
+}
+
+td {
+  padding: 4px 8px;
+}
+td.strong {
+  font-weight: bold;
+}
+
+.cell--number {
+  text-align: right;
+}
+
+.source_table h3, .source_table h4 {
+  padding: 0;
+  margin: 0;
+  margin-bottom: 4px;
+}
+
+.source_table .header {
+  padding: 10px;
+}
+
+.source_table pre {
+  margin: 0;
+  padding: 0;
+  white-space: normal;
+  color: #000;
+  font-family: "Monaco", "Inconsolata", "Consolas", monospace;
+}
+
+.source_table code {
+  color: #000;
+  font-family: "Monaco", "Inconsolata", "Consolas", monospace;
+}
+
+.source_table pre {
+  background-color: #333;
+}
+
+.source_table pre ol {
+  margin: 0px;
+  padding: 0px;
+  margin-left: 45px;
+  font-size: 12px;
+  color: white;
+}
+
+.source_table pre li {
+  margin: 0px;
+  padding: 2px 6px;
+  border-left: 5px solid white;
+}
+
+.source_table pre li code {
+  white-space: pre;
+  white-space: pre-wrap;
+}
+
+.source_table pre .hits {
+  float: right;
+  margin-left: 10px;
+  padding: 2px 4px;
+  background-color: #444;
+  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#222222), 
to(#666666));
+  background: -moz-linear-gradient(#222222, #666666);
+  background: linear-gradient(#222222, #666666);
+  color: white;
+  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
+  font-size: 10px;
+  font-weight: bold;
+  text-align: center;
+  border-radius: 6px;
+}
+
+#footer {
+  color: #ddd;
+  font-size: 12px;
+  font-weight: bold;
+  margin-top: 12px;
+  text-align: right;
+}
+
+#footer a {
+  color: #eee;
+  text-decoration: underline;
+}
+
+#footer a:hover {
+  color: #fff;
+  text-decoration: none;
+}
+
+.green {
+  color: #090;
+}
+
+.red {
+  color: #900;
+}
+
+.yellow {
+  color: #da0;
+}
+
+.blue {
+  color: blue;
+}
+
+thead th {
+  background: white;
+}
+
+.source_table .covered {
+  border-color: #090;
+}
+
+.source_table .missed {
+  border-color: #900;
+}
+
+.source_table .never {
+  border-color: black;
+}
+
+.source_table .skipped {
+  border-color: #fc0;
+}
+
+.source_table .missed-branch {
+  border-color: #bf0000;
+}
+
+.source_table .covered:nth-child(odd) {
+  background-color: #CDF2CD;
+}
+
+.source_table .covered:nth-child(even) {
+  background-color: #DBF2DB;
+}
+
+.source_table .missed:nth-child(odd) {
+  background-color: #F7C0C0;
+}
+
+.source_table .missed:nth-child(even) {
+  background-color: #F7CFCF;
+}
+
+.source_table .never:nth-child(odd) {
+  background-color: #efefef;
+}
+
+.source_table .never:nth-child(even) {
+  background-color: #f4f4f4;
+}
+
+.source_table .skipped:nth-child(odd) {
+  background-color: #FBF0C0;
+}
+
+.source_table .skipped:nth-child(even) {
+  background-color: #FBFfCf;
+}
+
+.source_table .missed-branch:nth-child(odd) {
+  background-color: #cc8e8e;
+}
+
+.source_table .missed-branch:nth-child(even) {
+  background-color: #cc6e6e;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/assets/stylesheets/screen.css.sass 
new/assets/stylesheets/screen.css.sass
--- old/assets/stylesheets/screen.css.sass      2020-02-27 09:46:35.000000000 
+0100
+++ new/assets/stylesheets/screen.css.sass      1970-01-01 01:00:00.000000000 
+0100
@@ -1,242 +0,0 @@
-#loading
-  position: fixed
-  left: 40%
-  top: 50%
-
-a
-  color: #333
-  text-decoration: none
-  &:hover
-    color: #000
-    text-decoration: underline
-
-body
-  font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Arial, sans-serif
-  padding: 12px
-  background-color: #333
-
-h1, h2, h3, h4
-  color: #1C2324
-  margin: 0
-  padding: 0
-  margin-bottom: 12px
-
-table
-  width: 100%
-
-#content
-  clear: left
-  background-color: white
-  border: 2px solid #ddd
-  border-top: 8px solid #ddd
-  padding: 18px
-  -webkit-border-bottom-left-radius: 5px
-  -webkit-border-bottom-right-radius: 5px
-  -webkit-border-top-right-radius: 5px
-  -moz-border-radius-bottomleft: 5px
-  -moz-border-radius-bottomright: 5px
-  -moz-border-radius-topright: 5px
-  border-bottom-left-radius: 5px
-  border-bottom-right-radius: 5px
-  border-top-right-radius: 5px
-
-.dataTables_filter, .dataTables_info
-  padding: 2px 6px
-
-abbr.timeago
-  text-decoration: none
-  border: none
-  font-weight: bold
-
-.timestamp
-  float: right
-  color: #ddd
-
-.group_tabs
-  list-style: none
-  float: left
-  margin: 0
-  padding: 0
-  li
-    display: inline
-    float: left
-    a
-      font-family: Helvetica, Arial, sans-serif
-      display: block
-      float: left
-      text-decoration: none
-      padding: 4px 8px
-      background-color: #aaa
-      background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dddddd), 
to(#aaaaaa))
-      background: -moz-linear-gradient(#dddddd, #aaaaaa)
-      background: linear-gradient(#dddddd, #aaaaaa)
-      text-shadow: #e5e5e5 1px 1px 0px
-      border-bottom: none
-      color: #333
-      font-weight: bold
-      margin-right: 8px
-      border-top: 1px solid #efefef
-      -webkit-border-top-left-radius: 2px
-      -webkit-border-top-right-radius: 2px
-      -moz-border-radius-topleft: 2px
-      -moz-border-radius-topright: 2px
-      border-top-left-radius: 2px
-      border-top-right-radius: 2px
-      &:hover
-        background-color: #ccc
-        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeeeee), 
to(#aaaaaa))
-        background: -moz-linear-gradient(#eeeeee, #aaaaaa)
-        background: linear-gradient(#eeeeee, #aaaaaa)
-      &:active
-        padding-top: 5px
-        padding-bottom: 3px
-    &.active a
-      color: black
-      text-shadow: #fff 1px 1px 0px
-      background-color: #ddd
-      background: -webkit-gradient(linear, 0 0, 0 bottom, from(white), 
to(#dddddd))
-      background: -moz-linear-gradient(white, #dddddd)
-      background: linear-gradient(white, #dddddd)
-
-.file_list
-  margin-bottom: 18px
-
-.file_list--responsive
-  overflow-x: auto
-  // not the nicest fix for the y scrollbar coming up, but workable :shrug:
-  overflow-y: hidden
-
-a.src_link
-  background: url('./magnify.png') no-repeat left 50%
-  padding-left: 18px
-
-tr, td
-  margin: 0
-  padding: 0
-
-th
-  white-space: nowrap
-  &.ui-state-default
-    cursor: pointer
-  span.ui-icon
-    float: left
-
-td
-  padding: 4px 8px
-  &.strong
-    font-weight: bold
-
-.cell--number
-  text-align: right
-
-.source_table
-  h3, h4
-    padding: 0
-    margin: 0
-    margin-bottom: 4px
-  .header
-    padding: 10px
-  pre
-    margin: 0
-    padding: 0
-    white-space: normal
-    color: #000
-    font-family: "Monaco", "Inconsolata", "Consolas", monospace
-  code
-    color: #000
-    font-family: "Monaco", "Inconsolata", "Consolas", monospace
-  pre
-    background-color: #333
-    ol
-      margin: 0px
-      padding: 0px
-      margin-left: 45px
-      font-size: 12px
-      color: white
-    li
-      margin: 0px
-      padding: 2px 6px
-      border-left: 5px solid white
-      code
-        white-space: pre
-        white-space: pre-wrap
-    .hits
-      float: right
-      margin-left: 10px
-      padding: 2px 4px
-      background-color: #444
-      background: -webkit-gradient(linear, 0 0, 0 bottom, from(#222222), 
to(#666666))
-      background: -moz-linear-gradient(#222222, #666666)
-      background: linear-gradient(#222222, #666666)
-      color: white
-      font-family: Helvetica, "Helvetica Neue", Arial, sans-serif
-      font-size: 10px
-      font-weight: bold
-      text-align: center
-      border-radius: 6px
-
-#footer
-  color: #ddd
-  font-size: 12px
-  font-weight: bold
-  margin-top: 12px
-  text-align: right
-  a
-    color: #eee
-    text-decoration: underline
-    &:hover
-      color: #fff
-      text-decoration: none
-
-.green
-  color: #090
-
-.red
-  color: #900
-
-.yellow
-  color: #da0
-.blue
-  color: blue
-
-// Overriding the css reset
-thead
-  th
-    background: white
-
-.source_table
-  .covered
-    border-color: #090
-  .missed
-    border-color: #900
-  .never
-    border-color: black
-  .skipped
-    border-color: #fc0
-  .missed-branch
-    border-color: #bf0000
-  .covered
-    &:nth-child(odd)
-      background-color: #CDF2CD
-    &:nth-child(even)
-      background-color: #DBF2DB
-  .missed
-    &:nth-child(odd)
-      background-color: #F7C0C0
-    &:nth-child(even)
-      background-color: #F7CFCF
-  .never
-    &:nth-child(odd)
-      background-color: #efefef
-    &:nth-child(even)
-      background-color: #f4f4f4
-  .skipped
-    &:nth-child(odd)
-      background-color: #FBF0C0
-    &:nth-child(even)
-      background-color: #FBFfCf
-  .missed-branch
-    &:nth-child(odd)
-      background-color: #cc8e8e
-    &:nth-child(even)
-      background-color: #cc6e6e
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/simplecov-html/version.rb 
new/lib/simplecov-html/version.rb
--- old/lib/simplecov-html/version.rb   2020-02-27 09:46:35.000000000 +0100
+++ new/lib/simplecov-html/version.rb   2020-09-23 19:05:27.000000000 +0200
@@ -3,7 +3,7 @@
 module SimpleCov
   module Formatter
     class HTMLFormatter
-      VERSION = "0.12.2"
+      VERSION = "0.12.3"
     end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-02-27 09:46:35.000000000 +0100
+++ new/metadata        2020-09-23 19:05:27.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: simplecov-html
 version: !ruby/object:Gem::Version
-  version: 0.12.2
+  version: 0.12.3
 platform: ruby
 authors:
 - Christoph Olszowka
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2020-02-27 00:00:00.000000000 Z
+date: 2020-09-23 00:00:00.000000000 Z
 dependencies: []
 description: Default HTML formatter for SimpleCov code coverage tool for ruby 
2.4+
 email:
@@ -41,7 +41,7 @@
 - assets/stylesheets/plugins/jquery-ui-1.8.4.custom.css
 - assets/stylesheets/plugins/jquery.colorbox.css
 - assets/stylesheets/reset.css
-- assets/stylesheets/screen.css.sass
+- assets/stylesheets/screen.css
 - lib/simplecov-html.rb
 - lib/simplecov-html/version.rb
 - public/DataTables-1.10.20/images/sort_asc.png
@@ -80,7 +80,7 @@
 - views/file_list.erb
 - views/layout.erb
 - views/source_file.erb
-homepage: https://github.com/colszowka/simplecov-html
+homepage: https://github.com/simplecov-ruby/simplecov-html
 licenses:
 - MIT
 metadata: {}
@@ -90,7 +90,7 @@
 - lib
 required_ruby_version: !ruby/object:Gem::Requirement
   requirements:
-  - - "~>"
+  - - ">="
     - !ruby/object:Gem::Version
       version: '2.4'
 required_rubygems_version: !ruby/object:Gem::Requirement
@@ -99,7 +99,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.0.3
+rubygems_version: 3.1.2
 signing_key: 
 specification_version: 4
 summary: Default HTML formatter for SimpleCov code coverage tool for ruby 2.4+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplecov-html.gemspec new/simplecov-html.gemspec
--- old/simplecov-html.gemspec  2020-02-27 09:46:35.000000000 +0100
+++ new/simplecov-html.gemspec  2020-09-23 19:05:27.000000000 +0200
@@ -9,12 +9,12 @@
   gem.platform    = Gem::Platform::RUBY
   gem.authors     = ["Christoph Olszowka"]
   gem.email       = ["christoph at olszowka de"]
-  gem.homepage    = "https://github.com/colszowka/simplecov-html";
+  gem.homepage    = "https://github.com/simplecov-ruby/simplecov-html";
   gem.description = %(Default HTML formatter for SimpleCov code coverage tool 
for ruby 2.4+)
   gem.summary     = gem.description
   gem.license     = "MIT"
 
-  gem.required_ruby_version = "~> 2.4"
+  gem.required_ruby_version = ">= 2.4"
 
   gem.files         = `git ls-files`.split("\n")
   gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/views/layout.erb new/views/layout.erb
--- old/views/layout.erb        2020-02-27 09:46:35.000000000 +0100
+++ new/views/layout.erb        2020-09-23 19:05:27.000000000 +0200
@@ -26,7 +26,7 @@
       </div>
 
       <div id="footer">
-        Generated by <a 
href="https://github.com/colszowka/simplecov";>simplecov</a> v<%= 
SimpleCov::VERSION %>
+        Generated by <a 
href="https://github.com/simplecov-ruby/simplecov";>simplecov</a> v<%= 
SimpleCov::VERSION %>
         and simplecov-html v<%= SimpleCov::Formatter::HTMLFormatter::VERSION 
%><br/>
         using <%= result.command_name %>
       </div>


Reply via email to