public
Description: The UberKit is a Rails plugin with a set of UI tools to ease common development.
Homepage: http://www.actsascommunity.com/projects/uberkit
Clone URL: git://github.com/mbleigh/uberkit.git
uberkit / Rakefile
100644 16 lines (14 sloc) 0.639 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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