tailwindcss-rails 2.0.15-x64-mingw-ucrt → 2.0.17-x64-mingw-ucrt

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: 378a2df816801c88c8867d3b27a83347c783041e5f770e901f6404b31958ac7c
4
- data.tar.gz: affe3b56b80c8243949d00ae4501dd19ca781bd66b99f9d08fba0e11e85bed79
3
+ metadata.gz: 31efce6e4728a0d0f0c4368bc79ed24517ea1baef71cabf8c493647606d094ae
4
+ data.tar.gz: 0a7ee8d30beaa902bf8b89f6391bb2202c58067a5b641b1d256ae249e1ef0ae3
5
5
  SHA512:
6
- metadata.gz: 92f96a6a7177d84c0f9eebfaf9df6c9e88195f33e92383ad3452e5ff73534ba63c338566a6debe2f530e566b4eaaf3c7bdd69ce55da85dc113e2adb3bf6931f1
7
- data.tar.gz: 76ff828d8ab87f5b5ebfd020c322a9899daca79eb9f2cc672ca9c48a2bdbe198b70282de52035e32dee187f425c8499007f50ad58f44171fb2a49b1044f99374
6
+ metadata.gz: 5bc5fa3e198cdf95af6eb660c62165d465ec0418fa1be13f00420135054fac0c4f24d0ea861a3364e55f5fc32c8c53def8dc4579175b1dc197f6f90fe46cd8aa
7
+ data.tar.gz: 24efd944c8a8604851b25d038cc978268df94e8bc7b5d51cbb4276a6ccfaf57bc9121e258559fc9a525d2e0e0770d0754ad725139709d0e99e4945cad540aee8
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: x64-mingw-ucrt
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