File: DEVELOPMENT

package info (click to toggle)
ruby-commander 4.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: ruby: 1,971; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
To run the development rake tasks, you need bundler installed.

Before you push any changes, run the RSpec suite:

  $ rake spec

To build a new version of the gem:

  $ rake build

To push the new version to Rubygems:

  $ rake release
  
(http://rubygems.org/gems/commander)