fancy-buttons 0.3.8 → 0.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/fancy-buttons.gemspec +3 -3
- data/lib/sass/_fancy_buttons.sass +1 -1
- data/lib/templates/project/manifest.rb +1 -0
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -3,7 +3,7 @@ begin
|
|
|
3
3
|
Jeweler::Tasks.new do |gemspec|
|
|
4
4
|
gemspec.name = "fancy-buttons"
|
|
5
5
|
gemspec.summary = "Make fancy buttons with the Compass stylesheet authoring framework."
|
|
6
|
-
gemspec.description = "
|
|
6
|
+
gemspec.description = "Easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers with no support. This requires the Compass stylesheet authoring framework."
|
|
7
7
|
gemspec.email = "brandon@imathis.com"
|
|
8
8
|
gemspec.homepage = "http://github.com/imathis/fancy-buttons"
|
|
9
9
|
gemspec.author = "Brandon Mathis"
|
data/fancy-buttons.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{fancy-buttons}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.9"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Brandon Mathis"]
|
|
12
|
-
s.date = %q{2010-01-
|
|
13
|
-
s.description = %q{
|
|
12
|
+
s.date = %q{2010-01-24}
|
|
13
|
+
s.description = %q{Easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers with no support. This requires the Compass stylesheet authoring framework.}
|
|
14
14
|
s.email = %q{brandon@imathis.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"README.markdown"
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
// Reset the button's important properties to make sure they behave correctly
|
|
151
151
|
=fb-reset(!font_weight = !fb_font_weight)
|
|
152
152
|
font-family: "Lucida Grande", Lucida, Arial, sans_serif
|
|
153
|
-
background: #{!
|
|
153
|
+
background: #{!fb_image_path} repeat-x bottom left
|
|
154
154
|
margin: 0
|
|
155
155
|
width: auto
|
|
156
156
|
overflow: visible
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fancy-buttons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Mathis
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-01-
|
|
12
|
+
date: 2010-01-24 00:00:00 -06:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -42,7 +42,7 @@ dependencies:
|
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
43
|
version: 0.3.1
|
|
44
44
|
version:
|
|
45
|
-
description:
|
|
45
|
+
description: Easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers with no support. This requires the Compass stylesheet authoring framework.
|
|
46
46
|
email: brandon@imathis.com
|
|
47
47
|
executables: []
|
|
48
48
|
|