simplecov-tailwindcss 1.0.0 → 1.0.1

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: b570d5fa0135230fd08326aa29d4616546942780b8d5eec4aeae03398171b363
4
- data.tar.gz: 17bc743aaa07b6cd19c385ef667e081084eaa66f198e4d74e1f68164baf052e9
3
+ metadata.gz: 3f2142d493fe4e178cbf2a9a2dffa8d2e4431270de13684f2f4e099e818c3ed7
4
+ data.tar.gz: f3c2058ee05d60ce64c122fd79a517951013228011722b222b5387de7a7af48c
5
5
  SHA512:
6
- metadata.gz: 3835b670d9ea8cdb996853ebac093aed1b3f662006581e50a647fd61dc0402b3874e37cd93c887ff6c15981e1ded5936a023f1d09e16f766cf3406e423b700d7
7
- data.tar.gz: cd69add0665a0048ba319e01532f6c22df94999b463e4fc0c47e7ade608878235f79d248924839a4a135d1879d4437aa9298c9f281dc906dd377ad1557bd99ab
6
+ metadata.gz: 2c9e840e717113e8c727fdd2ae0018e0b1d577754a3a9cecb65f452df81931f0a2d976b9162a71b30dbffc20ae9a7b36f61b70c1028a88e5691602c5402d7549
7
+ data.tar.gz: 2180a7bbb293aeb8ac8995b5592dcd5b07f2f9f4db9953c4f4937dba6488870ed17966cbe27b2a86400f85ba839d67a6bb985a191afb37f0be10e52417c0e48a
@@ -45,7 +45,7 @@ FileUtils.chdir APP_ROOT do # rubocop:disable Metrics/BlockLength
45
45
 
46
46
  module SimpleCov
47
47
  module Formatter
48
- class MaterialFormatter
48
+ class TailwindFormatter
49
49
  VERSION = "#{joined_version}"
50
50
  end
51
51
  end
@@ -75,7 +75,7 @@ FileUtils.chdir APP_ROOT do # rubocop:disable Metrics/BlockLength
75
75
 
76
76
  puts "== Publishing gem =="
77
77
  built_gem_path = "pkg/simplecov-tailwindcss-#{joined_version}.gem"
78
- github_host = "https://rubygems.pkg.github.com/chiefpansancolt"
78
+ github_host = "https://chiefpansancolt:1d992c2d4af14eb6b79ed7ed80af6b709748b508@rubygems.pkg.github.com/chiefpansancolt"
79
79
 
80
80
  system! "gem push --key github --host #{github_host} #{built_gem_path}"
81
81
  system! "gem push #{built_gem_path}"
@@ -4,7 +4,6 @@ require "erb"
4
4
  require "cgi"
5
5
  require "fileutils"
6
6
  require "digest/sha1"
7
- require "pry"
8
7
 
9
8
  # Ensure we are using a compatible version of SimpleCov
10
9
  major, minor, patch = SimpleCov::VERSION.scan(/\d+/).first(3).map(&:to_i)
@@ -3,7 +3,7 @@
3
3
  module SimpleCov
4
4
  module Formatter
5
5
  class TailwindFormatter
6
- VERSION = "1.0.0"
6
+ VERSION = "1.0.1"
7
7
  end
8
8
  end
9
9
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simplecov-tailwind",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "HTML tailwind Design View for Simplecov formatter",
5
5
  "scripts": {
6
6
  "build": "webpack --config webpack.config.js",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-tailwindcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Pezza
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-10 00:00:00.000000000 Z
11
+ date: 2020-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: simplecov