bistro_car 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ require 'bistro_car/bundle'
4
4
  require 'bistro_car/helpers'
5
5
 
6
6
  module BistroCar
7
- VERSION = "0.2.1"
7
+ VERSION = "0.2.2"
8
8
 
9
9
  if defined?(Rails::Engine)
10
10
  class Engine < Rails::Engine
@@ -11,7 +11,7 @@ module BistroCar
11
11
  end
12
12
 
13
13
  def to_javascript
14
- minify(file_paths.map { |path| BistroCar.compile(File.read(path)) }.join)
14
+ minify(file_paths.map { |path| BistroCar.compile(File.read(path.to_s)) }.join)
15
15
  end
16
16
 
17
17
  def javascript_url
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jonas Nicklas