# -*- encoding: utf-8 -*- # stub: soywiki 0.9.8.2.pre ruby lib Gem::Specification.new do |s| s.name = "soywiki".freeze s.version = "0.9.8.2.pre".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Choi".freeze] s.date = "2014-01-25" s.description = "A personal and collaborative wiki for Vim users".freeze s.email = ["dhchoi@gmail.com".freeze] s.executables = ["soywiki".freeze, "soywiki-expand".freeze, "soywiki-ls-t".freeze, "soywiki-pages-linking-in".freeze, "soywiki-rename".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE.txt".freeze, "README.markdown".freeze, "Rakefile".freeze, "bin/soywiki".freeze, "bin/soywiki-expand".freeze, "bin/soywiki-ls-t".freeze, "bin/soywiki-pages-linking-in".freeze, "bin/soywiki-rename".freeze, "lib/index_template.html.haml".freeze, "lib/page_template.html.haml".freeze, "lib/path_helper.rb".freeze, "lib/plugin.erb".freeze, "lib/soywiki.rb".freeze, "lib/soywiki.vim".freeze, "lib/soywiki/expander.rb".freeze, "lib/soywiki/html.rb".freeze, "lib/soywiki/renamer.rb".freeze, "lib/string_ext.rb".freeze, "plugin/soywiki_starter.vim".freeze, "soywiki.gemspec".freeze] s.homepage = "http://danielchoi.com/software/soywiki.html".freeze s.licenses = ["MIT".freeze] s.post_install_message = "For optional compilation of the wiki to html you will need:\n - haml\nand for markdown support:\n - rdiscount\n".freeze s.requirements = ["For optional compilation of the wiki to html you will need:\n - haml\nand for markdown support:\n - rdiscount\n".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Wiki with Vim interface and Git repo".freeze end