Skip to content

Commit

Permalink
Regenerated gemspec for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Nov 11, 2009
1 parent 93262cb commit 6e0b2d2
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions fancy-buttons.gemspec
@@ -1,34 +1,37 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{fancy-buttons} s.name = %q{fancy-buttons}
s.version = "0.0.0" s.version = "0.2.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brandon Mathis", "Chris Eppstein"] s.authors = ["Brandon Mathis", "Chris Eppstein"]
s.date = %q{2009-09-28} s.date = %q{2009-11-10}
s.description = %q{Make fancy buttons with the Compass stylesheet authoring framework.} s.description = %q{Make fancy buttons with the Compass stylesheet authoring framework.}
s.email = %q{imathis@me.com} s.email = %q{imathis@me.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.markdown" "README.markdown"
] ]
s.files = [ s.files = [
"README.markdown", "README.markdown",
"Rakefile", "Rakefile",
"VERSION", "fancy-buttons.gemspec",
"lib/fancy-buttons.rb", "lib/fancy-buttons.rb",
"lib/sass/_border_radius.sass", "lib/sass/_border_radius.sass",
"lib/sass/_gradient.sass", "lib/sass/_fancy_buttons.sass",
"lib/sass/_fancy_buttons.sass", "lib/sass/_gradient.sass",
"lib/templates/project/button_bg.png", "lib/templates/project/button_bg.png",
"lib/templates/project/buttons.sass", "lib/templates/project/buttons.sass",
"lib/templates/project/index.html", "lib/templates/project/index.html",
"lib/templates/project/manifest.rb" "lib/templates/project/manifest.rb"
] ]
s.homepage = %q{http://github.com/imathis/fancy-buttons} s.homepage = %q{http://github.com/imathis/fancy-buttons}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.3} s.rubygems_version = %q{1.3.5}
s.summary = %q{Make fancy buttons with the Compass stylesheet authoring framework.} s.summary = %q{Make fancy buttons with the Compass stylesheet authoring framework.}


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
Expand Down

0 comments on commit 6e0b2d2

Please sign in to comment.