tailwindcss-rails 2.0.10-x86_64-darwin → 2.0.11-x86_64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exe/x86_64-darwin/tailwindcss +0 -0
- data/lib/tailwindcss/upstream.rb +1 -1
- data/lib/tailwindcss/version.rb +1 -1
- data/lib/tasks/build.rake +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8c2fefa393f6cbd52a24f59cef78c192e403dfc71fa7a237662f447586df1a3
|
4
|
+
data.tar.gz: 68da00517f3dbfda22c102db26c904faa9029fa6d9b7ad50b59986182d429b7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 672e4a59ea7bfefa5a0d14a45271ebad662ef904a78487a61b95e6464891940ad6f27d19754c002de5cf2a08570ebcafbd040501edab80a0b19bfc9f83a6c957
|
7
|
+
data.tar.gz: ebe96031d834f0a57c6ec21de99b29b5e81ce6e2848af19af7c8a912b71b69362e6549ef24eac85bb9efaafc342abc13faa6fbfc6c816468a7592f05e333867f
|
Binary file
|
data/lib/tailwindcss/upstream.rb
CHANGED
data/lib/tailwindcss/version.rb
CHANGED
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
|
-
|
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
|
-
|
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.
|
4
|
+
version: 2.0.11
|
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-
|
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.
|
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.
|