Sha256: 618d8e96ae396750f62a40418008094b5a950c8e739172823c690b5599028d0c

Contents?: true

Size: 639 Bytes

Versions: 2

Compression:

Stored size: 639 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
mbleigh-uberkit-0.0.4 Rakefile
uberkit-0.0.7 Rakefile