Sha256: 740440573be1b181694ffca7504f5ca2c4c941f6048b093a440ebb3683918b38
Contents?: true
Size: 669 Bytes
Versions: 3
Compression:
Stored size: 669 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 Jeweler::GemcutterTasks.new 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
uberkit-0.0.10 | Rakefile |
uberkit-0.0.9 | Rakefile |
uberkit-0.0.8 | Rakefile |