tailwindcss-rails 2.7.2-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: e75d2a7de7b89ad08629f167dc41ba386514e648935804f78bc7f89460fcc345
4
- data.tar.gz: 7ccc3aba4192df00631afeebab9ca172753d8f4e154ebbd6ebb027b12275b06a
3
+ metadata.gz: 62a27d2941f6b2f95dae3c077afa7f5938fb3700de3ce5d705b7f0f2e5d88fe6
4
+ data.tar.gz: b4146964a3674d02f4266190924e642e85e4e885651108ee05404315414d042d
5
5
  SHA512:
6
- metadata.gz: 9f811fa5b231517d0f6942771862afc04cef2c281b06e5c11b21971f749b9529de834c266cb5737f9bdc665d23e7124f525851589760f0f72267faa4fcacb38d
7
- data.tar.gz: '08d7fb1c43808111198acc1cf2f1fb5fdc98271b036ba13360fa47e1e8c75add5f11123e6600eaf218003c9fbf2f7bc9f9da3c66e00a0a8c2c198dfbb89106e5'
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.9"
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.2"
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.2
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-08 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.