dartsass 1.49.8

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.
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Dartsass
4
+ VERSION = "1.49.8"
5
+ end
@@ -0,0 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "dartsass/version"
4
+
5
+ module Dartsass
6
+ end
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: []