sprockets-sass 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Appraisals +0 -0
- data/Gemfile +0 -0
- data/LICENSE +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/lib/sprockets-sass.rb +0 -0
- data/lib/sprockets/sass.rb +0 -0
- data/lib/sprockets/sass/cache_store.rb +0 -0
- data/lib/sprockets/sass/compressor.rb +0 -0
- data/lib/sprockets/sass/functions.rb +2 -2
- data/lib/sprockets/sass/importer.rb +0 -0
- data/lib/sprockets/sass/sass_template.rb +0 -0
- data/lib/sprockets/sass/scss_template.rb +0 -0
- data/lib/sprockets/sass/version.rb +1 -1
- data/spec/spec_helper.rb +0 -0
- data/spec/sprockets-sass_spec.rb +0 -0
- data/spec/support/be_fresh_matcher.rb +0 -0
- data/sprockets-sass.gemspec +0 -0
- metadata +2 -2
data/Appraisals
CHANGED
File without changes
|
data/Gemfile
CHANGED
File without changes
|
data/LICENSE
CHANGED
File without changes
|
data/README.md
CHANGED
File without changes
|
data/Rakefile
CHANGED
File without changes
|
data/lib/sprockets-sass.rb
CHANGED
File without changes
|
data/lib/sprockets/sass.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
@@ -69,8 +69,8 @@ module Sprockets
|
|
69
69
|
#
|
70
70
|
# === Examples
|
71
71
|
#
|
72
|
-
# background:
|
73
|
-
# background:
|
72
|
+
# background: image-url("image.jpg"); // background: url("/assets/image.jpg");
|
73
|
+
# background: image-url("image.jpg", $digest: true); // background: url("/assets/image-27a8f1f96afd8d4c67a59eb9447f45bd.jpg");
|
74
74
|
#
|
75
75
|
def image_url(source, options = {}, cache_buster = nil)
|
76
76
|
# Work with the Compass #image_url API
|
File without changes
|
File without changes
|
File without changes
|
data/spec/spec_helper.rb
CHANGED
File without changes
|
data/spec/sprockets-sass_spec.rb
CHANGED
File without changes
|
File without changes
|
data/sprockets-sass.gemspec
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sprockets-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sprockets
|