fancy-buttons 0.6.0.pre1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -11,7 +11,7 @@ Without CSS gradient support:
11
11
  ## Install
12
12
 
13
13
  Install the plugin: (should automatically install latest dependencies for Compass, and Haml)
14
- sudo gem install fancy-buttons
14
+ gem install fancy-buttons
15
15
 
16
16
  To create a new project based on fancy-buttons:
17
17
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fancy-buttons}
8
- s.version = "0.6.0.pre1"
8
+ s.version = "1.0.0"
9
9
 
10
- s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
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-08-17}
12
+ s.date = %q{2010-10-28}
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 = [
@@ -1,4 +1,7 @@
1
- @import compass/css3
1
+ @import compass/css3/gradient
2
+ @import compass/css3/border-radius
3
+ @import compass/css3/opacity
4
+ @import compass/css3/text-shadow
2
5
  @import fancy-gradient
3
6
 
4
7
  $fb-gradient-style: glossy !default
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fancy-buttons
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1876988208
5
- prerelease: true
4
+ hash: 23
5
+ prerelease: false
6
6
  segments:
7
+ - 1
7
8
  - 0
8
- - 6
9
9
  - 0
10
- - pre1
11
- version: 0.6.0.pre1
10
+ version: 1.0.0
12
11
  platform: ruby
13
12
  authors:
14
13
  - Brandon Mathis
@@ -16,7 +15,7 @@ autorequire:
16
15
  bindir: bin
17
16
  cert_chain: []
18
17
 
19
- date: 2010-08-17 00:00:00 -05:00
18
+ date: 2010-10-28 00:00:00 -05:00
20
19
  default_executable:
21
20
  dependencies:
22
21
  - !ruby/object:Gem::Dependency
@@ -91,14 +90,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
90
  required_rubygems_version: !ruby/object:Gem::Requirement
92
91
  none: false
93
92
  requirements:
94
- - - ">"
93
+ - - ">="
95
94
  - !ruby/object:Gem::Version
96
- hash: 25
95
+ hash: 3
97
96
  segments:
98
- - 1
99
- - 3
100
- - 1
101
- version: 1.3.1
97
+ - 0
98
+ version: "0"
102
99
  requirements: []
103
100
 
104
101
  rubyforge_project: