# -*- encoding: utf-8 -*- # stub: instiki 0.10.2 ruby lib Gem::Specification.new do |s| s.name = "instiki".freeze s.version = "0.10.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["David Heinemeier Hansson".freeze] s.bindir = ".".freeze s.date = "2005-07-30" s.description = "Instiki is a Wiki Clone written in Ruby that ships with an embedded webserver. You can setup up an Instiki in just a few steps. Possibly the simplest wiki setup ever.".freeze s.email = "david@loudthinking.com".freeze s.executables = ["instiki".freeze] s.files = ["./instiki".freeze, "CHANGELOG".freeze, "README".freeze, "app/controllers/admin_controller.rb".freeze, "app/controllers/application.rb".freeze, "app/controllers/file_controller.rb".freeze, "app/controllers/wiki_controller.rb".freeze, "app/helpers/application_helper.rb".freeze, "app/models/author.rb".freeze, "app/models/chunks/category.rb".freeze, "app/models/chunks/chunk.rb".freeze, "app/models/chunks/engines.rb".freeze, "app/models/chunks/include.rb".freeze, "app/models/chunks/literal.rb".freeze, "app/models/chunks/nowiki.rb".freeze, "app/models/chunks/test.rb".freeze, "app/models/chunks/uri.rb".freeze, "app/models/chunks/wiki.rb".freeze, "app/models/file_yard.rb".freeze, "app/models/page.rb".freeze, "app/models/page_lock.rb".freeze, "app/models/page_set.rb".freeze, "app/models/revision.rb".freeze, "app/models/web.rb".freeze, "app/models/wiki_content.rb".freeze, "app/models/wiki_service.rb".freeze, "app/models/wiki_words.rb".freeze, "app/views/admin/create_system.rhtml".freeze, "app/views/admin/create_web.rhtml".freeze, "app/views/admin/edit_web.rhtml".freeze, "app/views/file/file.rhtml".freeze, "app/views/file/import.rhtml".freeze, "app/views/layouts/default.rhtml".freeze, "app/views/markdown_help.rhtml".freeze, "app/views/mixed_help.rhtml".freeze, "app/views/navigation.rhtml".freeze, "app/views/rdoc_help.rhtml".freeze, "app/views/textile_help.rhtml".freeze, "app/views/wiki/authors.rhtml".freeze, "app/views/wiki/edit.rhtml".freeze, "app/views/wiki/export.rhtml".freeze, "app/views/wiki/feeds.rhtml".freeze, "app/views/wiki/list.rhtml".freeze, "app/views/wiki/locked.rhtml".freeze, "app/views/wiki/login.rhtml".freeze, "app/views/wiki/new.rhtml".freeze, "app/views/wiki/page.rhtml".freeze, "app/views/wiki/print.rhtml".freeze, "app/views/wiki/published.rhtml".freeze, "app/views/wiki/recently_revised.rhtml".freeze, "app/views/wiki/revision.rhtml".freeze, "app/views/wiki/rollback.rhtml".freeze, "app/views/wiki/rss_feed.rhtml".freeze, "app/views/wiki/search.rhtml".freeze, "app/views/wiki/tex.rhtml".freeze, "app/views/wiki/tex_web.rhtml".freeze, "app/views/wiki/web_list.rhtml".freeze, "app/views/wiki_words_help.rhtml".freeze, "config/environment.rb".freeze, "config/environments/development.rb".freeze, "config/environments/production.rb".freeze, "config/environments/test.rb".freeze, "config/routes.rb".freeze, "instiki".freeze, "instiki.rb".freeze, "lib/active_record_stub.rb".freeze, "lib/bluecloth_tweaked.rb".freeze, "lib/diff.rb".freeze, "lib/instiki_errors.rb".freeze, "lib/rdocsupport.rb".freeze, "lib/redcloth_for_tex.rb".freeze, "natives/osx/desktop_launcher/AppDelegate.h".freeze, "natives/osx/desktop_launcher/AppDelegate.mm".freeze, "natives/osx/desktop_launcher/Credits.html".freeze, "natives/osx/desktop_launcher/English.lproj/InfoPlist.strings".freeze, "natives/osx/desktop_launcher/English.lproj/MainMenu.nib/classes.nib".freeze, "natives/osx/desktop_launcher/English.lproj/MainMenu.nib/info.nib".freeze, "natives/osx/desktop_launcher/English.lproj/MainMenu.nib/objects.nib".freeze, "natives/osx/desktop_launcher/Info.plist".freeze, "natives/osx/desktop_launcher/Instiki.xcode/project.pbxproj".freeze, "natives/osx/desktop_launcher/Instiki_Prefix.pch".freeze, "natives/osx/desktop_launcher/MakeDMG.sh".freeze, "natives/osx/desktop_launcher/main.mm".freeze, "natives/osx/desktop_launcher/version.plist".freeze, "public/404.html".freeze, "public/500.html".freeze, "public/dispatch.rb".freeze, "public/favicon.ico".freeze, "public/javascripts/edit_web.js".freeze, "public/javascripts/prototype.js".freeze, "public/stylesheets/instiki.css".freeze, "script/breakpointer".freeze, "script/debug_storage".freeze, "script/server".freeze] s.homepage = "http://www.instiki.org".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.requirements = ["none".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Easy to install WikiClone running on WEBrick and Madeleine".freeze s.specification_version = 1 s.add_runtime_dependency(%q.freeze, ["= 0.7.1".freeze]) s.add_runtime_dependency(%q.freeze, ["= 3.0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.5.8".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.13.1".freeze]) end