sleepy_penguin 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] sleepy_penguin 3.4.1 - minor updates
@ 2015-01-11  8:15  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-01-11  8:15 UTC (permalink / raw)
  To: sleepy-penguin

Most notably the mailing list is now subscription-optional
on the bogomips.org server:

    sleepy-penguin@bogomips.org

If you want to keep receiving email updates, you'll need to
resubscribe by sending a message to:

    sleepy-penguin+subscribe@bogomips.org

Migrating subscribers can't be done automatically as librelist
(our old host) doesn't publish subscriber lists.  But you don't
have to subscribe, either, HTTP archives are available at:

    http://bogomips.org/sleepy-penguin/

There you'll also find links to ssoma/public-inbox for
extracting the mail archives to git.

shortlog:
      test_kqueue_io: add test for deleting items
      test_inotify: add test for rm_watch
      extconf: detect inotify_init1 in libc
      inotify: cleanup Inotify::Event creation
      switch documentation to olddoc
      change mailing list to sleepy-penguin@bogomips.org
      relax license to LGPLv2.1+ (from v2.1 && v3 only)
      cleanup documentation links and ignores
      gemspec: add dev dependency on test-unit 3.x
      README: label the link to the mailing list archives
      GNUmakefile: drop more RubyForge references
      README: stop mentioning Rubinius
      gemspec: use minitest, not test-unit

Note: I pushed a 3.4.0 commit but yanked the corresponding
tag since I screwed up the gemspec (fixed in
commit 304bb9021363e06667985daf36c1cfa6df0176a3
"gemspec: remove dead rdoc_options config")

-- 
EW

^ permalink raw reply	[relevance 7%]

* [PATCH] cleanup documentation links and ignores
@ 2015-01-11  2:40  6% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-01-11  2:40 UTC (permalink / raw)
  To: sleepy-penguin

We no longer have a ChangeLog, prefer to use powerful version
control instead.
---
 .document                               | 2 --
 .gitignore                              | 3 +--
 lib/sleepy_penguin/signalfd/sig_info.rb | 4 +---
 3 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/.document b/.document
index 001f785..4e5ae53 100644
--- a/.document
+++ b/.document
@@ -2,12 +2,10 @@ LICENSE
 README
 TODO
 NEWS
-ChangeLog
 lib
 ext/sleepy_penguin/epoll.c
 ext/sleepy_penguin/eventfd.c
 ext/sleepy_penguin/init.c
 ext/sleepy_penguin/inotify.c
-ext/sleepy_penguin/signalfd.c
 ext/sleepy_penguin/timerfd.c
 ext/sleepy_penguin/kqueue.c
diff --git a/.gitignore b/.gitignore
index b4f1eab..a9db29c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,8 +12,7 @@
 Makefile
 log/
 pkg/
-/NEWS
-/ChangeLog
+/NEWS*
 /.manifest
 /GIT-VERSION-FILE
 /man
diff --git a/lib/sleepy_penguin/signalfd/sig_info.rb b/lib/sleepy_penguin/signalfd/sig_info.rb
index 492360a..5a51536 100644
--- a/lib/sleepy_penguin/signalfd/sig_info.rb
+++ b/lib/sleepy_penguin/signalfd/sig_info.rb
@@ -1,5 +1,4 @@
-# :stopdoc:
-class SleepyPenguin::SignalFD::SigInfo
+class SleepyPenguin::SignalFD::SigInfo # :nodoc:
 
   def to_hash
     Hash[*MEMBERS.inject([]) { |ary,k| ary << k << __send__(k) }]
@@ -17,4 +16,3 @@ class SleepyPenguin::SignalFD::SigInfo
     other.kind_of?(self.class) && to_hash == other.to_hash
   end
 end
-# :startdoc:
-- 
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 --
2015-01-11  2:40  6% [PATCH] cleanup documentation links and ignores Eric Wong
2015-01-11  8:15  7% [ANN] sleepy_penguin 3.4.1 - minor updates Eric Wong

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

	https://yhbt.net/sleepy_penguin.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).