dartsass 1.49.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE-DEPENDENCIES.md +24 -0
- data/README.md +36 -0
- data/exe/dartsass +23 -0
- data/exe/darwin/sass +17 -0
- data/exe/darwin/src/LICENSE +1532 -0
- data/exe/darwin/src/dart +0 -0
- data/exe/darwin/src/sass.snapshot +0 -0
- data/exe/linux/sass +0 -0
- data/exe/linux/src/LICENSE +1532 -0
- data/exe/mingw32/sass.bat +7 -0
- data/exe/mingw32/src/LICENSE +1532 -0
- data/exe/mingw32/src/dart.exe +0 -0
- data/exe/mingw32/src/sass.snapshot +0 -0
- data/lib/dartsass/version.rb +5 -0
- data/lib/dartsass-ruby.rb +6 -0
- metadata +61 -0
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,61 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: dartsass
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.49.8
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Ayush Newatia
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-02-21 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description:
|
14
|
+
email:
|
15
|
+
- ayush@hey.com
|
16
|
+
executables:
|
17
|
+
- dartsass
|
18
|
+
extensions: []
|
19
|
+
extra_rdoc_files: []
|
20
|
+
files:
|
21
|
+
- LICENSE-DEPENDENCIES.md
|
22
|
+
- README.md
|
23
|
+
- exe/dartsass
|
24
|
+
- exe/darwin/sass
|
25
|
+
- exe/darwin/src/LICENSE
|
26
|
+
- exe/darwin/src/dart
|
27
|
+
- exe/darwin/src/sass.snapshot
|
28
|
+
- exe/linux/sass
|
29
|
+
- exe/linux/src/LICENSE
|
30
|
+
- exe/mingw32/sass.bat
|
31
|
+
- exe/mingw32/src/LICENSE
|
32
|
+
- exe/mingw32/src/dart.exe
|
33
|
+
- exe/mingw32/src/sass.snapshot
|
34
|
+
- lib/dartsass-ruby.rb
|
35
|
+
- lib/dartsass/version.rb
|
36
|
+
homepage: https://github.com/ayushn21/dartsass-ruby
|
37
|
+
licenses:
|
38
|
+
- MIT
|
39
|
+
metadata:
|
40
|
+
homepage_uri: https://github.com/ayushn21/dartsass-ruby
|
41
|
+
rubygems_mfa_required: 'true'
|
42
|
+
post_install_message:
|
43
|
+
rdoc_options: []
|
44
|
+
require_paths:
|
45
|
+
- lib
|
46
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
47
|
+
requirements:
|
48
|
+
- - ">="
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
version: 2.4.0
|
51
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - ">="
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: '0'
|
56
|
+
requirements: []
|
57
|
+
rubygems_version: 3.2.22
|
58
|
+
signing_key:
|
59
|
+
specification_version: 4
|
60
|
+
summary: RubyGem wrapper for the Dart Sass binary
|
61
|
+
test_files: []
|