tailwindcss-rails 2.0.15-x86_64-darwin → 2.0.17-x86_64-darwin

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: a52732fd84beab8b461c856d1b39089b334dcfbfebd8775a1ecc2cc7e2967b2a
4
- data.tar.gz: 17345410d74266f14dd073ae1a92935744568a0fc5bf9f715b508878f8940547
3
+ metadata.gz: 901b0aa59a0ce3892bf89d0fd5445ac4a2d74589771515aec9753f9507d583cd
4
+ data.tar.gz: b7532a86492a6185d821303a8e9b7bf2c04b91394434fc1c6ce1278a4e82cd19
5
5
  SHA512:
6
- metadata.gz: 0245d0c1e7b0735a6c4540bb8c5b607f8da0a8c65f56c4f12a6c910316ee285ec7d185af1b6b09e6d16eb7477786585daec9f020a4916f946b4a7f3a889ba83c
7
- data.tar.gz: 0eb4f6b3ee2cb1c925d2b8fae04570277c25d1117ed012cf5796fd788d2625103d2b357a9e36610e903c9e4d9fd7a6534ca463b2d3234b4542a132ab25459f20
6
+ metadata.gz: 8c7d93709bce79fb73097b75bf577e5c56dbe6df2b920a3e12f944c9cd3c58cdbfe2e14dfd19832e0fcfa3759917ec29f635c213944f330d8d6bb2e9f3404873
7
+ data.tar.gz: cd6157e30cdbd7a3bbefbd07f0f8f50b7b94eb5af8b2abeabbed5e9fa980a57c3cdd32776e184c1c34b3d679ae4e75f04201412cfaa05acd94ed5281ac37eeea
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.2.0"
4
+ VERSION = "v3.2.1"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -11,6 +11,7 @@ module Tailwindcss
11
11
  "x86_64-darwin" => "tailwindcss-macos-x64",
12
12
  "x86_64-linux" => "tailwindcss-linux-x64",
13
13
  "aarch64-linux" => "tailwindcss-linux-arm64",
14
+ "arm-linux" => "tailwindcss-linux-armv7",
14
15
  }
15
16
  end
16
17
  end
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.0.15"
2
+ VERSION = "2.0.17"
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.0.15
4
+ version: 2.0.17
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-20 00:00:00.000000000 Z
11
+ date: 2022-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties