capistrano-scope 0.0.4 → 0.0.5

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 (2) hide show
  1. data/README +10 -0
  2. metadata +5 -5
data/README CHANGED
@@ -1,5 +1,10 @@
1
1
 
2
2
 
3
+ # -------------------------------------------------------------------------
4
+ # Capfile
5
+
6
+ require 'capistrano/scope'
7
+
3
8
 
4
9
  # -------------------------------------------------------------------------
5
10
  # clientx.rb capistrano config file
@@ -335,3 +340,8 @@ Servers:
335
340
 
336
341
 
337
342
 
343
+
344
+ # Keep in mind through this that this offers additional functionality
345
+ # to capistrano and takes away nothing. You can still use the built in
346
+ # server and role methods to define servers that you want for all commands
347
+ # and you can use this in combination with multistage.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-scope
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kirt Fitzpatrick
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: 2.5.18
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
- description: Adds the ability to restrict the set of servers that capistrano acts on via the command line.
37
+ description: If puppet were a Cadilac, capistrano-scope would be a bicycle.
38
38
  email: kirt.fitzpatrick@akqa.com
39
39
  executables: []
40
40
 
@@ -80,6 +80,6 @@ rubyforge_project: capistrano-scope
80
80
  rubygems_version: 1.3.7
81
81
  signing_key:
82
82
  specification_version: 3
83
- summary: Scoping system for capistrano servers.
83
+ summary: Lightweight command line server selection for capistrano.
84
84
  test_files: []
85
85