diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..d7866ff --- /dev/null +++ b/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 +