Sha256: a3d7d1e778afd9a757afde634173c89a9a0433df83cae9c44240643ddfc5692b

Contents?: true

Size: 817 Bytes

Versions: 4

Compression:

Stored size: 817 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

require 'soywiki'
Gem::Specification.new do |s|
  s.name        = "soywiki"
  s.version     = Soywiki::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Daniel Choi"]
  s.email       = ["dhchoi@gmail.com"]
  s.homepage    = "http://danielchoi.com/software/soywiki.html"
  s.summary     = %q{Wiki with Vim interface and Git repo}
  s.description = %q{A personal and collaborative wiki for Vim users}

  s.rubyforge_project = "soywiki"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_dependency 'haml'
  s.add_dependency 'rdiscount'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
soywiki-0.7.4 soywiki.gemspec
soywiki-0.7.3 soywiki.gemspec
soywiki-0.7.2 soywiki.gemspec
soywiki-0.7.1 soywiki.gemspec