Sha256: 008cf818519a3a31309aac0533f479aefa74d15eca2d9dd4047f8b2a018d01dd
Contents?: true
Size: 1.32 KB
Versions: 1
Compression:
Stored size: 1.32 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'wiki/version' Gem::Specification.new do |spec| spec.name = "wiki" spec.version = Wiki::VERSION spec.authors = ["Daniel Stark", "Ward Cunningham"] spec.email = ["daniel@studiostark.com", "ward@c2.com"] spec.description = %q{A Federated Wiki Server} spec.summary = %q{Wiki is a single-page application for browsing and editing content distributed throughout a federation of similar creative-commons licensed sites. What is a federated wiki, and why does federation matter? Authors thoughout the federation pull content towards themselves as they edit. With this package authors publish their own edits back to the federation as they edit.} spec.homepage = "http://fed.wiki.org" spec.licenses = ['MIT', 'GPL-2'] spec.files = `git ls-files`.split($/) # spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } # spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] # spec.add_dependency "openid" # spec.add_dependency "png" # spec.add_dependency "sinatra" # spec.add_dependency "haml" # spec.add_development_dependency "bundler", "~> 1.3" # spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wiki-0.0.1 | wiki.gemspec |