update gemspec

This commit is contained in:
John Bintz 2012-07-09 16:59:15 -04:00
parent bccee388db
commit 636853f9b8

View File

@ -4,9 +4,9 @@ require File.expand_path('../lib/rack-emstream/version', __FILE__)
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.authors = ["John Bintz"] gem.authors = ["John Bintz"]
gem.email = ["john@coswellproductions.com"] gem.email = ["john@coswellproductions.com"]
gem.description = %q{TODO: Write a gem description} gem.description = %q{Super-simple Rack streaming with Thin}
gem.summary = %q{TODO: Write a gem summary} gem.summary = %q{Super-simple Rack streaming with Thin}
gem.homepage = "" gem.homepage = "http://github.com/johnbintz/rack-emstream/"
gem.files = `git ls-files`.split($\) gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }