tailwindcss-rails 2.0.16 → 2.0.18

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: ad4ef535fde447c2ffcbe5674f2bc7f94eb24d05af4f454fedd420049cbfd6c5
4
- data.tar.gz: 30732ffeb27c0d2df5254536681e2f6b44b8a093ab2ba11aa9b2940596b3012b
3
+ metadata.gz: be3ad4dc4606caf6105a36ac4b4f835aced22616a329a7dcc531d4f77363b0bc
4
+ data.tar.gz: 1240b83f9da4cd36c68a4257a4ac593c3fc597e2bf7c84549cee8f654feb341e
5
5
  SHA512:
6
- metadata.gz: dda9d8231d17bb9750de8a66998f9c779cd4621617e11e7d8bc675b533abd814645266f4fafc26f5d1c5bb670ac34d2edf16fd643f340351f031067353d0654a
7
- data.tar.gz: 5a98c15d171ffd55f294c3e344bc1bc1012b030e9ecef6e7385751ccaec439ee6efd89bfecad32d3543a7c850afe92075832af920a20c355a3d4ac62557d5606
6
+ metadata.gz: 46cd3dded49c0253b1cf7a18213d961571710435e5323e9216a423c3aa60fa886b67fee472ae154c8bf1ccd8db121fbcc706cd9f539f9ec52e76e53683dbdc74
7
+ data.tar.gz: 01d7e3d815b25d7d034422caf2ce71ca0bbbfecbb32257e80f47913ded9cdd0ed1082228af830c7db9ab8b7d51b705b090d4999ceca2f9cce8b74df7129362c2
@@ -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: ruby
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