Project

drumherum

0.0
No commit activity in last 3 years
No release in over 3 years
$LOAD_PATH management, Rake tasks for deployment, Hiding and overwriting of Rake tasks
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.10

Runtime

>= 3.1.0
 Project Readme

Drumherum¶ ↑

bklippstein.github.com/drumherum/frames.html

“Drumherum” is a german word for “the stuff around it”.

$LOAD_PATH management¶ ↑

{include:SmartInit} More:{SmartInit#smart_init smart_init}

Rake tasks for DRY release automation¶ ↑

Usage: Instead of +require ‘rake’+ use

require 'drumherum/rake'

Tasks:

rake version               # VERSION of the current project and the installed gem
rake publish               # publish gem & docs on github and rubygems, reinstall gem

rake git_publish           # publish current project to github
rake git_publish_docs      # publish docs to github
rake rubygems_publish      # release actual version to rubygems

More: {file:lib/drumherum/rake.rb rake.rb}

Hiding and overwriting of rake tasks¶ ↑

{include:RakeTaskCleanup} More:{RakeTaskCleanup}

Unit Tests¶ ↑

{include:UnitTest} More:{UnitTest}

Easy development of regular expressions¶ ↑

More: {String#show_regexp show_regexp}

More Info¶ ↑

Disclaimer¶ ↑

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.