tailwindcss-rails 2.0.10-x64-mingw32 → 2.0.11-x64-mingw32

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: a2856d2a98b56acd32b05e26d638cd24393fe271b626d9a129ab0063a5fb13ab
4
- data.tar.gz: f04c66ad331360bb3e33bfb0f413c0ff15c486e1a322ad17b6fe8c110c0b56c3
3
+ metadata.gz: 9256bcc74084b642fef9f635229cc72cede7189fe827189e851e4da90dca9b2d
4
+ data.tar.gz: 3532c55120b4469fffbd29991479268c14f07b98019f7d91cbaf6f9a751d31ba
5
5
  SHA512:
6
- metadata.gz: 05415a074df9cddbd501817d8e78cb85042eb5a05f2b3afbad37d955a7bd1c529f7e05097ebca70f2fc4153a702a70a5489dde5144584bf84c9a238a08c3cf4f
7
- data.tar.gz: 57d46e358db672c650e1c9824b607c08872bf3162724cb5a992ed2525c6a0332ed6940fedd11a633e5e04557ddb481b7093231f1150d582cac3792411a761c1c
6
+ metadata.gz: 15e7dbf4c268d8b6f87485bb4280586b102e5de06e270eecebedc621095bf99ac26414c84765dc1eacefa6560890e428ea602fbce7b48953aa4730e38adaf649
7
+ data.tar.gz: 5eb8401fbb466c008a449503199045203c8a6e2641970dcdfdf2f38ef2656310670a60b55f2ed1a4706052d0c97f3a6a0cf1f2ac3890a8c8f8d73b71acdf499c
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.10"
2
+ VERSION = "2.0.11"
3
3
  end
data/lib/tasks/build.rake CHANGED
@@ -3,12 +3,12 @@ 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
+ exec TAILWIND_COMPILE_COMMAND
7
7
  end
8
8
 
9
9
  desc "Watch and build your Tailwind CSS on file changes"
10
10
  task :watch do
11
- system "#{TAILWIND_COMPILE_COMMAND} -w"
11
+ exec "#{TAILWIND_COMPILE_COMMAND} -w"
12
12
  end
13
13
  end
14
14
 
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.10
4
+ version: 2.0.11
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-19 00:00:00.000000000 Z
11
+ date: 2022-08-09 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.