tailwindcss-rails 2.0.15 → 2.0.17

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: 4b080f787386a5fc6b496fbda601521cce98789efdb1d37e2d561c6d7cf447fb
4
- data.tar.gz: 32b6a1060b95d5c310c30c2163c5fdc7a74ed8de9639b52eb0d8812f9c1ae975
3
+ metadata.gz: 8c0d2a015fcd64b2b8f68f54af71240f7f39b8abbe899460a2deb5f62efe63de
4
+ data.tar.gz: d42b08269925e9545a7e2ba22166111e5122086a40de4b2058b46f02f7992883
5
5
  SHA512:
6
- metadata.gz: 1a0d17bc097dd3c7895b510930f4c419070e364a11c73d5b3cdace08ad3d57fc30f532f6b59c3911e6fd5e486b3ac4ff92d50a06ccab771c8ce0f343ecae5956
7
- data.tar.gz: 0d0360223efd1f5517b97778b563b64d83c56f0f8c5f5887aa277756cecffff5940de95e77cf699437d1d3986115d72c275b2ff0724fb68b83080be57055e5f3
6
+ metadata.gz: 62e37ae75232fe7d63140209f4d5f118b6abcd4b409e5bc1cc70c8408613a8af2774d5542be338dc9286123cb01fb0e4e5aaf79412bdfd9d32cc8959846cee6f
7
+ data.tar.gz: 3ac2efef0549691268ece59b22dc0fc523d8f61be8201bfc669b3acbc4287e653fd6befaedf291fe97a72978e6bce911d41c157332abf9a089c7128770ce3881
@@ -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: ruby
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