deployinator 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,8 @@ lock '3.2.1'
3
3
 
4
4
  namespace :deploy do
5
5
 
6
+ before 'deploy:starting', 'deployinator:sshkit_umask'
7
+
6
8
  # Default branch is :master
7
9
  task :set_branch => 'deployinator:load_settings' do
8
10
  unless ENV['from_local']
@@ -3,7 +3,6 @@ namespace :deployinator do
3
3
  task :sshkit_umask => 'deployinator:load_settings' do
4
4
  SSHKit.config.umask = "0027"
5
5
  end
6
- before 'deploy:starting', 'deployinator:sshkit_umask'
7
6
 
8
7
  task :settings, [:absolute_path, :relative_path] => 'deployinator:load_settings' do |t, args|
9
8
  run_locally do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deployinator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
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: 2016-03-22 00:00:00.000000000 Z
12
+ date: 2016-03-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano