sprockets-sass 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -104,7 +104,7 @@ module Sprockets
104
104
  root_path = env_root_paths.detect do |env_root_path|
105
105
  base_path.to_s.start_with?(env_root_path.to_s)
106
106
  end
107
- root_path ||= context.root_path
107
+ root_path ||= Pathname.new(context.root_path)
108
108
 
109
109
  # Add the relative path from the root, if necessary
110
110
  if path.relative? && base_path != root_path
@@ -1,5 +1,5 @@
1
1
  module Sprockets
2
2
  module Sass
3
- VERSION = '1.3.0'
3
+ VERSION = '1.3.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprockets-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-11-14 00:00:00.000000000 Z
12
+ date: 2014-12-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sprockets
@@ -234,7 +234,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
234
234
  version: '0'
235
235
  segments:
236
236
  - 0
237
- hash: 3139794298757869131
237
+ hash: 3609052118708628923
238
238
  required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  none: false
240
240
  requirements:
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  version: '0'
244
244
  segments:
245
245
  - 0
246
- hash: 3139794298757869131
246
+ hash: 3609052118708628923
247
247
  requirements: []
248
248
  rubyforge_project: sprockets-sass
249
249
  rubygems_version: 1.8.23