sass 3.1.0.alpha.11 → 3.1.0.alpha.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 3.1.0.alpha.11
1
+ 3.1.0.alpha.12
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0.alpha.11
1
+ 3.1.0.alpha.12
@@ -121,7 +121,7 @@ module Sass
121
121
  end
122
122
 
123
123
  def dependency_updated?(css_mtime)
124
- lambda do |uri, importer|
124
+ Proc.new do |uri, importer|
125
125
  mtime(uri, importer) > css_mtime ||
126
126
  dependencies_stale?(uri, importer, css_mtime)
127
127
  end
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.11
4
+ version: 3.1.0.alpha.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2010-09-29 00:00:00 -04:00
14
+ date: 2010-10-01 00:00:00 -04:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency