leehambley-railsless-deploy 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/CHANGELOG.markdown +9 -4
  2. data/README.markdown +23 -0
  3. metadata +1 -1
data/CHANGELOG.markdown CHANGED
@@ -1,17 +1,22 @@
1
1
  # Lee Hambley's Railsless Deploy
2
2
 
3
- ## 0.0.13
3
+ ## 0.0.14 - July 7th 2009
4
+
5
+ * Added dates to changelog.
6
+ * Including the output of cap -T in the readme for display on GitHub.
7
+
8
+ ## 0.0.13 - July 7th 2009
4
9
 
5
10
  * Fixes a README problem and includes the README and CHANGELOG in the gem.
6
11
 
7
- ## 0.0.12
12
+ ## 0.0.12 - July 7th 2009
8
13
 
9
14
  * Trivial documentation changes
10
15
 
11
- ## 0.0.11
16
+ ## 0.0.11 - July 6th 2009
12
17
 
13
18
  * Gemspec changed to run under SAFE=3 mode
14
19
 
15
- ## 0.0.10
20
+ ## 0.0.10 - July 6th 2009
16
21
 
17
22
  * Initial release, GitHub gem enabled.
data/README.markdown CHANGED
@@ -23,6 +23,29 @@ You should then be able to proceed as you would usually, you may want to familia
23
23
 
24
24
  $ cap -T
25
25
 
26
+ ## What's in the box?
27
+
28
+ If you want to try before you buy, here's the list of tasks included with this version of the deploy recipe:
29
+
30
+ cap deploy # Deploys your project.
31
+ cap deploy:check # Test deployment dependencies.
32
+ cap deploy:cleanup # Clean up old releases.
33
+ cap deploy:cold # Deploys and starts a `cold' application.
34
+ cap deploy:pending # Displays the commits since your last deploy.
35
+ cap deploy:pending:diff # Displays the `diff' since your last deploy.
36
+ cap deploy:restart # restart is deprecated.
37
+ cap deploy:rollback # Rolls back to a previous version and restarts.
38
+ cap deploy:rollback:code # Rolls back to the previously deployed version.
39
+ cap deploy:setup # Prepares one or more servers for deployment.
40
+ cap deploy:start # start is deprecated.
41
+ cap deploy:stop # stop is deprecated.
42
+ cap deploy:symlink # Updates the symlink to the most recently deployed ...
43
+ cap deploy:update # Copies your project and updates the symlink.
44
+ cap deploy:update_code # Copies your project to the remote servers.
45
+ cap deploy:upload # Copy files to the currently deployed version.
46
+ cap invoke # Invoke a single command on the remote servers.
47
+ cap shell # Begin an interactive Capistrano session.
48
+
26
49
  ## Bugs & Feedback
27
50
 
28
51
  Via my Github profile please:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leehambley-railsless-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Hambley