public
Rubygem
Description: More than just a new RDoc template
Clone URL: git://github.com/mislav/hanna.git

Comments for hanna   feed

elliottcable commented on mislav/hanna about 1 month ago
Comment in e2d1344:

Odd, it didn’t do so back when I started using echoe. I may need to revisit my rakefile d-:

DesigningPatterns commented on mislav/hanna about 1 month ago
Comment in e2d1344:

rake gem
seems to generate the gemspec in the root directory automatically… (and generate the gem file itself in the pkg subdirectory).

elliottcable commented on mislav/hanna about 1 month ago
Comment in e2d1344:

A good way to do it is to generate the package using echoe:package, and then copy any *.gemspec file from the last *.gem/ folder in pkg/ to the project root. At least, that’s how I do it:
http://github.com/elliottcable/stringray/tree/master/Rakefile#L33-39

DesigningPatterns commented on mislav/hanna about 1 month ago
Comment in 017a4d7:

Okay, I committed the changes. Hanna now uses the echoe gem to generate a gemspec.

DesigningPatterns commented on mislav/hanna about 1 month ago
Comment in 017a4d7:

That’s a really annoying github restriction, although understandable. Thanks for the echoe suggestion; that seems very reasonable to me.

elliottcable commented on mislav/hanna about 1 month ago
Comment in 017a4d7:

I suggest using echoe, and a task to generate a github-safe gemspec. That’s what I do.

mislav commented on mislav/hanna about 1 month ago
Comment on hanna.gemspec L4 in 017a4d7:

GitHub doesn’t allow this in gemspecs, you’ll just have to hardcode it.

mislav commented on mislav/hanna 2 months ago
Comment in f20dfd6:

Great! A grave overlooking from my part :(

mislav commented on mislav/hanna 5 months ago
Comment on bin/hanna L64 in 71091b4:

Apart from finding gemspecs to process, this is pretty much it.

mislav commented on mislav/hanna 5 months ago
Comment on bin/hanna L39 in 71091b4:

Supports predefining RDoc arguments on class level, very cool.

mislav commented on mislav/hanna 5 months ago
Comment on bin/hanna L8 in 71091b4:

Yay!