meow-deploy 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Meow::Deploy
1
+ # MeowDeploy
2
2
 
3
3
  Tasks for deploying to a stack running god, rbenv and whatever rails server
4
4
 
@@ -13,7 +13,7 @@ module MeowDeploy
13
13
 
14
14
  def self.load_into(capistrano_config)
15
15
  capistrano_config.load do
16
- before(CapistranoIntegration::TASKS) do
16
+ before(MeowDeployIntegration::TASKS) do
17
17
  _cset(:rbenv) { "/home/#{fetch(:user)}/.rbenv/bin/rbenv" }
18
18
  _cset(:god_sites_path) { "/home/#{fetch(:user)}/sites/god" }
19
19
  _cset(:god_app_path) { "#{current_path}/config/god.conf" }
@@ -1,3 +1,3 @@
1
1
  module MeowDeploy
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: meow-deploy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kristjan Rang