tailwindcss-rails 2.0.16-x86_64-linux → 2.0.18-x86_64-linux

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: 5c31695f0153dc676cfa605a43893980b8c3853b8502fab38c279a20eb5cf48b
4
- data.tar.gz: b6dcb9542fc084e8f5f3facd19adf94a052db3b476fe0aa7dd0a77dfa3087fa7
3
+ metadata.gz: 115369dac8f70295e833686abbf97549577d7145a9260faa088c99586171bf11
4
+ data.tar.gz: 891b668328e3a5729a7e3d25059ee4deb11245f88cfc28ebb3f9e89363589c53
5
5
  SHA512:
6
- metadata.gz: 006c76ded44696a0eebaac6668980aa0a71bce60b341cff2b0314cf2e74b846060758648eaa8061607bf90638897bac43ec4495d012877fc02eb70627edaf4a1
7
- data.tar.gz: 9ca7913f06e9ee66e5617f2bae44400627a680421ef33ca853330551bdf3759ca4627e4715609440c0895d7de4ac2332ea8d9c0f9b03dcd3bbd46127b54c4c4f
6
+ metadata.gz: c10d1369a4a3d3a05056b2f7e565cab8f0125e7d958a0d0580ad7b322ea4082d40958c11dc3a61d02431b6fde8642bec94b808b1154049963d58255994d1ed34
7
+ data.tar.gz: 4368d2e6286f18c29306499075a197abc3da561be51e8384d69ab25dbd51cc647af8213156ff797fa63b2a936eb1c1b8fbfe13734241feb14e599b5f2a82dca3
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.1"
4
+ VERSION = "v3.2.2"
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.16"
2
+ VERSION = "2.0.18"
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.16
4
+ version: 2.0.18
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-21 00:00:00.000000000 Z
11
+ date: 2022-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties