uzuuzu.gemspec in uzuuzu-0.0.1 vs uzuuzu.gemspec in uzuuzu-0.0.2

- old
+ new

@@ -3,28 +3,25 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{uzuuzu} - s.version = "0.0.1" + s.version = "0.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Takuya Kondo"] - s.date = %q{2011-07-24} + s.date = %q{2011-08-14} s.description = %q{uzuuzu is web fw and cms} s.email = %q{takuya.v3v@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ - ".DS_Store", ".document", ".project", - ".redcar/tags", ".rspec", - ".settings/org.eclipse.ltk.core.refactoring.prefs", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.rdoc", "Rakefile", @@ -33,11 +30,12 @@ "lib/uzuuzu.rb", "lib/uzuuzu/.DS_Store", "lib/uzuuzu/uzuuzu.rb", "spec/spec_helper.rb", "spec/uzuuzu_spec.rb", - "template/public/css/images/.DS_Store", + "template/app.rb", + "template/config.ru", "template/public/css/images/ajax-loader.png", "template/public/css/images/icon-search-black.png", "template/public/css/images/icons-18-black.png", "template/public/css/images/icons-18-white.png", "template/public/css/images/icons-36-black.png", @@ -57,15 +55,17 @@ "template/public/css/images/ui-icons_ffd27a_256x240.png", "template/public/css/images/ui-icons_ffffff_256x240.png", "template/public/css/jquery-ui.css", "template/public/css/jquery.mobile.css", "template/public/css/screen.css", + "template/public/dispatch.fcgi", "template/public/js/jquery-ui.js", "template/public/js/jquery.js", "template/public/js/jquery.mobile.js", "template/public/js/uzuuzu-ui.js", "template/public/js/uzuuzu.js", "template/public/js/uzuuzu.mobile.js", + "template/start.rb", "template/uzuuzu.yaml", "uzuuzu.gemspec" ] s.homepage = %q{http://github.com/takuya-v-v/uzuuzu} s.licenses = ["MIT"]