posix_mq RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ANN] posix_mq 2.3.0 - POSIX Message Queues for Ruby
@ 2016-02-02 23:34  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2016-02-02 23:34 UTC (permalink / raw)
  To: ruby-talk, ruby-posix-mq

POSIX message queues allow local processes to exchange data in the form
of messages.  This API is distinct from that provided by System V
message queues, but provides similar functionality.

* http://bogomips.org/ruby_posix_mq/
* mailto:ruby-posix-mq@bogomips.org
* git clone git://bogomips.org/ruby_posix_mq.git
* Atom feed: http://bogomips.org/ruby_posix_mq/NEWS.atom.xml
* archives: http://bogomips.org/ruby-posix-mq/
  nntp://news.public-inbox.org/inbox.comp.lang.ruby.posix-mq
* gem install -v 2.3.0 posix_mq

Changes:

    Ruby posix_mq 2.3.0 - updates for Ruby 2.3+

    This release updates our POSIX_MQ#close to match the idempotent
    IO#close behavior under Ruby 2.3 and later.  Previous Ruby versions
    continue to be supported, but POSIX_MQ#close remains non-idempotent
    when built against old Ruby versions.

    4 changes since v2.2.0:

          enable frozen_string_literal for Ruby 2.3+
          support idempotent POSIX_MQ#close
          README: remove cgit and ssoma references
          build: use '--local' domain for dev gem install

Have fun!

^ permalink raw reply	[relevance 7%]

* [PATCH] README: remove cgit and ssoma references
@ 2016-02-02 22:54  6% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2016-02-02 22:54 UTC (permalink / raw)
  To: ruby-posix-mq

We may not always be cgit, and encouraging tarball snapshot
downloads is a waste of resources

Release tarballs are not, as users aren't expected to know to
do "git clone"; but developers are.

This is also not an appropriate place for advertising ssoma.
---
 README | 55 +++++++++++++------------------------------------------
 1 file changed, 13 insertions(+), 42 deletions(-)

diff --git a/README b/README
index d302073..032cc5d 100644
--- a/README
+++ b/README
@@ -92,13 +92,12 @@ from processes that receive.
 
 You can get the latest source via git from the following locations:
 
-  git://bogomips.org/ruby_posix_mq.git
-  git://repo.or.cz/ruby_posix_mq.git (mirror)
+	git://bogomips.org/ruby_posix_mq.git
+	git://repo.or.cz/ruby_posix_mq.git (mirror)
 
-You may browse the code from the web and download the latest snapshot
-tarballs here:
+You may also browse the code from the web:
 
-* http://bogomips.org/ruby_posix_mq.git (cgit)
+* http://bogomips.org/ruby_posix_mq.git
 * http://repo.or.cz/w/ruby_posix_mq.git (gitweb)
 
 Inline patches (from "git format-patch") to the mailing list are
@@ -107,8 +106,11 @@ the patch.
 
 We will adhere to mostly the same conventions for patch submissions as
 git itself.  See the Documentation/SubmittingPatches document
-distributed with git on on patch submission guidelines to follow.  Just
-don't email the git mailing list or maintainer with Ruby posix_mq patches.
+distributed with git on patch submission guidelines to follow:
+
+https://git.kernel.org/cgit/git/git.git/plain/Documentation/SubmittingPatches
+
+Just don't mail the git list or maintainer with Ruby posix_mq patches.
 
 == Contact
 
@@ -119,40 +121,9 @@ Send patches (from "git format-patch") with "git send-email" and do not
 send HTML email or attachments.  We are very responsive to email and you
 will usually get a response within 24-72 hours.
 
-== Mailing List Archives
-
-We operate a {public-inbox}[http://public-inbox.org/] which
-feeds the mailing list.  You may subscribe either using
-{ssoma}[http://ssoma.public-inbox.org/] or by sending a mail
-to mailto:ruby-posix-mq+subscribe@bogomips.org
-
-ssoma is a mail archiver/fetcher using git.  It operates in a similar
-fashion to tools such as slrnpull, fetchmail, or getmail.  ssoma
-subscription instructions:
-
-    URL=git://bogomips.org/ruby-posix-mq
-    LISTNAME=ruby-posix-mq
-
-    # to initialize a maildir (this may be a new or existing maildir,
-    # ssoma will not touch existing messages)
-    # If you prefer mbox, use mbox:/path/to/mbox as the last argument
-    # You may also use imap://$MAILSERVER/INBOX for an IMAP account
-    # or imaps:// for an IMAPS account, as well.
-    ssoma add $LISTNAME $URL maildir:/path/to/maildir
-
-    # read with your favorite MUA (only using mutt as an example)
-    mutt -f /path/to/maildir # (or /path/to/mbox)
-
-    # to keep your mbox or maildir up-to-date, periodically run:
-    ssoma sync $LISTNAME
-
-    # your MUA may modify and delete messages from the maildir or mbox,
-    # this does not affect ssoma functionality at all
-
-    # to sync all your ssoma subscriptions
-    ssoma sync
+Subscription is optional: mailto:ruby-posix-mq+subscribe@bogomips.org
 
-    # You may wish to sync in your cronjob
-    ssoma sync --cron
+Read-only mail archives are available over HTTP and NNTP:
 
-* Mailing list archives: http://bogomips.org/ruby-posix-mq/
+  http://bogomips.org/ruby-posix-mq/
+  nntp://news.public-inbox.org/inbox.comp.lang.ruby.posix-mq
-- 
EW


^ permalink raw reply related	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-02-02 22:54  6% [PATCH] README: remove cgit and ssoma references Eric Wong
2016-02-02 23:34  7% [ANN] posix_mq 2.3.0 - POSIX Message Queues for Ruby Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/ruby_posix_mq.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).