less-rails 2.1.4 → 2.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
- 2.1.4 - =01/31/2012
4
+ 2.1.4, 2.1.5 - =01/31/2012
5
5
 
6
6
  * More friendly import processor with missing files. Fixes #13.
7
7
 
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- eval File.read('Gemfile.rails-3.1')
1
+ eval File.read('Gemfile.rails-3.2')
2
2
 
3
3
  group :test do
4
4
  if RUBY_PLATFORM =~ /darwin/
@@ -12,7 +12,7 @@ module Less
12
12
  import_paths.each do |path|
13
13
  pathname = begin
14
14
  context.resolve(path)
15
- rescue FileNotFound
15
+ rescue Sprockets::FileNotFound
16
16
  nil
17
17
  end
18
18
  context.depend_on(path) if pathname && pathname.to_s.ends_with?('.less')
@@ -1,5 +1,5 @@
1
1
  module Less
2
2
  module Rails
3
- VERSION = "2.1.4"
3
+ VERSION = "2.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: less-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 4
10
- version: 2.1.4
9
+ - 5
10
+ version: 2.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ken Collins