ajsharp / uberkit forked from mbleigh/uberkit

The UberKit is a Rails plugin with a set of UI tools to ease common development.

uberkit / uberkit.gemspec
100644 20 lines (20 sloc) 0.817 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Gem::Specification.new do |s|
  s.name = "uberkit"
  s.version = "0.0.2"
  s.date = "2008-07-14"
  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://www.actsascommunity.com/projects/uberkit"
  s.description = "UberKit is a set of tools for common UI problems in Rails including menus and forms."
  s.has_rdoc = false
  s.authors = ["Michael Bleigh"]
  s.files = [ "MIT-LICENSE",
              "README",
              "lib/uberkit/displayer.rb",
              "lib/uberkit/menu.rb",
              "lib/uberkit.rb",
              "rails/init.rb" ]
  #s.rdoc_options = ["--main", "README.txt"]
  #s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
  #s.add_dependency("mbleigh-mash", [">= 0.0.5"])
end