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.
Files changed (3) hide show
  1. data/README.md +5 -13
  2. data/lib/git-runner-deploy.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -1,24 +1,16 @@
1
- # Git::Runner::Deploy
1
+ # Git Runner - Deploy
2
2
 
3
- TODO: Write a gem description
3
+ Capistrano deploy functionality for [Git Runner](https://github.com/JamesBrooks/git-runner)
4
4
 
5
- ## Installation
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
- And then execute:
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 here
13
+ TODO: Write usage instructions
22
14
 
23
15
  ## Contributing
24
16
 
@@ -7,7 +7,7 @@ module GitRunner
7
7
 
8
8
  # Performs deployments using capistrano (cap deploy)
9
9
  class Deploy < Base
10
- VERSION = '0.0.1'
10
+ VERSION = '0.0.2'
11
11
 
12
12
  attr_accessor :clone_directory
13
13
 
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.1
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-07 00:00:00.000000000 Z
12
+ date: 2012-10-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: git-runner