tailwindcss-rails 2.6.3-x64-mingw-ucrt → 2.6.5-x64-mingw-ucrt

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: 4860494a6ad3e4dd4d217da2ee2a85bc69b4bf1565480c443b563b674bfafe31
4
- data.tar.gz: 26f62ca044fb96d42b8813e85519713e8f843fa33a254fa64564ba37821bd111
3
+ metadata.gz: 274ab7d9b11832fd4c2977d5acdb98667f37b8eb3f33f0687b2a96acf7c53434
4
+ data.tar.gz: 798f21c9632e9a693dcf5ecd401e45a18d39ea9526762651ef9d86bbf2f47981
5
5
  SHA512:
6
- metadata.gz: b8a9db6712b0e147a188896d237e9f00d257619bfb36475d7827a2d7a57d0a784a3e198bad09575bc20feed7296237ac66389d473d707eac143bf120b977a744
7
- data.tar.gz: 43921fd74aaae0c5c5395fe0ede79257ea3ba7ba8486e994c02b677d3457916373ba48d01d64ced480e3fa3c19af37890d6065ae50bd2555ecfde561d1d21039
6
+ metadata.gz: 72a59fa1c7a278b387aab19dbe3470165fad03f582ce2c30118f78cf679f73311ea2dd30505eaa266243f2417e5988812ce467c9bfaf789edc605ee4a24a5589
7
+ data.tar.gz: '098af78d5f0b14e4537a982d27c23cb110e40eaf9285f254d543e9384dbd1b8a590d2a3b109a963d489f37cef39a9ef62936085512f9ae9d3f5240a004a1704a'
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-mingw-ucrt
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