tailwindcss-rails 2.0.9-x64-mingw-ucrt → 2.0.12-x64-mingw-ucrt

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: 0a5cf97c9dbaf6b217b3ca56cd6f3cecb4a20b3d32a4cc98997c736d968b4339
4
- data.tar.gz: fcaad43fa73ee76725fe2d2db70c9917a5bbf3d6401bd7114686916e984479a4
3
+ metadata.gz: 91387d160f6875676e8d802b720520897f7c5edbae07828f61eefd870a6b14bb
4
+ data.tar.gz: c7e50b2976d8d3a0819a4c2300bc7e0492f7afe2a79891dcf975bec26242b72b
5
5
  SHA512:
6
- metadata.gz: a5c6fa22251db198932347f2cee186f65332b35cbc04fa93fbaf68b9900e80b03def4f3825fd4ee5ae8b67d2f0e51c23e3c72c07e21f294dee0ade87d7c3cbbc
7
- data.tar.gz: c4f9fe81d24388176da4b1f2d8aa3e76db8e0d5d95778624786a9503d32af2004c91738fa58c58a74418ea07e5184fcf1758eb23061b564b001ffd45ac04cebd
6
+ metadata.gz: 60eb817bda886482f3c77c14360a397b4a88ba319266ee2b79808e89b63b8031c4f943a3a6ad86202e631c056e03923861a9582155cacee83375b50805e1bb57
7
+ data.tar.gz: 9f0a7a2ea037508aeaf3bc4d4a85e48936a3f1174ac33dbfbaac9b4da84fb23eec08495593d999303422ed7dc144866cd241e8d61d143ee5fd214b0e146b82b5
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.1.3"
4
+ VERSION = "v3.1.8"
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.9"
2
+ VERSION = "2.0.12"
3
3
  end
data/lib/tasks/build.rake CHANGED
@@ -3,7 +3,7 @@ TAILWIND_COMPILE_COMMAND = "#{RbConfig.ruby} #{Pathname.new(__dir__).to_s}/../..
3
3
  namespace :tailwindcss do
4
4
  desc "Build your Tailwind CSS"
5
5
  task :build do
6
- system TAILWIND_COMPILE_COMMAND
6
+ system(TAILWIND_COMPILE_COMMAND, exception: true)
7
7
  end
8
8
 
9
9
  desc "Watch and build your Tailwind CSS on file changes"
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.9
4
+ version: 2.0.12
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-18 00:00:00.000000000 Z
11
+ date: 2022-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  - !ruby/object:Gem::Version
100
100
  version: '0'
101
101
  requirements: []
102
- rubygems_version: 3.3.14
102
+ rubygems_version: 3.3.19
103
103
  signing_key:
104
104
  specification_version: 4
105
105
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.