sleepy_penguin RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: sleepy-penguin@bogomips.org
Subject: [PATCH] cleanup documentation links and ignores
Date: Sun, 11 Jan 2015 02:40:07 +0000	[thread overview]
Message-ID: <1420944007-22445-4-git-send-email-e@80x24.org> (raw)

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


                 reply	other threads:[~2015-01-11  2:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/sleepy_penguin/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1420944007-22445-4-git-send-email-e@80x24.org \
    --to=e@80x24.org \
    --cc=sleepy-penguin@bogomips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).