dartsass-rails 0.1.0 → 0.1.1

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.
@@ -0,0 +1,7 @@
1
+ @echo off
2
+ REM This script drives the standalone dart-sass package, which bundles together a
3
+ REM Dart executable and a snapshot of dart-sass.
4
+
5
+ set SCRIPTPATH=%~dp0
6
+ set arguments=%*
7
+ "%SCRIPTPATH%\src\dart.exe" "%SCRIPTPATH%\src\sass.snapshot" %arguments%
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Dartsass
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dartsass-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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-01-21 00:00:00.000000000 Z
11
+ date: 2022-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -36,6 +36,16 @@ files:
36
36
  - README.md
37
37
  - Rakefile
38
38
  - exe/dartsass
39
+ - exe/darwin/LICENSE
40
+ - exe/darwin/sass
41
+ - exe/darwin/src/dart
42
+ - exe/darwin/src/sass.snapshot
43
+ - exe/linux/LICENSE
44
+ - exe/linux/sass
45
+ - exe/mingw32/LICENSE
46
+ - exe/mingw32/sass.bat
47
+ - exe/mingw32/src/dart.exe
48
+ - exe/mingw32/src/sass.snapshot
39
49
  - lib/dartsass-rails.rb
40
50
  - lib/dartsass/engine.rb
41
51
  - lib/dartsass/version.rb