rubocop-tailwind 0.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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +7 -0
  3. data/lib/rubocop-tailwind.rb +9 -0
  4. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d6d1717deb5c0994e315d7889c49190a1a181d1aeb03ad2b595b5d2d25a31e08
4
+ data.tar.gz: 0b5afcb2bf3ced11cde22a2372b49571c4350f90ced0f97c9c5e429fb2aae5bc
5
+ SHA512:
6
+ metadata.gz: 6707108abcf514c0889797d89978f598ac0104bf2690ddfefbab000c5ccccba3c4618146d0ea37517bf0a215d288a6ff5165763b2dc3a628a814ce601693bc82
7
+ data.tar.gz: ab619eed2c67655bf10a3bcab02456f07b1b93c4e72b80d4fd0067905de9b4e6501233a18d4b90ab9a9840d2c0921d646e3b23abac9b2d1c78eb2e99b202b61e
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # rubocop-tailwind
2
+
3
+ This name is reserved as an alias. The real gem is
4
+ [**rubocop-tailwindcss**](https://rubygems.org/gems/rubocop-tailwindcss),
5
+ developed at
6
+ [am1006/tailwindcss-sorter](https://github.com/am1006/tailwindcss-sorter) -
7
+ install that instead.
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This gem only reserves the name. The real gem is rubocop-tailwindcss:
4
+ # https://github.com/am1006/tailwindcss-sorter
5
+ module RuboCop
6
+ module Tailwind
7
+ VERSION = "0.0.1"
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubocop-tailwind
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - am1006
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Reserves the sibling name of rubocop-tailwindcss to prevent confusion.
13
+ The real gem is rubocop-tailwindcss, developed at https://github.com/am1006/tailwindcss-sorter.
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - README.md
19
+ - lib/rubocop-tailwind.rb
20
+ homepage: https://github.com/am1006/tailwindcss-sorter
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ homepage_uri: https://github.com/am1006/tailwindcss-sorter
25
+ source_code_uri: https://github.com/am1006/tailwindcss-sorter
26
+ rubygems_mfa_required: 'true'
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '3.1'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 4.0.3
42
+ specification_version: 4
43
+ summary: Alias name for rubocop-tailwindcss - install that gem instead
44
+ test_files: []