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  5% 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 5%]

* [PATCH] gemspec: add dev dependency on test-unit 3.x
@ 2015-01-11  2:46  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-01-11  2:46 UTC (permalink / raw)
  To: sleepy-penguin

This is still installed by Ruby, but in case one day it isn't,
we'll be ready.
---
 sleepy_penguin.gemspec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sleepy_penguin.gemspec b/sleepy_penguin.gemspec
index d6de27a..285a82f 100644
--- a/sleepy_penguin.gemspec
+++ b/sleepy_penguin.gemspec
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
   s.summary = summary
   s.test_files = Dir['test/test_*.rb']
   s.extensions = %w(ext/sleepy_penguin/extconf.rb)
+  s.add_development_dependency('test-unit', '~> 3.0')
   s.add_development_dependency('olddoc', '~> 1.0')
   s.add_development_dependency('strace_me', '~> 1.0')
 
-- 
EW


^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-01-11  2:46  7% [PATCH] gemspec: add dev dependency on test-unit 3.x Eric Wong
2015-01-11  8:15  5% [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).