about summary refs log tree commit homepage
path: root/posix_mq.gemspec
DateCommit message (Collapse)
2018-01-30Ruby posix_mq 2.4.1 HEAD v2.4.1 master
This release fixes a problem affecting users of newer clang (5.x+) and Ruby 2.5.0: https://bugs.ruby-lang.org/issues/14425 There is no need to upgrade if using gcc or Ruby <= 2.4. * drop extra args to rb_funcall
2017-03-20Ruby posix_mq 2.4.0 v2.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
2017-03-20build: remove build-time olddoc dependency
This should make it easier for distros to pick this up without picking up olddoc, too. We will still use olddoc for generating the website since it reduces bandwidth costs, and for generating NEWS for our own builds.
2015-01-12gemspec: use SPDX license abbreviation
2015-01-12gemspec: remove rdoc_options setting
We no longer need it for olddoc
2015-01-10LICENSE: allow all future versions of LGPLv3+
In case I'm hit by a bus and FSF comes out with an LGPLv4, the project will still be able to move forward. While we're at it, update the gemspec, too.
2015-01-09switch documentation to olddoc
wrongdoc was difficult to maintain because of the tidy-ffi dependency and the HTML5 changes in Darkfish could not be handled well by Tidy. olddoc is superior as it generates leaner HTML which loads faster, requires less scrolling and less processing power to render. Aesthetic comparisons are subjective of course but completely unimportant compared to speed and accessibility.
2015-01-09change mailing list to ruby-posix-mq@bogomips.org
The public-inbox + mlmmj setup on bogomips.org allows posting without subscription and offers downloadable archives via git. The lack of rsyncable archives on librelist nowadays and subscription-required nature of librelist are points against it. Repliers are now encouraged to Cc: all recipients (using the reply-all function of their mail client) since many readers are not subscribed. This project has never accepted or encouraged HTML email, but librelist accepted it. The bogomips.org mail server is configured to treat HTML mail as spam, so do not send HTML mail if you expect a response. Users who wish to subscribe may send a message to: ruby-posix-mq+subscribe@bogomips.org Similarly, they may unsubscribe via: ruby-posix-mq+unsubscribe@bogomips.org HTTP archives are available via: http://bogomips.org/ruby-posix-mq/ ssoma users may also use: git://bogomips.org/ruby-posix-mq (see README change) Old messages to the librelist addresses will continue to get routed to the new mailing list. ref: http://public-inbox.org/
2011-02-22switch to pkg.mk for packaging needs
I can't stand Rake :x
2010-12-25switch to wrongdoc for documentation
No more JavaScript on our site!
2010-05-04rename `posix-mq.rb' executable to `posix-mq-rb'
".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"
2010-01-02initial commit v0.1.0