tailwindcss-rails 2.0.26-aarch64-linux → 2.0.27-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: 4f8e66e8a49715b1cb0af9c40ae68394e61f7b61b5339aeaaf9fcb1da2b9d714
4
- data.tar.gz: 3c2ed2f8b556c0e91ce117edeee18235cf569301fa240d54ab07e7bbd1789ae6
3
+ metadata.gz: 21c90ae6d45c8d419c2cb99a6dbccf72fa856799b1cb76c7008bb8dd17038eae
4
+ data.tar.gz: b06322f8c754deedc09865d50f458d8a06400a94152c94803abbeeaba7c4123d
5
5
  SHA512:
6
- metadata.gz: a62c54cd2a2cb6dcdac340d25c551f9a953dca6b7393836368d5138bb97b06ccbe19a5554851c7fcad91c1f05a7fddd50604704dc774860911c478f7d940b548
7
- data.tar.gz: 285464118a92d6315adb467af5cf2d6992b7c2e1dd45e2ca69fe8b5a01c58ef58ff08b457ce955fb82698c93e2b352eae27d3d4bbace6d5f4796a9b8eaacd122
6
+ metadata.gz: 6b7039794482f9dea93e627419e7ea80ed27b1966c852c376414da8a8af062c6f148a6bbd82f0551dc3e1e35f463ece023fabc12c8053ceed84292a624cb9d3d
7
+ data.tar.gz: 9c6d44ab39270d870f9626160b4c3fa989a662cc14fcc5a4e2ac2a2ad465f5da4dba75c5ffb7b9a30ed015a33a2b4c559f9905d0ddbeb559e9c79844fdd76b56
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.3.0"
4
+ VERSION = "v3.3.1"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.0.26"
2
+ VERSION = "2.0.27"
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.26
4
+ version: 2.0.27
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: 2023-03-30 00:00:00.000000000 Z
11
+ date: 2023-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
104
- rubygems_version: 3.4.6
104
+ rubygems_version: 3.4.10
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.