haml_coffee_assets 1.17.0 → 1.18.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea92d1734c75b52c55da86b35a0ed6526ef2d8b4
|
|
4
|
+
data.tar.gz: 51ed13e4defc83bc40bf622a520506cfb4688d34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff544eab8d75b2cb4d163a9fdee95000a655912b1c206774087101d6bee0c4c0ced01e2499ecd3e1e7d166da5f30f9b34edac832cb99aa93983a3126eae0fd5c
|
|
7
|
+
data.tar.gz: 55f842a099219ac837591abbc7b0dbc68585aea0419e95051b3a8d94e986fa832c3e47bc75b0e96b0c33f2e7e7326b348e3e65402e342a012697a93d55867700
|
|
@@ -29,8 +29,10 @@ module HamlCoffeeAssets::ActionView
|
|
|
29
29
|
|
|
30
30
|
if ::Rails::VERSION::STRING < "4"
|
|
31
31
|
raise ::ActionView::Template::Error.new(template, assigns, e)
|
|
32
|
-
|
|
32
|
+
elsif ::Rails::VERSION::STRING < "5.1"
|
|
33
33
|
raise ::ActionView::Template::Error.new(template, e)
|
|
34
|
+
else
|
|
35
|
+
raise ::ActionView::Template::Error.new(template)
|
|
34
36
|
end
|
|
35
37
|
end
|
|
36
38
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: haml_coffee_assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Kessler
|
|
8
|
+
- Emilio Forrer
|
|
9
|
+
- Christopher Ostrowski
|
|
8
10
|
autorequire:
|
|
9
11
|
bindir: bin
|
|
10
12
|
cert_chain: []
|
|
11
|
-
date:
|
|
13
|
+
date: 2017-06-23 00:00:00.000000000 Z
|
|
12
14
|
dependencies:
|
|
13
15
|
- !ruby/object:Gem::Dependency
|
|
14
16
|
name: coffee-script
|
|
@@ -223,6 +225,8 @@ dependencies:
|
|
|
223
225
|
description: Compile Haml CoffeeScript templates in the Rails asset pipeline.
|
|
224
226
|
email:
|
|
225
227
|
- michi@flinkfinger.com
|
|
228
|
+
- emilio.forrer@gmail.com
|
|
229
|
+
- chris.ostrowski@gmail.com
|
|
226
230
|
executables: []
|
|
227
231
|
extensions: []
|
|
228
232
|
extra_rdoc_files: []
|
|
@@ -263,7 +267,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
263
267
|
version: 1.3.6
|
|
264
268
|
requirements: []
|
|
265
269
|
rubyforge_project: haml_coffee_assets
|
|
266
|
-
rubygems_version: 2.
|
|
270
|
+
rubygems_version: 2.6.10
|
|
267
271
|
signing_key:
|
|
268
272
|
specification_version: 4
|
|
269
273
|
summary: Haml CoffeeScript templates
|