about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-10-18 18:45:40 +0000
committerEric Wong <normalperson@yhbt.net>2013-10-18 18:45:40 +0000
commit4f81caa4fc60f18f8b1d51743a8ea29945de7dbb (patch)
tree2c6335fcab204953e6b03a39e7e266380a8e06ad
parentb285f2823726a278c7138680e09e6387d79ccbcd (diff)
downloadyahns-4f81caa4fc60f18f8b1d51743a8ea29945de7dbb.tar.gz
Apparently "#{name}" does not expand properly in gemspecs :x
-rw-r--r--yahns.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/yahns.gemspec b/yahns.gemspec
index 68aad2e..20caa4d 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
   manifest = File.read('.gem-manifest').split(/\n/)
   s.name = %q{yahns}
   s.version = ENV["VERSION"]
-  s.authors = ["#{name} hackers"]
+  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}