tailwindcss-rails 2.6.3-arm-linux → 2.6.5-arm-linux

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: 8c623c79ddb616a7adf72f233cae10c9a1bfacf1eae220f1a6f473cdba98ec27
4
- data.tar.gz: 03bcac97b4d37397312a2f28bd4025c2bfd5b9d557e5a9046eb5cbb7c684dc73
3
+ metadata.gz: c377181d8d4e27d4716fe6542b81baa78fd5f18f4862da7b1ecd90fd56f44284
4
+ data.tar.gz: ddcbeb2c00c5d30da9db8a84fd00426854621e0f92edad316e565e5bfe84224b
5
5
  SHA512:
6
- metadata.gz: ec9021432c1fe874e01636210b086000f40fffc9310cfc58d11b3417a6a88d561005e6f82ab38d48b9e517ad9a8c3effdc75c73381579656efcd6d8deca8bca3
7
- data.tar.gz: 88d19bf245bdb72f3d31bff87acbbec96921dac939c88b8674443067219d36b6c9e829f7c28cec2258b1eab1396ae9e26e0a7944b14a4d3863058b0d2c1c0ace
6
+ metadata.gz: b494de57df186578d9807a5e2636fac06f94b6514eb24f293ef6d59ea2a1e61e7f058a448764a2cf586a808eed4e9576cfc792bbb244e75a48d6ef80cced689f
7
+ data.tar.gz: b3f44a272c6ecf9a3841a5ed803dd6bef3d771d8928497e41bfb0151fc1fcbc6df499a6d075cd10d14ee7e92f5b8d55f06804d3e5979390ff63ff6c3fbe2eacd
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: arm-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