tailwindcss-rails 2.0.26-x86_64-darwin → 2.0.27-x86_64-darwin

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: 828d62e19c8d54af753974e5acd8f46c945fd5001110cc88cd0ac837f29b85ea
4
- data.tar.gz: ca2cc815186dbdbab387994f56b430d5817ea988d98799c60ef1086e8098b9f4
3
+ metadata.gz: afabbe4fd9cb2069d0763cc479dd45e5a22a199e7594368fdb23bdd80d0c9e1d
4
+ data.tar.gz: cc43a1bd3a63f56f1971c190588e7a61a4a808ea8ea228dcc85f13614aa1c0f4
5
5
  SHA512:
6
- metadata.gz: 4b95df3b0f7e90e4ce710ab14959bc3df06724bf0fc58e041576b9a359044d303a9872b08dfb42cae04dc6cc85bb11ca64ac86b9beaa2dddfb5849294c6bc33e
7
- data.tar.gz: f6f9407711f53483e14b423805663ca9a39277cbbe1ed5a2e8ae48c0f43382edbbc4c474e2dcf475cadb0ec7964870cb1d16b980a2ebf503f0ca901dcc968fc6
6
+ metadata.gz: 351a583ae772016a64c395f7244e8a111584a57dff7220c93d6bb79e34ee06225c06902471cadae14a001f1fd0e82ea39aa27cd8601e207d802c28ee862a2b16
7
+ data.tar.gz: 34c2227b2472f506575ea85f3c35cbb87e9d2b73fecd431b7bc587dd472fcf6596a08bd50a13522a5236c725fc41cd9d8cc0c628cc24c00ff11bb3e06f6678f9
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: x86_64-darwin
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.