Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
titanous committed Sep 4, 2012
1 parent 2a06303 commit f82e0c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tentd.gemspec
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
gem.version = TentD::VERSION
gem.authors = ["Jonathan Rudenberg", "Jesse Stuart"]
gem.email = ["jonathan@titanous.com", "jessestuart@gmail.com"]
gem.description = %q{TODO: Write a gem description}
gem.summary = %q{TODO: Write a gem summary}
gem.homepage = ""
gem.description = %q{Tent Protocol server reference implementation}
gem.summary = %q{Tent Protocol server reference implementation}
gem.homepage = "http://tent.io"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit f82e0c5

Please sign in to comment.