fancy-buttons 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
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 = "Make fancy buttons with the Compass stylesheet authoring framework."
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"
@@ -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"
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-22}
13
- s.description = %q{Make fancy buttons with the Compass stylesheet authoring framework.}
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: #{!fb_bg_image} repeat-x bottom left
153
+ background: #{!fb_image_path} repeat-x bottom left
154
154
  margin: 0
155
155
  width: auto
156
156
  overflow: visible
@@ -1,3 +1,4 @@
1
1
  stylesheet 'buttons.sass'
2
+ stylesheet 'ie6.sass'
2
3
  image 'button_bg.png'
3
4
  file 'index.html'
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.8
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-22 00:00:00 -06:00
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: Make fancy buttons with the Compass stylesheet authoring framework.
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