compass 0.10.4.pre.2 → 0.10.4.pre.3

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.
@@ -2,4 +2,4 @@
2
2
  :major: 0
3
3
  :minor: 10
4
4
  :patch: 4
5
- :build: pre.2
5
+ :build: pre.3
@@ -35,8 +35,8 @@ module Compass
35
35
  end
36
36
 
37
37
  def initialize!
38
- rails_root = (defined?(Rails) ? Rails.root : RAILS_ROOT).to_s
39
- Compass.add_project_configuration(File.join(root, "config", "compass.rb"))
38
+ config_file = Compass.detect_configuration_file(root)
39
+ Compass.add_project_configuration(config_file)
40
40
  Compass.discover_extensions!
41
41
  Compass.configure_sass_plugin!
42
42
  Compass.handle_configuration_change!
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 10
8
8
  - 4
9
9
  - pre
10
- - 2
11
- version: 0.10.4.pre.2
10
+ - 3
11
+ version: 0.10.4.pre.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Chris Eppstein
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2010-08-05 00:00:00 -07:00
21
+ date: 2010-08-06 00:00:00 -07:00
22
22
  default_executable: compass
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency