tailwindcss-rails 2.0.9-x86_64-darwin → 2.0.12-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: 5b1bd9da4325e426f2274b266ad4c1b0bf3f049e350a66a2cd891e551a007807
4
- data.tar.gz: 267d77d3f943c1076cb65e85416c94a67934d788ab384ca0b1ba53e17295d2cb
3
+ metadata.gz: 3c7521bc8d40d82063d79b47271d532af9fb466d2d8dcfb4327a33c0b5c2d7e2
4
+ data.tar.gz: 12c7815138e6f5674cf63d48bdea18fa1887fad42b1cb0f690f21eacd97c392a
5
5
  SHA512:
6
- metadata.gz: 87e84c4dab3f0ca0cfd80c4b1a8c06ba8bc5fdd36be2246bfeea783afde3484434e9b0bc9f27aef7f3454b842e6b9683052aa82a187b0a0dad1fe18fa7916e35
7
- data.tar.gz: bed678a33ace6b832c46e5dcad109f82e1f8333a33ebf3d422c2695dab091299cb17f670a75aebd615d042f03a61dd0610023202f739713042ae0e05e0d0e85a
6
+ metadata.gz: 67bacfb7313858ec81ad83731401ffad15dec10c2ec24b1c41dbd840ca88b7ade3359ddd1fd0bcde3f615578b6881540923d47fbf582d85064c828f0712994c0
7
+ data.tar.gz: 23680a7d1657212f865fe9f7fd2dc507117b4465beb8d6f037fa9cb4d363a3574a315a404272be7838938bc16e8eda3463dcfc4108fa6351bf0f80e366a586c0
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: x86_64-darwin
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.