Sha256: 65f28b0231ed51c8148047929b27e7ce808b7225b13e037343da31d7e098cb26

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "fancy-buttons"
    gemspec.summary = "Make fancy buttons with the Compass stylesheet authoring framework."
    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."
    gemspec.email = "brandon@imathis.com"
    gemspec.homepage = "http://github.com/imathis/fancy-buttons"
    gemspec.author = "Brandon Mathis"
    gemspec.add_dependency('haml', '>= 2.2.14')
    gemspec.add_dependency('compass', '>= 0.10.0.pre8')
    gemspec.add_dependency('compass-colors', '>= 0.3.1')
    gemspec.files = []
    gemspec.files << "fancy-buttons.gemspec"
    gemspec.files << "README.markdown"
    gemspec.files << "Rakefile"
    gemspec.files << "VERSION"
    gemspec.files += Dir.glob("lib/**/*")
  end
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fancy-buttons-0.4.1 Rakefile
fancy-buttons-0.4.0 Rakefile