tailwindcss-rails 2.6.3-x64-mingw32 → 2.6.5-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: c430516cd4361bece00c7dddefb4b4bd7b56523004266529c4dda4eeffbb3c8b
4
- data.tar.gz: 829352199516f574151d246d928bb71c2bbd55bc1b955010ac4a1d06c72ab47c
3
+ metadata.gz: 59e8cfe73afaca9cc6977f7267d547c48d006ed23c84adeec23263d6b4728b92
4
+ data.tar.gz: b55265a3b2b8674f9a1e4ab4dd57028fb0d7a7be1b7419d28d0ea2d7497f6ecd
5
5
  SHA512:
6
- metadata.gz: c893a353822a36a484e26183dc19dd14f935318892fd837733e0b9952e82bfe997058be731615a74788cc6bfe248a187c8a0b0874639d56030a426d03f98f8ff
7
- data.tar.gz: ddcbd204ff1d0954eead7226042badeffc2c4a37a91491df2fd7ff664a90351767483b63f9d0e77c601328d5647cda35f352009a1205d41f5d373985f0df6ff4
6
+ metadata.gz: 66b7a409c613740a4400b2e8bbbd18a053621cc8068f6e288224e44405cae1c4f94944bec1e34bc43ae9b2c7befb9e9945e37f0900c27f6112c2236548a98db5
7
+ data.tar.gz: 998500e3c5baa6a97238f85343efbb366e17f9a34e326ffb6f35ac590333dba711496068035c3d49558b5288bade13aa5bbcc2e3761216c271731fdd531f9084
Binary file
@@ -49,7 +49,7 @@ else
49
49
  end
50
50
 
51
51
  say "Add bin/dev to start foreman"
52
- copy_file "#{__dir__}/dev", "bin/dev"
52
+ copy_file "#{__dir__}/dev", "bin/dev", force: true
53
53
  chmod "bin/dev", 0755, verbose: false
54
54
 
55
55
  say "Compile initial Tailwind build"
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.4.6"
4
+ VERSION = "v3.4.7"
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.3"
2
+ VERSION = "2.6.5"
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.3
4
+ version: 2.6.5
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-07-16 00:00:00.000000000 Z
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties