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.4.0 - POSIX Message Queues for Ruby
@ 2017-03-20 19:52  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2017-03-20 19:52 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.

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

Changes:

    Ruby posix_mq 2.4.0
    
    Most notably there are some FreeBSD fixes.  There are also
    some minor internal cleanups and doc updates.
    
    7 changes since 2.3.0 (2016-02-02):
    
          doc: remove private email address
          doc: update bogomips.org URLs to HTTPS
          set correct condition for setting id_autoclose
          test_posix_mq: get tests passing under FreeBSD 10.3
          TypedData C-API conversion
          freeze internal objects
          build: remove build-time olddoc dependency

^ permalink raw reply	[relevance 7%]

* [PATCH] doc: update bogomips.org URLs to HTTPS
@ 2017-03-18  7:57  6% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2017-03-18  7:57 UTC (permalink / raw)
  To: ruby-posix-mq

It looks like HTTPS support provided by the Let's Encrypt
project is still going strong, and maybe we can rely on it.
---
 .olddoc.yml | 6 +++---
 README      | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.olddoc.yml b/.olddoc.yml
index 0ca2b4b..933df45 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,9 +1,9 @@
 ---
-rdoc_url: http://bogomips.org/ruby_posix_mq/
-cgit_url: http://bogomips.org/ruby_posix_mq.git
+rdoc_url: https://bogomips.org/ruby_posix_mq/
+cgit_url: https://bogomips.org/ruby_posix_mq.git
 git_url: git://bogomips.org/ruby_posix_mq.git
 public_email: ruby-posix-mq@bogomips.org
-ml_url: http://bogomips.org/ruby-posix-mq/
+ml_url: https://bogomips.org/ruby-posix-mq/
 changelog_since: 0.4.0
 merge_html:
   posix-mq-rb_1: Documentation/posix-mq-rb.1.html
diff --git a/README b/README
index 032cc5d..0b8a07b 100644
--- a/README
+++ b/README
@@ -47,7 +47,7 @@ compiler and the matching Ruby development libraries and headers.
 If you plan on using the command-line client, a tarball installation
 starts up faster and is recommended.  Just grab the tarball from:
 
-http://bogomips.org/ruby_posix_mq/files/
+https://bogomips.org/ruby_posix_mq/files/
 Unpack it, and run "ruby setup.rb"
 
 Otherwise, via RubyGems: gem install posix_mq
@@ -97,7 +97,7 @@ You can get the latest source via git from the following locations:
 
 You may also browse the code from the web:
 
-* http://bogomips.org/ruby_posix_mq.git
+* https://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
@@ -123,7 +123,7 @@ will usually get a response within 24-72 hours.
 
 Subscription is optional: mailto:ruby-posix-mq+subscribe@bogomips.org
 
-Read-only mail archives are available over HTTP and NNTP:
+Read-only mail archives are available over HTTPS and NNTP:
 
-  http://bogomips.org/ruby-posix-mq/
+  https://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 --
2017-03-18  7:57  6% [PATCH] doc: update bogomips.org URLs to HTTPS Eric Wong
2017-03-20 19:52  7% [ANN] posix_mq 2.4.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).