tailwindcss-rails-alt 2.0.18 → 2.0.19

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: 05f39e27a7051743f58f523a9d14ea93eab959e047b9310f5d9c517a380394a6
4
- data.tar.gz: f6b3405614f26659864e0b66d65bb4d08dd6c1c991116cff6a7bf40e21cacc5f
3
+ metadata.gz: df34ee7649640b188b5a42029dc1c2451e93837f7aaa4f81d3255a11958473ca
4
+ data.tar.gz: e155e9cafe81496d7c4bd8f7e774f8ada33fcdcfef34888492dbd8e109023861
5
5
  SHA512:
6
- metadata.gz: e3767f5d9851abbe8b469697b71dfbf586a2c77fe72a012b4d328b6ac4d46632b9ad3d8db5ebc3d6447bf25b1d67d5004a1570b4a0e299bb9d336f1d3317e00f
7
- data.tar.gz: 1fc583ba0a77d1ebc559ceb6112a3a6545cdd45068f26baf3184bc95a47a912108d17cc852c5e8927cc5e2daa1b579d81fe71c139bd13c4a0a7ba87becb58afe
6
+ metadata.gz: c8061ad254503dcf673b739cb9ce9b03460e674c6b17ad08454da2e8d50fb313aee8d1677a8a31e807d391e56cee1a41481cb99faf09d49284a33237c6021944
7
+ data.tar.gz: 2925a7c788942ffd2ce9f32bd51162a0133a66db9ef5989a68898941150f03589e66b06e8c8d9010945c83ba1cd2ccf4e05639e54bf08f0ecfa5dccebe6d841a
@@ -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: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -69,7 +69,7 @@ files:
69
69
  - lib/install/dev
70
70
  - lib/install/tailwind.config.js
71
71
  - lib/install/tailwindcss.rb
72
- - lib/tailwindcss-rails.rb
72
+ - lib/tailwindcss-rails-alt.rb
73
73
  - lib/tailwindcss/commands.rb
74
74
  - lib/tailwindcss/engine.rb
75
75
  - lib/tailwindcss/upstream.rb
@@ -101,5 +101,6 @@ requirements: []
101
101
  rubygems_version: 3.2.32
102
102
  signing_key:
103
103
  specification_version: 4
104
- summary: Integrate Tailwind CSS with the asset pipeline in Rails.
104
+ summary: Integrate Tailwind CSS with the asset pipeline in Rails. This gem was created
105
+ to test a new feature in the original gem
105
106
  test_files: []