chriseppstein-compass 0.8.15 → 0.8.16

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.markdown CHANGED
@@ -1,6 +1,17 @@
1
1
  COMPASS CHANGELOG
2
2
  =================
3
3
 
4
+ 0.8.16 (September 12, 2009)
5
+ ---------------------------
6
+
7
+ * Fixed a bug in compass that assumed compass extensions would provide stylesheets.
8
+
9
+ 0.8.15 (September 5, 2009)
10
+ --------------------------
11
+
12
+ * Upgrade the FSSM library to 0.0.6 to fix bugs on windows.
13
+
14
+
4
15
  0.8.14 (September 2, 2009)
5
16
  --------------------------
6
17
 
data/REVISION CHANGED
@@ -1 +1 @@
1
- 495854bb78b7b4ffbd94fbdaaaefbc5892ad47c4
1
+ fd4ddc01714708e68ef428de6a2642cb2d3eec8f
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 15
2
+ :patch: 16
3
3
  :major: 0
4
4
  :minor: 8
@@ -259,7 +259,7 @@ module Compass
259
259
  load_paths = []
260
260
  load_paths << sass_path if sass_path
261
261
  Compass::Frameworks::ALL.each do |framework|
262
- load_paths << framework.stylesheets_directory
262
+ load_paths << framework.stylesheets_directory if File.exists?(framework.stylesheets_directory)
263
263
  end
264
264
  load_paths += resolve_additional_import_paths
265
265
  load_paths
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chriseppstein-compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.15
4
+ version: 0.8.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-05 00:00:00 -07:00
12
+ date: 2009-09-12 00:00:00 -07:00
13
13
  default_executable: compass
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -308,6 +308,7 @@ files:
308
308
  - test/test_rails_helper.rb
309
309
  has_rdoc: false
310
310
  homepage: http://compass-style.org
311
+ licenses:
311
312
  post_install_message:
312
313
  rdoc_options:
313
314
  - --charset=UTF-8
@@ -328,7 +329,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
328
329
  requirements: []
329
330
 
330
331
  rubyforge_project: compass
331
- rubygems_version: 1.2.0
332
+ rubygems_version: 1.3.5
332
333
  signing_key:
333
334
  specification_version: 3
334
335
  summary: A Real Stylesheet Framework