brotorift 0.4.2 → 0.4.3
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 +4 -4
- data/lib/compiler.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce2b5ca6a02afec4e1814db55786bf2a2d7872cddebe3d45b84e03d6c1cd6c31
|
4
|
+
data.tar.gz: ea893b80ffd9db7ead1cf84f3d88293583d2b8de42e5bae4a9ad3c1898a862bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c993122fa2c179935e7d3dff49cd253f84b4b5414172bf2090055c2f81e71d757f41dce4acda7f51f56f3ac9afe53ce6cc33f4302bb63cd217b467d8eb70b8ae
|
7
|
+
data.tar.gz: d00343c272bca1e935bfe56d4ad4e82ce7981e32724fa453e97bc781953e86ae6ffc6889d113ed3a8aa7071a27f8828c09bdaff79e638d3e03e822e8b489d64f
|
data/lib/compiler.rb
CHANGED
@@ -66,7 +66,7 @@ class Compiler
|
|
66
66
|
end
|
67
67
|
|
68
68
|
def compile_include include_ast
|
69
|
-
filename = include_ast.filename + '.
|
69
|
+
filename = include_ast.filename + '.brotorift'
|
70
70
|
if not File.exists? filename
|
71
71
|
add_error IncludeFileNotFoundError.new filename, include_ast.position
|
72
72
|
return
|