tailwindcss-rails 2.7.3-arm64-darwin → 2.7.4-arm64-darwin

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: 75f05338f561499fcd5d73d8503cb08e7225be3513df5decb8a72f2bf2e3271b
4
- data.tar.gz: 6b2e2f26dd2ddfed3c77bdc4ac219dbad7c1ad0c51ec760239c9e1878eed5bd4
3
+ metadata.gz: 62a27d2941f6b2f95dae3c077afa7f5938fb3700de3ce5d705b7f0f2e5d88fe6
4
+ data.tar.gz: b4146964a3674d02f4266190924e642e85e4e885651108ee05404315414d042d
5
5
  SHA512:
6
- metadata.gz: d3317d52409e2c828785b1d3d2f978357555b19ce491dfc5e704fe7c04253eddb0850302c09945990e0a570dd2680b6c3be41d031c41b6a8b3468d78b8e972fe
7
- data.tar.gz: c58d6a1ef90a8dde037c707fc624047ebd7fd8c166809f721a2fc382715e7eaeee0ca676408e6f7ce3f20d306c835a9b36d8bd881c37311a8abf89dcf51dc8d8
6
+ metadata.gz: feed35e7babdb2453e1af8f59f8f892f02a70c0a169e4fc363a3360f656e0dc3af5ad7fb42d8e3ee06d152b339d7e5dbfe7ffffc3bd66f92aa0b43121bd59bc9
7
+ data.tar.gz: 8c9e4829dfc79e871db4854adb430fe06da6492a949b40f5580f9a9f498c2975e635b4beac72c19bb7717fb426a7f1641380ece1324a63c84abd533ea71cc607
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: arm64-darwin
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.