sleepy_penguin RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] cleanup documentation links and ignores
@ 2015-01-11  2:40 Eric Wong
  0 siblings, 0 replies; only message in thread
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	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-11  2:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-11  2:40 [PATCH] cleanup documentation links and ignores 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).