[ANN] Mr Bones 1.3.2

T

Tim Pease

== Mr Bones

<http://codeforpeople.rubyforge.org/bones>
the "Oooh, Pretty Colors!!" release

Mr Bones is a handy tool that builds a skeleton for your Ruby projects.
The skeleton contains some starter code and a collection of rake tasks
to
ease the management and deployment of your source code. Mr Bones is not
viral -- all the code your project needs is included in the skeleton (no
gem dependency required).

Follow the URL above for more information, a list of available rake
tasks, and some instructions on customizing Mr Bones to make life
even easier.

== Changes

* 1 minor enchancement
- Added colorization to the manifest:check task
(you will need the Facets gem installed to see in technicolor)

== Release Notes

For existing projects, you should update those bones ...

bones -u your_project

This will update the rake tasks while saving off the current set of
tasks to the "tasks/archive" directory.

== Fun Fact

You share your birthday with at least 9 million other people in the
world.

== Post Script

Blessings,
TwP

== Post Post Script

Keep rattlin' 'dem bones!
 
S

Shane Vitarana

How is this different from sow or newgem?

Shane

== Mr Bones

<http://codeforpeople.rubyforge.org/bones>
the "Oooh, Pretty Colors!!" release

Mr Bones is a handy tool that builds a skeleton for your Ruby projects.
The skeleton contains some starter code and a collection of rake tasks
to
ease the management and deployment of your source code. Mr Bones is not
viral -- all the code your project needs is included in the skeleton (no
gem dependency required).

Follow the URL above for more information, a list of available rake
tasks, and some instructions on customizing Mr Bones to make life
even easier.

== Changes

* 1 minor enchancement
- Added colorization to the manifest:check task
(you will need the Facets gem installed to see in technicolor)

== Release Notes

For existing projects, you should update those bones ...

bones -u your_project

This will update the rake tasks while saving off the current set of
tasks to the "tasks/archive" directory.

== Fun Fact

You share your birthday with at least 9 million other people in the
world.

== Post Script

Blessings,
TwP

== Post Post Script

Keep rattlin' 'dem bones!
 
T

Tim Pease

How is this different from sow or newgem?


Related to sow ...

Mr Bones allows you to define your own project skeleton that will be
instantiated when you type in "bones new_project_name". You can fill
in your own personal data (author, e-mail, etc.) or your own support
files common to all your projects.

Related to newgem ...

Mr Bones places all the rake tasks into a "tasks" folder. You are free
to add your own tasks, but all the configuration can be done in the
top-level Rakefile. If you do add your own tasks, those would be prime
candidates to include in your custom project skeleton.

Take a gander at the Mr Bones documentation ...

<http://codeforpeople.rubyforge.org/bones/>

Or just install Mr Bones and try it out ...

sudo gem install bones

Blessings,
TwP
 
T

Tim Pease

How is this different from sow or newgem?

Oh, and since a Mr Bones project includes all the rake tasks and
support files in the project, there is no viral dependency on another
gem.

TwP
 
C

Chiyuan Zhang

Hi! nice job! well done! I like bones.

And is there any tasks that can post a release announce to rubyforge
or that can generate an email.txt (like hoe) so that I can send to
rubytalk ?
 
T

Tim Pease

Hi! nice job! well done! I like bones.

And is there any tasks that can post a release announce to rubyforge
or that can generate an email.txt (like hoe) so that I can send to
rubytalk ?

Not yet. But if you write one, send it in so it can be shared with
others. In the short term, crack open the hoe gem and steal the one
that Ryan Davis wrote (I promise he won't come to your house with a
baseball bat).

Blessings,
TwP
 
S

Shane Vitarana

Tim-

Great gem. Thanks. Auto-requiring everything in lib might not be
good in all cases. For example, certain files may require a
dependency order.

Shane
 

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

Similar Threads

[ANN] Mr Bones 1.3.1 0
[ANN] Mr Bones - 1.2.0 0
[ANN] Mr Bones - 1.3.0 0
[ANN] Mr Bones - 1.1.0 16
[protip] Mr Bones 3
[ANN] RubyGems 1.3.2 8
[ANN] vlad 1.3.2 Released (rawr!) 0
[ANN] tournament 2.0.0 0

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top