tailwindcss-rails 2.0.10-x64-mingw-ucrt → 2.0.11-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: ef3f08b7597164f4ddcde390c9ca6e72b787db5cb4e69a83a9df08e4663b4ccf
4
- data.tar.gz: 19e6c4a4f598a6a869185097e494514ec4e1e38464f82232635e0c132842e52d
3
+ metadata.gz: 638d10f12d0276fd59b393fca8ae8c78a77d746b888889810ea195bd9e196603
4
+ data.tar.gz: 68909c8de1faef1f6971f1f187b73ccec05035326dcd4bc008768b00c75f209d
5
5
  SHA512:
6
- metadata.gz: 4e0a5c1008031f02faa507c2937ad2e8566aabe05c6a851f53347cbe77140ae435a7214973861b2bf36271396f9d76ab948fc7cc6fc9d4809d47bab1105cae9c
7
- data.tar.gz: ed9abaf59d793feec35a92e92c045a30be4c4a6721b2fb7190eca8388fb4d11e322788027cfcc53f11f49c8295493113a6128da6a628a1d24b95a283136b0e25
6
+ metadata.gz: fb0e226149f5c96e0d6a2b3b62a362c6e4b85993b8efe6783d8a888ae323a9ae7e2be61c13d3f3de57bc4f5575c3767c8641fd29f40dfbefd05606b3ab84e2b3
7
+ data.tar.gz: 571e824f1c148122c2e392c1fb9f2fc69d8416903ac0c3700e324d9fa332f6beac5c9099e21874bec4a39ec00f7533b474f118f8f9fa124d8da566ee957b18d8
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-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-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.