chriseppstein-compass 0.8.3 → 0.8.4

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.
data/CHANGELOG.markdown CHANGED
@@ -1,6 +1,11 @@
1
1
  COMPASS CHANGELOG
2
2
  =================
3
3
 
4
+ 0.8.4 (July 06, 2009)
5
+ ---------------------
6
+
7
+ Fixed a bug in rails integration introduced in 0.8.3.
8
+
4
9
  0.8.3 (July 06, 2009)
5
10
  ---------------------
6
11
 
data/REVISION CHANGED
@@ -1 +1 @@
1
- 51743bdb5b4d9835f3bde134219fab68bfaafc5f
1
+ cbc90aace45b6f75187a17d5519b650734ab1632
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
+ :patch: 4
2
3
  :major: 0
3
4
  :minor: 8
4
- :patch: 3
@@ -1,4 +1,4 @@
1
- module Compass::SassExtensions::Functions::ImageUrl
1
+ module Compass::SassExtensions::Functions::Urls
2
2
  def image_url_with_rails_integration(path)
3
3
  if @controller = Sass::Plugin.rails_controller
4
4
  begin
@@ -2,7 +2,7 @@ unless defined?(Compass::RAILS_LOADED)
2
2
  Compass::RAILS_LOADED = true
3
3
  require File.join(File.dirname(__FILE__), 'rails', 'action_controller')
4
4
  require File.join(File.dirname(__FILE__), 'rails', 'sass_plugin')
5
- require File.join(File.dirname(__FILE__), 'rails', 'image_url')
5
+ require File.join(File.dirname(__FILE__), 'rails', 'urls')
6
6
  # Wierd that this has to be re-included to pick up sub-modules. Ruby bug?
7
7
  class Sass::Script::Functions::EvaluationContext
8
8
  include Sass::Script::Functions
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.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -218,9 +218,9 @@ files:
218
218
  - lib/compass/app_integration/merb.rb
219
219
  - lib/compass/app_integration/rails.rb
220
220
  - lib/compass/app_integration/rails/action_controller.rb
221
- - lib/compass/app_integration/rails/image_url.rb
222
221
  - lib/compass/app_integration/rails/sass_plugin.rb
223
222
  - lib/compass/app_integration/rails/templates/compass-install-rails.rb
223
+ - lib/compass/app_integration/rails/urls.rb
224
224
  - lib/compass/commands/base.rb
225
225
  - lib/compass/commands/create_project.rb
226
226
  - lib/compass/commands/generate_grid_background.rb