bougyman-autumn 3.1.6 → 3.1.7

Sign up to get free protection for your applications and to get access to all the features.
data/AUTHORS CHANGED
@@ -2,7 +2,7 @@ Following persons have contributed to autumn.
2
2
  (Sorted by number of submitted patches, then alphabetically)
3
3
 
4
4
  113 Tim Morgan <riscfuture@gmail.com>
5
- 21 TJ Vanderpoel <bougy.man@gmail.com>
5
+ 24 TJ Vanderpoel <bougy.man@gmail.com>
6
6
  3 Dale Campbell <dale@save-state.net>
7
7
  1 bterlson <btthalion@gmail.com>
8
8
  1 comboy <kacper.ciesla@gmail.com>
data/CHANGELOG CHANGED
@@ -1,3 +1,15 @@
1
+ [c9ca0ce | Sun May 03 16:31:13 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>
2
+
3
+ * clarified autumn command documentation
4
+
5
+ [31deab9 | Sun May 03 16:27:06 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>
6
+
7
+ * fixed look of READMEs
8
+
9
+ [305c00a | Sun May 03 16:21:31 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>
10
+
11
+ * Version 3.1.6
12
+
1
13
  [5d61bfc | Sun May 03 16:20:42 UTC 2009] TJ Vanderpoel <bougy.man@gmail.com>
2
14
 
3
15
  * updated readme to show autumn binary usage
data/README CHANGED
@@ -77,6 +77,7 @@ Before you can run Autumn and try out the example leaves, you'll need to set up
77
77
  a few things. Here are the steps:
78
78
 
79
79
  === Creating your bot's tree
80
+
80
81
  To create a new tree, change to a directory where you want your bot to run from,
81
82
  then use <tt>autumn create PROJECT</tt> to create the directory (PROJECT should
82
83
  be replaced with your bot's name) with the structure outlined above.
@@ -1010,10 +1011,11 @@ where <options> may contain:
1010
1011
 
1011
1012
  You can alter the season by setting the +SEASON+ environment variable.
1012
1013
 
1013
- === autumn start|stop|status|restart -D
1014
+ === autumn start|stop|status|restart PROJECT [options]
1014
1015
 
1015
1016
  The autumn binary can be used to control an Autumn daemon.
1016
1017
  Starts, stops, shows status of and manages the daemon.
1018
+ PROJECT is the path to the base of your autumn bot
1017
1019
 
1018
1020
  +start+:: start an instance of the application
1019
1021
  +stop+:: stop all instances of the application
@@ -75,6 +75,7 @@ Before you can run Autumn and try out the example leaves, you'll need to set up
75
75
  a few things. Here are the steps:
76
76
 
77
77
  h3. Creating your bot's tree
78
+
78
79
  To create a new tree, change to a directory where you want your bot to run from,
79
80
  then use <tt>autumn create PROJECT</tt> to create the directory (PROJECT should
80
81
  be replaced with your bot's name) with the structure outlined above.
@@ -1053,11 +1054,12 @@ where [options] may contain:
1053
1054
 
1054
1055
  You can alter the season by setting the @SEASON@ environment variable.
1055
1056
 
1056
- h3. <tt>autumn start|stop|status|restart -D</tt>
1057
+ h3. <tt>autumn start|stop|status|restart PROJECT [options]</tt>
1057
1058
 
1058
1059
  The @autumn@ command controls the Autumn daemon.
1060
+ PROJECT is the path to your autumn bot's root directory.
1059
1061
 
1060
- Usage: autumn [command] [options] -- [application options]@
1062
+ Usage: @autumn [command] [options] -- [application options]@
1061
1063
 
1062
1064
  where [command] is one of:
1063
1065
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{autumn}
5
- s.version = "3.1.6"
5
+ s.version = "3.1.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Tim 'riscfuture' Morgan"]
@@ -1,3 +1,3 @@
1
1
  module Autumn
2
- VERSION = "3.1.6"
2
+ VERSION = "3.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bougyman-autumn
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.6
4
+ version: 3.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim 'riscfuture' Morgan