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 +5 -0
- data/REVISION +1 -1
- data/VERSION.yml +1 -1
- data/lib/compass/app_integration/rails/{image_url.rb → urls.rb} +1 -1
- data/lib/compass/app_integration/rails.rb +1 -1
- metadata +2 -2
data/CHANGELOG.markdown
CHANGED
data/REVISION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
cbc90aace45b6f75187a17d5519b650734ab1632
|
data/VERSION.yml
CHANGED
|
@@ -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', '
|
|
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.
|
|
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
|