tailwindcss-rails 2.0.15-x86_64-linux → 2.0.17-x86_64-linux

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: 93258322003905f82caa513ae2df5a63cb7c158f290b86174bf66ec09c2da075
4
- data.tar.gz: d39b5fbf5bf6a1ae099ab9f16f6b241116d40707af09644e436a3012abc03371
3
+ metadata.gz: 3b6cb32cbb2914b059b946b574dbb67d804fdf996160a46ab944b1c85d5a44e8
4
+ data.tar.gz: bf427341f6bcd41047b1bb2e44c6829641e3bd949be61daa7946ddb74d0c58cb
5
5
  SHA512:
6
- metadata.gz: f79b4833fb809b3657bd1817290e731c3b0bbd9ec87ddd9506516506d6c39316c31e9919b8e7da179b180f93340a6ffce4bbe5f6f2b47d3262ba717dee21e67b
7
- data.tar.gz: c0805be80d982099843560d6bcb963b2f6950bc50df45207a476027d4aae918b73a5257110e3936fb9a3ac0ea2b10f19603723c939b35feb2d22cd0ec8f86669
6
+ metadata.gz: a53a50111e3122298e75c13e422deb814cfc29e7bcfb68bce7d3a118a76330f10aa30ad96c39d9b12b1c76dcf7da763af6c8203e9c076a8e19db90b4915ee385
7
+ data.tar.gz: cbe23009d5264fccb1a19423d2e6e27f723d818a576817c3b45edef72714443eee267f590d1fc710d702f6fd45cc4f2c3f575b4e180d265d2bd345561e6ea623
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-linux
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