tailwindcss-rails 2.0.9-x86_64-linux → 2.0.12-x86_64-linux

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: 85ebb7b738c2f653cdabb620fd35f6f2d92f33d81258dac38e77e26f7b968e72
4
- data.tar.gz: fd7fbaa2c0da083de739f6271173236ff57d2300a1760a3f99a4f1e34efde085
3
+ metadata.gz: e1fe4645abaebf0b0e77c9568cbcfbb18b7b16b05563093e15195ad8b348e4ce
4
+ data.tar.gz: 5418dd7fb2fb05d5167ca80ef4159d6220e2c2484b5115dd2373ecbea4d419ff
5
5
  SHA512:
6
- metadata.gz: 30331c31ded00710338af254e9bfce6c69c551ff8de3724261e013863c99f8cf59e58f883ce7324f66c2a6311b36127e712933ca05555f3b9d0193f77ecf2194
7
- data.tar.gz: 924f8e9ea16084d25da167b91c7fbe7c6da019045848e71a9f83018e601b19c9c7d24546706bc03f70d7c6b4b1a53018c83989677e6161d5c0546160427c3d75
6
+ metadata.gz: e73fe4a08505b3647d02290feebf8b516d9aa827a903815711a7e66cafb22885ddaa426c336096a3363ddc3f780b7177d78312b6b5d267e56549450d13f13649
7
+ data.tar.gz: 291dc1979f00ec7ff1bf11dffe612fac7d93e8db08970ecdbff9b3ce23f3144e854bfb507ef542e8e9701d43a0c5067ded75022e2ccdca8e6f3e50a29df14e41
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-linux
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.