Skip to content

Commit

Permalink
Regenerated gemspec for version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Mar 26, 2009
1 parent f1ee03c commit 456459c
Showing 1 changed file with 28 additions and 21 deletions.
49 changes: 28 additions & 21 deletions uberkit.gemspec
@@ -1,23 +1,30 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = "uberkit"
s.version = "0.0.3"
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.name = %q{uberkit}
s.version = "0.0.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Bleigh"]
s.files = [ "MIT-LICENSE",
"README",
"lib/uberkit/displayer.rb",
"lib/uberkit/menu.rb",
"lib/uberkit/form.rb",
"lib/uberkit/forms/builder.rb",
"lib/uberkit/forms/helper.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
s.date = %q{2009-03-26}
s.description = %q{UberKit is a set of tools for common UI problems in Rails including menus and forms.}
s.email = %q{michael@intridea.com}
s.extra_rdoc_files = ["README"]
s.files = ["MIT-LICENSE", "Rakefile", "README", "VERSION.yml", "lib/uberkit", "lib/uberkit/displayer.rb", "lib/uberkit/form.rb", "lib/uberkit/forms", "lib/uberkit/forms/builder.rb", "lib/uberkit/forms/helper.rb", "lib/uberkit/menu.rb", "lib/uberkit.rb", "rails/init.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/mbleigh/uberkit}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{A Rails plugin for a common set of UI tools and helpers for building interfaces.}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit 456459c

Please sign in to comment.