Project

starter

0.0
No commit activity in last 3 years
No release in over 3 years
Generally useful and reusable things
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.9.11
~> 1.2.6
 Project Readme

Starter

Important This project is deprecated and unsupported.

Starter is the place where I collect all the code that should be reusable, but which I've been copying and pasting here, there, and behind you.

Rake tasks:

require "starter/tasks/gems"
require "starter/tasks/git"

desc "Build everything that needs building"
task "build" => %w[ gem:build ]

desc "Build and push the gem, tag the git"
task "release" => %w[ build gem:push tag ]