[ANN] DNote 1.1.2

I

Intransition

DNote v1.1.2

http://proutils.github.com/dnote/

Developer's take note! All those "TODO" and "FIXME" notes floating
around your source code are rotting away. They are trapped and in
certain need of your attention.

But not to fret! DNote will help you liberate them. DNote will scan
your source code for labeled comments; collect, collate and sort them;
and then return them to you in a format of your choosing. Wunderbar!

== 1.1 / 2010-02-06

This release primarily adjusts the way output is rendered under-the-
hood. Serialization formats are rendered as before but markup formats
now use Erb. In the process two new serialization formats have been
added: soap and xoxo (you need the supporting libraries installed for
them to work).

Also, this release renames the lib/plugin directory to lib/plugins
(plural) per the new convention of the latest Plugin gem. This only
matters to Syckle users.

1.1.2 fixes indentions for rdoc and markdown formats and improves the
default textual output format.
 
I

Intransition

El Domingo, 7 de Febrero de 2010, Intransition escribi=F3:



Hi, a bug occurs when running it in Ruby1.9:

$ dnote .
/usr/local/lib/ruby1.9/gems/1.9.1/gems/dnote-1.1.2/bin/dnote:2:in `load':= no
such file to load -- dnote/command (LoadError)
=A0 =A0 =A0 =A0 from /usr/local/lib/ruby1.9/gems/1.9.1/gems/dnote-1.1.2/b= in/dnote:2:in
`<top (required)>'
=A0 =A0 =A0 =A0 from /usr/local/bin/dnote:19:in `load'
=A0 =A0 =A0 =A0 from /usr/local/bin/dnote:19:in `<main>'

However it can be solved cy replacing in bin/dnote:

=A0 load "dnote/command"

with:

=A0 load "dnote/command.rb"

That would work too. Probably doesn't matter, but to be certain, I'll
pose the question: are there any good reasons to use #load in a bin
file instead of #require?

Thanks I=F1aki.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,226
Latest member
KristanTal

Latest Threads

Top