update gemspec
This commit is contained in:
parent
bccee388db
commit
636853f9b8
@ -4,9 +4,9 @@ require File.expand_path('../lib/rack-emstream/version', __FILE__)
|
||||
Gem::Specification.new do |gem|
|
||||
gem.authors = ["John Bintz"]
|
||||
gem.email = ["john@coswellproductions.com"]
|
||||
gem.description = %q{TODO: Write a gem description}
|
||||
gem.summary = %q{TODO: Write a gem summary}
|
||||
gem.homepage = ""
|
||||
gem.description = %q{Super-simple Rack streaming with Thin}
|
||||
gem.summary = %q{Super-simple Rack streaming with Thin}
|
||||
gem.homepage = "http://github.com/johnbintz/rack-emstream/"
|
||||
|
||||
gem.files = `git ls-files`.split($\)
|
||||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||||
|
Loading…
Reference in New Issue
Block a user