git-runner-deploy 0.0.1 → 0.0.2
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.
- data/README.md +5 -13
- data/lib/git-runner-deploy.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -1,24 +1,16 @@
|
|
|
1
|
-
# Git
|
|
1
|
+
# Git Runner - Deploy
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Capistrano deploy functionality for [Git Runner](https://github.com/JamesBrooks/git-runner)
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Add this line to your application's Gemfile:
|
|
8
|
-
|
|
9
|
-
gem 'git-runner-deploy'
|
|
5
|
+
Added deployment functionality (using capistrano) to be integrated into Git Runner
|
|
10
6
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
$ bundle
|
|
14
|
-
|
|
15
|
-
Or install it yourself as:
|
|
7
|
+
## Installation
|
|
16
8
|
|
|
17
9
|
$ gem install git-runner-deploy
|
|
18
10
|
|
|
19
11
|
## Usage
|
|
20
12
|
|
|
21
|
-
TODO: Write usage instructions
|
|
13
|
+
TODO: Write usage instructions
|
|
22
14
|
|
|
23
15
|
## Contributing
|
|
24
16
|
|
data/lib/git-runner-deploy.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-runner-deploy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-10-
|
|
12
|
+
date: 2012-10-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: git-runner
|