tailwindcss-rails 2.7.3-x64-mingw32 → 2.7.4-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: 77cf92ad72ceb7316b454a00827998fc295d64acc9a7167b6a362d7aee8a1024
4
- data.tar.gz: b379cbdcb480f22bd3297df03c18c4e2f4d1ee01aaeceaf40bbe994366785783
3
+ metadata.gz: a8fdbe4b5c85aa8da2e3a72384b800573bbfc7bdab832830d2192c46177920cf
4
+ data.tar.gz: 8a2a64c9e933aa682e6fbf10bac8f76e01c7fab4a477e4c30e516e5787fca0be
5
5
  SHA512:
6
- metadata.gz: 534b14a0223cfd03b328b22568a22c1dc81de60a615c6a66aa03cb820f8df35ba9ba7e878f929b18b839cac21ce63a671304f972bcc329e2ee42d90811bedf76
7
- data.tar.gz: fdf56be0c81a07cadcc9505eb5c4a687ddecde888788c3e80be2c0551274e80a859177f8c525cc8ef423e7d03c8f18a5216a421450c245f9a1546f15a0ab9e3d
6
+ metadata.gz: a06cb82bc668a3f1ee1d46211a85d6ae478773cbb5e0917dee69d6816c55640be9d1afa782b765d261deedd1c82eb8625cb3e780160333270e6417a413a731a9
7
+ data.tar.gz: c78b5f937b8b002d937a47f7a7355464107d404b02f452b594ee79fb91f38bead986d0a7f61fae069fa6d57a78582788c1275308887cb964f0bf5e4ee63dbdf6
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.10"
4
+ VERSION = "v3.4.11"
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.7.3"
2
+ VERSION = "2.7.4"
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.7.3
4
+ version: 2.7.4
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-08-14 00:00:00.000000000 Z
11
+ date: 2024-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: 3.2.0
110
110
  requirements: []
111
- rubygems_version: 3.5.11
111
+ rubygems_version: 3.5.16
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.