engineyard-serverside 2.6.12.prewut2 → 2.6.12.prewut3

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.
@@ -56,7 +56,15 @@ module EY
56
56
  def path(root, *parts)
57
57
  puts "looking for #{root} #{parts.inspect}"
58
58
  found = Pathname.new(File.join(send(root).to_s, *parts))
59
- puts "found #{found.inspect}"
59
+ puts "found #{found.inspect} -- exists: #{found.exists?}"
60
+ if parts.include?("Gemfile")
61
+ checkpath = found.split("/")[0...-1].join("/")
62
+ puts "ls #{checkpath}"
63
+ puts `ls -al #{checkpath}`
64
+ checkpath = found.split("/")[0...-2].join("/")
65
+ puts "ls #{checkpath}"
66
+ puts `ls -al #{checkpath}`
67
+ end
60
68
  found
61
69
  end
62
70
 
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Serverside
3
- VERSION = '2.6.12.prewut2'
3
+ VERSION = '2.6.12.prewut3'
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.prewut2
4
+ version: 2.6.12.prewut3
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors: