about summary refs log tree commit homepage
path: root/msgthr.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-06-08 21:54:43 +0000
committerEric Wong <e@80x24.org>2017-06-08 21:54:43 +0000
commit18c001fec61daa1413cdc35af4a14266979cc4b5 (patch)
tree3696a08701c61fd04c583c3c71dad77445b2d129 /msgthr.gemspec
parent60d44c494c90c2e2afb3087d70d5cf6a1384e4d2 (diff)
downloadmsgthr-18c001fec61daa1413cdc35af4a14266979cc4b5.tar.gz
Mainly, we want to emphasize the container-agnosticism over the
non-recursive nature of our algorithm; as the former will likely
be more appealing to those not familiar with message threading
at all.
Diffstat (limited to 'msgthr.gemspec')
-rw-r--r--msgthr.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgthr.gemspec b/msgthr.gemspec
index 0bb591e..ab0cd74 100644
--- a/msgthr.gemspec
+++ b/msgthr.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
   s.name = %q{msgthr}
   s.version = ENV['VERSION'] || '0.0.0'
   s.authors = ['msgthr hackers']
-  s.summary = 'non-recursive, container-agnostic message threading'
+  s.summary = 'container-agnostic, non-recursive message threading'
   s.description = File.read('README').split(/\n\n/)[1].strip
   s.email = %q{msgthr-public@80x24.org}
   s.homepage = 'https://80x24.org/msgthr/'