tailwindcss-rails 2.0.9 → 2.0.12

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: 5cbbe62062eac1dcdc83e1a7e829358e5be93a32076837515565483664c3d994
4
- data.tar.gz: b2085b36482b7d3b6139c2a74470bbd6c7cba1ec4dbd7802793689831abae3cc
3
+ metadata.gz: 30aa11b22e17eae8fafbfecbea18b80f09b27464762bf26f3ccb5401be30f39e
4
+ data.tar.gz: b46b1d62d538a02925b006048fce2ee5359a2e3965bfee9560e6353cbee19d95
5
5
  SHA512:
6
- metadata.gz: a3396fc63e0dd8fc740fa9c3e0b872b77a90992f4a9eed37c11f686aff7e54e25163fda7f77ed3a4e130967cf938f92dc71bc7ebfb6cb9472ac118d433534f34
7
- data.tar.gz: 2f5095d2efc27ad75c987203bdb6a056f615200a8d1c060739a4a02c0bf9f6708b6db03f768ab5aa0bf24dfea995cc1bdd78035026ec54550a92c0fbbb1abd7f
6
+ metadata.gz: 86287c215766ddc4bfe1092bef31155892481d7c34751bd3d92ad9f85908b610e2047578ae6b759d609139009244bfe3012a462ddedd60fcb686c3738f6b49e3
7
+ data.tar.gz: ab12715a423a55752a5a3ce2e5c4e3e4234e65dc5d14867d0456409749bf61da9ddba04502502c708a214b8eb6cbe31052075ac7a30ea2ebf49ab72cb01f6e95
@@ -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: ruby
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
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  requirements: []
100
- rubygems_version: 3.3.14
100
+ rubygems_version: 3.3.19
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.