tailwindcss-rails 2.0.26-x64-mingw32 → 2.0.27-x64-mingw32

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: ffc57e560b22753437c2651b93aa193dbaf8c9e60a2dcb4b1e511c699b7a703d
4
- data.tar.gz: 716b4f84055cf4f4afe5eb0fe8693b41a6973df27e936f22f76145f85f057ad7
3
+ metadata.gz: 9d66cf510b94bdd61492646000bc568952535edd1d1bb1eebb6783d776bd9f36
4
+ data.tar.gz: da56e72e3c5201f98bde553d47b65a8c7936df14342e2bccf234a97f67d09799
5
5
  SHA512:
6
- metadata.gz: 6e335ede1dab2084d3ea83316ff7e0c90eb51a184fd2f548cfe1a664377100f898f1e406ad04b5eadc6e031e8a740d079900b1fb6d019fb80cf66da83eda2784
7
- data.tar.gz: b1c6718bfaa00019e51ca8fd20344aa4d1ba789250e1174976bbca1b39c486d57a2f2b6e34fc5c67ec5dcd208634d2af34648b419c47c425c7189c4acd9f53e5
6
+ metadata.gz: ec9633ff4555ad1cfe9523c8ff2955e8fe40b0f3bdc6c2befeed4a651af03a7da29f66b372574cecae2e19f9fe55fb8c76e0bd775acf542ec73e54450cce3655
7
+ data.tar.gz: 8590576a507000b8de34947936d2403d8e54c12e840c64e7ad4925819a3e2c812c43bfb4d0e770848a5b7ef3ee3ed5f39f1534314ea0396baee79dbd26893c50
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.3.0"
4
+ VERSION = "v3.3.1"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.0.26"
2
+ VERSION = "2.0.27"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.26
4
+ version: 2.0.27
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-30 00:00:00.000000000 Z
11
+ date: 2023-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
104
- rubygems_version: 3.4.6
104
+ rubygems_version: 3.4.10
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.