meow-deploy 0.1.0 → 0.1.1

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.
@@ -14,7 +14,7 @@ module Meow
14
14
 
15
15
  def self.load_into(capistrano_config)
16
16
  capistrano_config.load do
17
- before(MeowDeployIntegration::TASKS) do
17
+ before(Integration::TASKS) do
18
18
  _cset(:rbenv) { "/home/#{user}/.rbenv/bin/rbenv" }
19
19
  _cset(:god_sites_path) { "/home/#{user}/sites/god" }
20
20
  _cset(:god_app_path) { "#{current_path}/config/god.conf" }
@@ -1,5 +1,5 @@
1
1
  module Meow
2
2
  module Deploy
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  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.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kristjan Rang