tailwindcss-rails 2.6.1-x64-mingw32 → 2.6.2-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: 46f218b7a6acf429da3456d970d6cebdac0ddfc6afb982c285eef7007919d328
4
- data.tar.gz: 315ed6a27548f4ec75b462fc2f30586e2c6d3dce24b529d61a0bd6cd8ac3f9e6
3
+ metadata.gz: bb9663f23ec3ae0d8f7de0a46e58111b168d65187c0b1790e777426ad8e93ad5
4
+ data.tar.gz: 150010b02baaee38f6d15d5afe2c5e5beccc4e2d6c24b31b04adff311086142e
5
5
  SHA512:
6
- metadata.gz: 429cb7457c0ad675de6286079b386caaa592598016a50f1ccd741be5330d31fc865e131b6456c6024e57badd681b8e15393a6317cbec7598c9e8a8687952d873
7
- data.tar.gz: '0439fb60a44a45aa277efc41e5c91ca25a9d1f58596b6ed45add961169c28b4630b16fe32a95a310ce587c4f699ca2e4cd4ef9d3bdf1f4ad3abbb49ebb33210a'
6
+ metadata.gz: 39aef90d0eb4f0d5c222431db9547eb4095f2ae1560a4c5df4425f223f24a43c367fe430a9ecef253dc60c04e300897e5f6b2c823445eb28079ec998df3ca7bb
7
+ data.tar.gz: 515e7d12ebf7ac5a53bc16ade3aa21a10279cac9d2370c0171c733cefe4dc42578d0b07035c974d2c2cd1a1311dc3c7da5ea9effa27c9ef2cf7ce2f9d673cf0b
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.5"
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.2"
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.2
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-15 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.