Sha256: 032f1301cd266e7c3184c471b0480656e6292759135fdc7329d1a709cedd69a9

Contents?: true

Size: 764 Bytes

Versions: 1

Compression:

Stored size: 764 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "soywiki"
  s.version     = "0.0.1"
  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 'couchrest'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
soywiki-0.0.1 soywiki.gemspec