sass-tools 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.10
1
+ 0.1.11
@@ -74,11 +74,9 @@
74
74
  */
75
75
  @mixin background($color, $image, $horizontal, $vertical, $repeat, $inline: false) {
76
76
  @if $image == inherit {
77
- @if $inline == true {
78
- background-color: $color;
79
- background-repeat: $repeat;
80
- background-position: $horizontal $vertical;
81
- }
77
+ background-color: $color;
78
+ background-repeat: $repeat;
79
+ background-position: $horizontal $vertical;
82
80
  } @else {
83
81
  @if $inline == true {
84
82
  background : $color inline-image($image) $horizontal $vertical $repeat;
data/sass-tools.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sass-tools}
8
- s.version = "0.1.10"
8
+ s.version = "0.1.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mario 'Kuroir' Ricalde"]
12
- s.date = %q{2010-09-10}
12
+ s.date = %q{2010-09-16}
13
13
  s.description = %q{}
14
14
  s.email = %q{mario@destructoid.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-tools
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 10
10
- version: 0.1.10
9
+ - 11
10
+ version: 0.1.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mario 'Kuroir' Ricalde
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-10 00:00:00 -05:00
18
+ date: 2010-09-16 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency