tailwindcss-rails 2.0.9-aarch64-linux → 2.0.12-aarch64-linux

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: fec8f318fbfd48ca5f5073e553a051cccfde65b613112c800e0b0ab0f9254f9d
4
- data.tar.gz: d37e78e5659da56d164a5327fbc4324c01a5e4fb2f08bd9020879bad051cfef3
3
+ metadata.gz: f8412204b99def1bf6d623ff33b2abe2a6df2ccc5cb3006296669a1f8c7bf57b
4
+ data.tar.gz: 8fa51de5dc71dccea426f6d4e519d30d7a4c5c7f4792c4297c90cf9ba02d3070
5
5
  SHA512:
6
- metadata.gz: 7bbdb3de2366f3c056a363b7aea36238024b3482564527b720f7873becbe0575183c0216a49e2106af4fc69112ebf3a603d4a5ffbc6f834b55f1bda25126ccc7
7
- data.tar.gz: b97761741555a4cb13105740d9b4b5579bf6265bd4a3463e1431fbc1f9150ace93c73cebea1a7cf0cd1a1e9e3ab9b965c7a95511276afff8d76f1417f5a00334
6
+ metadata.gz: 743eb0eb942ec8dd3946a95693b460dd023f14e7121d3a84cadecc3b73fe1173d2d354b3b284c0e24bf5c9d4e45191872abcca282f88d95b4b09f3ccff4c9a90
7
+ data.tar.gz: 40bcf2d909ecf34e0af04951e8a5b8db2ebf90ba69df7511d56935152b1ea48f8ca3f11f312cd3a4d025e7c73cd93d14da04829f376a9bf001719c5382db6b9a
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: aarch64-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.