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.
@@ -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
@@ -4,7 +4,7 @@ require 'bistro_car/bundle'
4
4
  require 'bistro_car/helpers'
5
5
 
6
6
  module BistroCar
7
- VERSION = "0.2.0"
7
+ VERSION = "0.2.1"
8
8
 
9
9
  if defined?(Rails::Engine)
10
10
  class Engine < Rails::Engine
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
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-03-23 00:00:00 +00:00
17
+ date: 2010-05-09 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency