yahns.git  about / heads / tags
sleepy, multi-threaded, non-blocking application server for Ruby
blob 20caa4db2ecbc55129a1980f4e7aea930bd6f308 824 bytes (raw)
$ git show v0.0.0:yahns.gemspec	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
Gem::Specification.new do |s|
  manifest = File.read('.gem-manifest').split(/\n/)
  s.name = %q{yahns}
  s.version = ENV["VERSION"]
  s.authors = ["yahns hackers"]
  s.summary = "sleepy, multi-threaded, non-blocking application server"
  s.description = File.read("README").split(/\n\n/)[1].strip
  s.email = %q{yahns@yhbt.net}
  s.executables = manifest.grep(%r{\Abin/}).map { |s| s.sub(%r{\Abin/}, "") }
  s.files = manifest
  s.add_dependency(%q<kgio>, '~> 2.8')
  s.add_dependency(%q<sleepy_penguin>, '~> 3.2')
  s.add_dependency(%q<sendfile>, '~> 1.2.1')
  s.add_dependency(%q<unicorn>, '~> 4.6.3')
  s.homepage = "http://yahns.yhbt.net/README"
  s.licenses = "GPLv3+"
end

git clone git://yhbt.net/yahns.git
git clone https://yhbt.net/yahns.git