about summary refs log tree commit homepage
path: root/posix_mq.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-04 19:31:47 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-04 19:32:35 -0700
commit7b1b8a1cbbedc2764d4a8ab0d992f9f2ef73d9b7 (patch)
treef1cb7d2c665d3920594bf63ad1514503469d683a /posix_mq.gemspec
parent33368c839dc8c63489591bda6e60c78025be8852 (diff)
downloadruby_posix_mq-7b1b8a1cbbedc2764d4a8ab0d992f9f2ef73d9b7.tar.gz
".rb" in the executable name is discouraged by the
{Ruby packaging standard}[http://github.com/chneukirchen/rps]
and probably confusing.

If I ever get around to it, a non-Ruby version of this
executable is planned, and that will be called "posix-mq"
Diffstat (limited to 'posix_mq.gemspec')
-rw-r--r--posix_mq.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix_mq.gemspec b/posix_mq.gemspec
index 73c0a53..d4cf30e 100644
--- a/posix_mq.gemspec
+++ b/posix_mq.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
   s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = File.read("README").split(/\n\n/)[1]
   s.email = %q{ruby.posix.mq@librelist.com}
-  s.executables = %w(posix-mq.rb)
+  s.executables = %w(posix-mq-rb)
   s.extensions = %w(ext/posix_mq/extconf.rb)
 
   s.extra_rdoc_files = File.readlines('.document').map! do |x|