sassy-buttons 0.0.9 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/stylesheets/_sassy-buttons.sass +1 -1
- metadata +5 -5
@@ -4,7 +4,7 @@
|
|
4
4
|
@import "compass/css3/border-radius"
|
5
5
|
@import "compass/css3/box-shadow"
|
6
6
|
@import "compass/css3/text-shadow"
|
7
|
-
@import "compass/css3/
|
7
|
+
@import "compass/css3/images"
|
8
8
|
|
9
9
|
@import "sassy-buttons/sassy-button-gradients"
|
10
10
|
@import "sassy-buttons/sassy-button-styles"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sassy-buttons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,20 +9,20 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-04-15 00:00:00.000000000 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: compass
|
17
|
-
requirement: &
|
17
|
+
requirement: &70149672718280 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ! '>='
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version:
|
22
|
+
version: 0.12.1
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
|
-
version_requirements: *
|
25
|
+
version_requirements: *70149672718280
|
26
26
|
description: Sassy css3 buttons using compass
|
27
27
|
email: jared@jaredhardy.com
|
28
28
|
executables: []
|