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 +4 -4
- data/bin/publish +2 -2
- data/lib/simplecov-tailwindcss.rb +0 -1
- data/lib/simplecov-tailwindcss/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f2142d493fe4e178cbf2a9a2dffa8d2e4431270de13684f2f4e099e818c3ed7
|
|
4
|
+
data.tar.gz: f3c2058ee05d60ce64c122fd79a517951013228011722b222b5387de7a7af48c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c9e840e717113e8c727fdd2ae0018e0b1d577754a3a9cecb65f452df81931f0a2d976b9162a71b30dbffc20ae9a7b36f61b70c1028a88e5691602c5402d7549
|
|
7
|
+
data.tar.gz: 2180a7bbb293aeb8ac8995b5592dcd5b07f2f9f4db9953c4f4937dba6488870ed17966cbe27b2a86400f85ba839d67a6bb985a191afb37f0be10e52417c0e48a
|
data/bin/publish
CHANGED
|
@@ -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
|
|
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}"
|
data/package.json
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2020-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: simplecov
|