Compare commits

...

3 Commits

Author SHA1 Message Date
David Dollar
c4de19f4da 0.13.1 2011-05-10 11:02:16 -04:00
David Dollar
490c8b73bf make sure to require yaml 2011-05-10 11:02:02 -04:00
David Dollar
f622f43cf4 update manual 2011-05-07 17:49:53 -04:00
4 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
PATH
remote: .
specs:
foreman (0.13.0)
foreman (0.13.1)
term-ansicolor (~> 1.0.5)
thor (>= 0.13.6)

View File

@@ -2,6 +2,7 @@ require "foreman"
require "foreman/engine"
require "foreman/export"
require "thor"
require "yaml"
class Foreman::CLI < Thor

View File

@@ -1,5 +1,5 @@
module Foreman
VERSION = "0.13.0"
VERSION = "0.13.1"
end

View File

@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "FOREMAN" "1" "May 2011" "Foreman 0.12.0" "Foreman Manual"
.TH "FOREMAN" "1" "May 2011" "Foreman 0.13.0" "Foreman Manual"
.
.SH "NAME"
\fBforeman\fR \- manage Procfile\-based applications