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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8e63ced22852b40bfdd896c47108e2f4f937337c173ef41ff418415cf2655ad
4
- data.tar.gz: ac215949c86c2a08f08dbaa6b9c968b363dc52d6af3ff5138933a0d3e2abfb21
3
+ metadata.gz: b570d5fa0135230fd08326aa29d4616546942780b8d5eec4aeae03398171b363
4
+ data.tar.gz: 17bc743aaa07b6cd19c385ef667e081084eaa66f198e4d74e1f68164baf052e9
5
5
  SHA512:
6
- metadata.gz: c4942f643f895ccd437801026cc2066d89a6979890cb77032aa8384729c70725a1c35d51c7653d54e26f8d2a39353f1d90e2d9ad2b861911055eecd6533db73c
7
- data.tar.gz: 81491d6f11db59537cacb2c6713404e0750a5604d3591762afd11896f1e4410f7ab0275f2b7cff04fa12d26c215ff7cd7ee2ca4f881c5e472874f625c3287908
6
+ metadata.gz: 3835b670d9ea8cdb996853ebac093aed1b3f662006581e50a647fd61dc0402b3874e37cd93c887ff6c15981e1ded5936a023f1d09e16f766cf3406e423b700d7
7
+ data.tar.gz: cd69add0665a0048ba319e01532f6c22df94999b463e4fc0c47e7ade608878235f79d248924839a4a135d1879d4437aa9298c9f281dc906dd377ad1557bd99ab
@@ -3,7 +3,7 @@
3
3
  module SimpleCov
4
4
  module Formatter
5
5
  class TailwindFormatter
6
- VERSION = "0.1.0"
6
+ VERSION = "1.0.0"
7
7
  end
8
8
  end
9
9
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simplecov-tailwind",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "HTML tailwind Design View for Simplecov formatter",
5
5
  "scripts": {
6
6
  "build": "webpack --config webpack.config.js",
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
28
28
  spec.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
29
29
  spec.require_paths = ["lib"]
30
30
 
31
- spec.add_dependency "simplecov", ">= 0.16.0"
31
+ spec.add_dependency "simplecov", "~> 0.16"
32
32
  end
@@ -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: 0.1.0
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.0
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.0
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: