simplecov-tailwindcss 0.1.0 → 1.0.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/lib/simplecov-tailwindcss/version.rb +1 -1
- data/package.json +1 -1
- data/simplecov-tailwindcss.gemspec +1 -1
- data/views/main.erb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b570d5fa0135230fd08326aa29d4616546942780b8d5eec4aeae03398171b363
|
|
4
|
+
data.tar.gz: 17bc743aaa07b6cd19c385ef667e081084eaa66f198e4d74e1f68164baf052e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3835b670d9ea8cdb996853ebac093aed1b3f662006581e50a647fd61dc0402b3874e37cd93c887ff6c15981e1ded5936a023f1d09e16f766cf3406e423b700d7
|
|
7
|
+
data.tar.gz: cd69add0665a0048ba319e01532f6c22df94999b463e4fc0c47e7ade608878235f79d248924839a4a135d1879d4437aa9298c9f281dc906dd377ad1557bd99ab
|
data/package.json
CHANGED
data/views/main.erb
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
</div>
|
|
25
25
|
<div class="flex-1 h-0 pb-4 overflow-y-auto">
|
|
26
26
|
<div class="h-16 py-3 px-4 bg-gray-900">
|
|
27
|
-
<div class="flex flex-shrink-0 items-center text-gray-100 font-bold text-lg">
|
|
27
|
+
<div class="flex flex-shrink-0 items-center text-gray-100 font-bold text-lg truncate">
|
|
28
28
|
<%= SimpleCov.project_name.split('-').map(&:capitalize).join(' ') %>
|
|
29
29
|
</div>
|
|
30
30
|
<div class="flex flex-shrink-0 items-center text-gray-500 text-xs">
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
<div class="flex flex-col h-0 flex-1 bg-gray-800">
|
|
81
81
|
<div class="flex-1 flex flex-col pb-4 overflow-y-auto">
|
|
82
82
|
<div class="h-16 py-3 px-4 bg-gray-900">
|
|
83
|
-
<div class="flex flex-shrink-0 items-center text-gray-100 font-bold text-lg">
|
|
83
|
+
<div class="flex flex-shrink-0 items-center text-gray-100 font-bold text-lg truncate">
|
|
84
84
|
<%= SimpleCov.project_name.split('-').map(&:capitalize).join(' ') %>
|
|
85
85
|
</div>
|
|
86
86
|
<div class="flex flex-shrink-0 items-center text-gray-500 text-xs">
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplecov-tailwindcss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christopher Pezza
|
|
@@ -14,16 +14,16 @@ dependencies:
|
|
|
14
14
|
name: simplecov
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.16
|
|
19
|
+
version: '0.16'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.16
|
|
26
|
+
version: '0.16'
|
|
27
27
|
description: HTML Tailwind Design View of Simplecov as a formatterthat is clean, easy
|
|
28
28
|
to read.
|
|
29
29
|
email:
|