simplecov-material 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/builds.yml +2 -2
- data/.github/workflows/tests.yml +1 -1
- data/.rubocop.yml +9 -9
- data/CHANGELOG.md +9 -2
- data/bin/setup +1 -0
- data/dist/scripts/table.js +3 -1
- data/dist/scripts/topbar.js +15 -0
- data/dist/styles/table.scss +22 -14
- data/lib/simplecov-material/version.rb +1 -1
- data/package.json +1 -1
- data/public/application.css +40 -35
- data/public/application.js +74 -2
- data/simplecov-material.gemspec +2 -2
- data/views/group_page.erb +20 -20
- data/views/main.erb +2 -1
- data/yarn.lock +517 -510
- metadata +5 -6
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simplecov-material
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Pezza
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: simplecov
|
@@ -24,9 +24,8 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 0.16.0
|
27
|
-
description:
|
28
|
-
|
29
|
-
that is clean, easy to read.
|
27
|
+
description: HTML Material Design View of Simplecov as a formatterthat is clean, easy
|
28
|
+
to read.
|
30
29
|
email:
|
31
30
|
- chiefpansancolt@gmail.com
|
32
31
|
executables:
|
@@ -115,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
114
|
- !ruby/object:Gem::Version
|
116
115
|
version: '0'
|
117
116
|
requirements: []
|
118
|
-
rubygems_version: 3.0.
|
117
|
+
rubygems_version: 3.0.3
|
119
118
|
signing_key:
|
120
119
|
specification_version: 4
|
121
120
|
summary: HTML Material Design View for Simplecov formatter
|