tailwindcss-rails 2.0.16-aarch64-linux → 2.0.18-aarch64-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: 99bbe0fae5d764cc7af4c53a3fed07d701861d2bfedd1944dbf70623fc94fac9
4
- data.tar.gz: 57e791718950a3fca269c75bbba096ffad4f406eabd6eb8eedb6122399e27d13
3
+ metadata.gz: bcc74ca0dee7b60aba1f2785adabd730f5b9beb38ae6859e4c377409cc8de023
4
+ data.tar.gz: 47af2cba57276cc1fa099688fc1316996c83ba5a0ab0cceffa0424e67a3a95e0
5
5
  SHA512:
6
- metadata.gz: b3834e9f4ca56d8de3fd624f1bab3a665e619d7458d84f1c15f34d15af10c9b1525542d47ab8de916dce2cc57d7fd4ffb41541da9a6aa2857e025500fed87175
7
- data.tar.gz: c6bb9da0b945ea97f5f0e9e8655b86dfc700a19b8d50a0fa4e6697e9c307230162a2ffdb9689187b1fd2d0d271eb50f9c9939ec7ef5934fcdcfcd9815e0196c5
6
+ metadata.gz: b15c41df69745208b69e577a19a92eb372069659196c4dacfb60bb61a8f60c018b89f81a695eca8a0ba22de195f11504de61e46ed5bd1c7c60982c994c5ebc74
7
+ data.tar.gz: 61daa2806f40dbdb7d1e177dbfd8aeadfa41a908c6e072f01355432ad95d28a113d773d68e85bda9b2522f778ad5a7cfbae8eac0a7aefefd67d2be520184886a
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: aarch64-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