tailwindcss-rails-alt 2.0.18-x64-mingw-ucrt → 2.0.19-x64-mingw-ucrt

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: 9a97fb6ee84e84f868509ff2edc313cd3cc9f755f66c4e5f449fbad6005f63a5
4
- data.tar.gz: 1ae908186a2905480f49252e6228cbc657b96629c4bdfcf27ce2208642f53c5a
3
+ metadata.gz: 81f9e6e72b09bc779932c8d3c1365b6dfefabc033780f132e4a2df3ff4c581e6
4
+ data.tar.gz: 1c85740b1c7db4b1cd72c7e806bd13160392e29ce9c7991a85649e9409587a01
5
5
  SHA512:
6
- metadata.gz: 8d5d57d37d91aaf9abd362351359760d8ff33da0067d01567d92bcab2b9a1442add2e01dcf3d855a9684d900d99e5754438059ff166c285f55b328b941e22073
7
- data.tar.gz: 13fe91d44cf3b4408a2c30bbd858e0d76b1322d0569584c1b73417ee6b91b67a2210f12703e94ac663372d6c0ad13365c1d898275ca68f8066452c9eb6fceaac
6
+ metadata.gz: 951e702d76ecafc890aadee708f0c8dd5e245e6bdefb78371747828c6269de2c844dd861bd37138c1c00a0b5ddc47d44d6f27de52142726b839180c82da31b21
7
+ data.tar.gz: e2c45365b276ce9f94bb1dd5f3c3fb0ce8dec01850ad56a18687dc831356506960a9fae951ed42f910d4dbd92f44b79eaf4948cca0d70534aaf7800c82e735f4
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.0.18"
2
+ VERSION = "2.0.19"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-rails-alt
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.18
4
+ version: 2.0.19
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -71,7 +71,7 @@ files:
71
71
  - lib/install/dev
72
72
  - lib/install/tailwind.config.js
73
73
  - lib/install/tailwindcss.rb
74
- - lib/tailwindcss-rails.rb
74
+ - lib/tailwindcss-rails-alt.rb
75
75
  - lib/tailwindcss/commands.rb
76
76
  - lib/tailwindcss/engine.rb
77
77
  - lib/tailwindcss/upstream.rb
@@ -103,5 +103,6 @@ requirements: []
103
103
  rubygems_version: 3.2.32
104
104
  signing_key:
105
105
  specification_version: 4
106
- summary: Integrate Tailwind CSS with the asset pipeline in Rails.
106
+ summary: Integrate Tailwind CSS with the asset pipeline in Rails. This gem was created
107
+ to test a new feature in the original gem
107
108
  test_files: []