bistro_car 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/bistro_car/helpers.rb +1 -1
- data/lib/bistro_car.rb +1 -1
- metadata +3 -3
data/lib/bistro_car/helpers.rb
CHANGED
@@ -34,7 +34,7 @@ module BistroCar
|
|
34
34
|
end
|
35
35
|
|
36
36
|
def render_cs_bundle_inline(bundle)
|
37
|
-
content_tag(:script, <<-JAVASCRIPT, :type => 'text/javascript', :charset => 'utf-8')
|
37
|
+
content_tag(:script, <<-JAVASCRIPT.html_safe, :type => 'text/javascript', :charset => 'utf-8')
|
38
38
|
//<![CDATA[
|
39
39
|
#{bundle.to_javascript}
|
40
40
|
//]]>
|
data/lib/bistro_car.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 1
|
9
|
+
version: 0.2.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Jonas Nicklas
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-
|
17
|
+
date: 2010-05-09 00:00:00 +02:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|