middleman-sprockets 3.0.8 → 3.0.9

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.
@@ -61,11 +61,8 @@ module Middleman
61
61
 
62
62
  if context && context.app
63
63
  location_of_sass_file = File.expand_path(context.app.source, context.app.root)
64
-
65
- parts = basename.split('.')
66
- parts.pop
67
- css_filename = File.join(location_of_sass_file, context.app.css_dir, parts.join("."))
68
-
64
+ css_dir = File.join(location_of_sass_file, context.app.css_dir)
65
+ css_filename = File.expand_path(file, css_dir)
69
66
  orig.merge!(:css_filename => css_filename)
70
67
  end
71
68
 
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Sprockets
3
- VERSION = "3.0.8"
3
+ VERSION = "3.0.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-sprockets
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.8
4
+ version: 3.0.9
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: 2013-02-24 00:00:00.000000000 Z
12
+ date: 2013-02-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: middleman-more
@@ -181,7 +181,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
181
181
  version: '0'
182
182
  segments:
183
183
  - 0
184
- hash: -2287386190982778371
184
+ hash: 1407985655767176607
185
185
  required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  none: false
187
187
  requirements:
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  version: '0'
191
191
  segments:
192
192
  - 0
193
- hash: -2287386190982778371
193
+ hash: 1407985655767176607
194
194
  requirements: []
195
195
  rubyforge_project: middleman-sprockets
196
196
  rubygems_version: 1.8.23