tailwindcss-rails 2.6.3-x86_64-linux → 2.6.5-x86_64-linux

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: 5b939c8e7bfd3dc0f1a344bac0ab4f7847b6f7d83ed504f1cac80a4a27ad0ffa
4
- data.tar.gz: '0546036595a94a4f69c813f546d5f950bff8d592e8d7c85b73f972b44f571742'
3
+ metadata.gz: 7cb829e52e4b18d7373406bac6c242b4147511bb7422ecd19db52e756d4440dd
4
+ data.tar.gz: 9425ba8ebce8d2ef8ecedb9e23072d7de5f2d810901d71d56124d6571b4be8c6
5
5
  SHA512:
6
- metadata.gz: 4fac9cd171c5fcdbda08b3a3f56b30b5899adfe859bb2a75522b83bfa58fe053c6c93aba046da79e0a12f702d712906d76c77da5b5dd12eb024f3e64fab1007f
7
- data.tar.gz: 35b1dfb61042664d5984eb24dc23d908cac32453c7e8f86adc3b6f61d4446b2cc4a9e436757565ba3593332be655322fa823165d32f75102021197873466351d
6
+ metadata.gz: e93eec6db7f1b2f2319a34abf26676067537fde086ceb1a80022bc680f5d4e097e387d7ad593ac202c2d953e9d122f77156827c0fbe0e0f722fb02b7907cc4db
7
+ data.tar.gz: 880f8e5b79f5ab1ed086e0fbb501ab84109c5858a1e13cb5432a4ac385975248bb0a47881188ee83e3841ae2161abc20e23498294cd1190fdbbe32354a5fe794
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: x86_64-linux
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