engineyard-serverside 2.6.12.prewut0 → 2.6.12.prewut1

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,6 +45,7 @@ module EY
45
45
  raise "Unknown value #{enabled.inspect} for option #{name.inspect}. Expected [true, false, detect]"
46
46
  end
47
47
  end
48
+ puts "select_managers found #{managers.inspect}"
48
49
  managers.compact
49
50
  end
50
51
 
@@ -64,12 +65,16 @@ module EY
64
65
  # Verify application state with respect to dependency management.
65
66
  # Warn if there is anything wrong with the dependency manager.
66
67
  def check
67
- each { |m| m.check }
68
+ each { |m|
69
+ puts "running check on #{m.inspect}"
70
+ m.check }
68
71
  end
69
72
 
70
73
  # Install dependencies for each of the dependency managers.
71
74
  def install
72
- each { |m| m.install }
75
+ each { |m|
76
+ puts "running install on #{m.inspect}"
77
+ m.install }
73
78
  end
74
79
 
75
80
  # Assume application is not using sqlite3 unless a dependency manager
@@ -561,6 +561,7 @@ defaults:
561
561
 
562
562
  def dependency_manager
563
563
  ensure_git_ssh_wrapper
564
+ puts "initialize DependencyManager with #{config.inspect}"
564
565
  @dependency_manager ||= DependencyManager.new(servers, config, shell, self)
565
566
  end
566
567
 
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Serverside
3
- VERSION = '2.6.12.prewut0'
3
+ VERSION = '2.6.12.prewut1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-serverside
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.12.prewut0
4
+ version: 2.6.12.prewut1
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors: