Skip to content

Commit

Permalink
Adding jeweler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Mar 26, 2009
1 parent ecac504 commit f1ee03c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Rakefile
@@ -0,0 +1,15 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "uberkit"
s.summary = "A Rails plugin for a common set of UI tools and helpers for building interfaces."
s.email = "michael@intridea.com"
s.homepage = "http://github.com/mbleigh/uberkit"
s.description = "UberKit is a set of tools for common UI problems in Rails including menus and forms."
s.authors = ["Michael Bleigh"]
s.files = FileList["[A-Z]*", "{lib,rails}/**/*"]
end
rescue LoadError
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

0 comments on commit f1ee03c

Please sign in to comment.