sass 3.1.0.alpha.30 → 3.1.0.alpha.31

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.
@@ -1 +1 @@
1
- 3.1.0.alpha.30
1
+ 3.1.0.alpha.31
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0.alpha.30
1
+ 3.1.0.alpha.31
@@ -18,7 +18,9 @@ unless defined?(Sass::RAILS_LOADED)
18
18
 
19
19
  Sass::Plugin.options.reverse_merge!(Sass::Plugin.default_options)
20
20
 
21
- if Sass::Util.ap_geq?('3.1.0.beta')
21
+ # Disable this for now, until we figure out how to get Rails
22
+ # to pass in the view.
23
+ if false #Sass::Util.ap_geq?('3.1.0.beta')
22
24
  require 'sass/importers/rails'
23
25
  class Sass::Plugin::TemplateHandler
24
26
  attr_reader :syntax
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.alpha.30
4
+ version: 3.1.0.alpha.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum