fancy-buttons 0.4.0 → 0.4.1

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.
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fancy-buttons}
8
- s.version = "0.4.0"
8
+ s.version = "0.4.1"
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-02-23}
12
+ s.date = %q{2010-02-25}
13
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 = [
@@ -19,8 +19,9 @@ div
19
19
  !red = adjust_hue(!green, -100)
20
20
  !heart_button = saturate(lighten(!red, 2), 20)
21
21
 
22
+
22
23
  =custom-fancy-gradient(!color1, !color2)
23
- +radial-gradient("50% 10%, 10, 50% 10%, 30", !color1, darken(!color2, 5))
24
+ +radial-gradient(color_stops(!color1, darken(!color2, 5) 30px), "50% 10%")
24
25
  =invert-custom-fancy-gradient(!color1, !color2)
25
26
  +custom-fancy-gradient(lighten(!color2, 10), lighten(!color2, 25))
26
27
 
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.4.0
4
+ version: 0.4.1
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-02-23 00:00:00 -06:00
12
+ date: 2010-02-25 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency