RubyGems
npm
Organizations
Log in
Sign up
RubyGems
sass-globbing
Versions diffs
1.0.0.rc.1 → 1.0.0.rc.2
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.
Files changed (3)
hide
show
data/lib/sass/globbing/importer.rb
+1
-0
data/lib/sass/globbing/version.rb
+1
-1
metadata
+1
-1
data/lib/sass/globbing/importer.rb
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
1
require 'pathname'
2
+
require 'singleton'
2
3
3
4
class Sass::Globbing::Importer < Sass::Importers::Filesystem
4
5
data/lib/sass/globbing/version.rb
CHANGED
Viewed
@@ -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
Viewed
@@ -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