tailwindcss-rails 2.6.1-x64-mingw32 → 2.6.3-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46f218b7a6acf429da3456d970d6cebdac0ddfc6afb982c285eef7007919d328
4
- data.tar.gz: 315ed6a27548f4ec75b462fc2f30586e2c6d3dce24b529d61a0bd6cd8ac3f9e6
3
+ metadata.gz: c430516cd4361bece00c7dddefb4b4bd7b56523004266529c4dda4eeffbb3c8b
4
+ data.tar.gz: 829352199516f574151d246d928bb71c2bbd55bc1b955010ac4a1d06c72ab47c
5
5
  SHA512:
6
- metadata.gz: 429cb7457c0ad675de6286079b386caaa592598016a50f1ccd741be5330d31fc865e131b6456c6024e57badd681b8e15393a6317cbec7598c9e8a8687952d873
7
- data.tar.gz: '0439fb60a44a45aa277efc41e5c91ca25a9d1f58596b6ed45add961169c28b4630b16fe32a95a310ce587c4f699ca2e4cd4ef9d3bdf1f4ad3abbb49ebb33210a'
6
+ metadata.gz: c893a353822a36a484e26183dc19dd14f935318892fd837733e0b9952e82bfe997058be731615a74788cc6bfe248a187c8a0b0874639d56030a426d03f98f8ff
7
+ data.tar.gz: ddcbd204ff1d0954eead7226042badeffc2c4a37a91491df2fd7ff664a90351767483b63f9d0e77c601328d5647cda35f352009a1205d41f5d373985f0df6ff4
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.4.4"
4
+ VERSION = "v3.4.6"
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.6.1"
2
+ VERSION = "2.6.3"
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.6.1
4
+ version: 2.6.3
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: 2024-06-05 00:00:00.000000000 Z
11
+ date: 2024-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  - !ruby/object:Gem::Version
105
105
  version: 3.2.0
106
106
  requirements: []
107
- rubygems_version: 3.5.10
107
+ rubygems_version: 3.5.11
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.