compass-susy-plugin 0.9.beta.2 → 0.9.beta.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.beta.2
1
+ 0.9.beta.3
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{compass-susy-plugin}
5
- s.version = "0.9.beta.2"
5
+ s.version = "0.9.beta.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Eric Meyer"]
@@ -4,3 +4,10 @@
4
4
  @import "compass";
5
5
  @import "utils";
6
6
  @import "grid";
7
+
8
+ @mixin susy {
9
+ @warn 'The Susy mixin has been deprecated and is no longer needed. If you
10
+ would like to keep using vertical-rhythms (now in compass core), you should
11
+ include the establish-baseline mixin instead.';
12
+ @include establish-baseline;
13
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-susy-plugin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196255
4
+ hash: 62196253
5
5
  prerelease: 4
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - beta
10
- - 2
11
- version: 0.9.beta.2
10
+ - 3
11
+ version: 0.9.beta.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Eric Meyer