sass-globbing 1.0.0.rc.1 → 1.0.0.rc.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  require 'pathname'
2
+ require 'singleton'
2
3
 
3
4
  class Sass::Globbing::Importer < Sass::Importers::Filesystem
4
5
 
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Globbing
3
- VERSION = "1.0.0.rc.1"
3
+ VERSION = "1.0.0.rc.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sass-globbing
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 1.0.0.rc.1
5
+ version: 1.0.0.rc.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chris Eppstein