Forum: Ruby on Rails super_stamper 0.0.5 is out!

Posted by Commander Johnson (Guest)
on 2013-01-08 13:40
(Received via mailing list)
Hey,

Just wanted to let you know super_stamper 0.0.5 is now fresh on
Rubygems.org. It organizes your comment headers and allows you to put
company name, copyright information and other stuff at the top of all
your source files.

How it works:
1. create a new file, header.txt
2. write a message in it
3. run super_stamper and optionally, magic_encoding (installing both
gems is recommended)

$ super_stamper -q && magic_encoding

The -q flag adds a nice quote from the http://www.bash.org Top 200
QDB. Example listed below.

# -*- encoding : utf-8 -*-
# -- begin header --
###############################################################################
# super_stamper, a nifty tool that puts headers in all your source 
files.
# It does exactly what you see here: a header.txt file is pasted into
every .rb file.
# Also, some random quotes can be added just for kicks.
#
# Protip: also install the magic_encoding gem alongside to use it like 
this:
# $ super_stamper -q && magic_encoding
#
# (c) 2012 Commander Johnson
# Licensed under the MIT license
###############################################################################

#<by> Is there anyway I can tell the world I'm an idiot?
#<Seven7> Of course, just type your name, where you live and your 
confession
#<by> Kk
#<by> I am Mark Duval of Belgium, and I am an idiot
#<by> ?
#<by> Now what?
#<Seven7> Don't worry. It's done

# -- end header --

All the best,
Cmdjohnson
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.