Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 400 Bytes

rakefile.md

File metadata and controls

13 lines (9 loc) · 400 Bytes

#Rakefile

##Rubygem rake push - Increment the version of the gem by 0.0.1, push to Github, tag the commit with the version, and then push the update to RubyGems.org

##Testing Tasks for testing are listed in Testing

##Interactive Tasks for interactive (pipes, etc) are listed in Interactive

##Building Tasks for ubilding are listed in Compilation