Skip to content

Instantly share code, notes, and snippets.

@iffyuva
Created April 8, 2017 15:29
Show Gist options
  • Save iffyuva/fc6374784f6389ee4074475c1f536a97 to your computer and use it in GitHub Desktop.
Save iffyuva/fc6374784f6389ee4074475c1f536a97 to your computer and use it in GitHub Desktop.
rake authors[commit_range,format,sep] # list of authors
rake clean # Remove any temporary products
rake clobber # Remove any generated files
rake doc # Generate RDoc under doc/api
rake install:all # Build and install all of the gems as local gems
rake install:rack-protection # Build and install rack-protection as local gem
rake install:sinatra # Build and install sinatra as local gem
rake install:sinatra-contrib # Build and install sinatra-contrib as local gem
rake package:all # Build all packages
rake package:rack-protection # Build rack-protection packages
rake package:sinatra # Build sinatra packages
rake package:sinatra-contrib # Build sinatra-contrib packages
rake pkg/rack-protection-2.0.0.rc2.gem # Generates pkg/rack-protection-2.0.0.rc2.gem
rake pkg/rack-protection-2.0.0.rc2.tar.gz # Generates pkg/rack-protection-2.0.0.rc2.tar.gz
rake pkg/sinatra-2.0.0.rc2.gem # Generates pkg/sinatra-2.0.0.rc2.gem
rake pkg/sinatra-2.0.0.rc2.tar.gz # Generates pkg/sinatra-2.0.0.rc2.tar.gz
rake pkg/sinatra-contrib-2.0.0.rc2.gem # Generates pkg/sinatra-contrib-2.0.0.rc2.gem
rake pkg/sinatra-contrib-2.0.0.rc2.tar.gz # Generates pkg/sinatra-contrib-2.0.0.rc2.tar.gz
rake release:all # Release all gems as packages
rake release:commit_version # Commits the version to github repository
rake release:rack-protection # Release rack-protection as a package
rake release:sinatra # Release sinatra as a package
rake release:sinatra-contrib # Release sinatra-contrib as a package
rake test # Run tests
rake test:core # Run tests for test:core
rake test:coverage # Measures test coverage
rake thanks[release:all,backports] # list of contributors
rake toc[readme] # generates TOC
bundle exec rake -T 0.87s user 0.13s system 51% cpu 1.929 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment