engineyard-serverside 2.6.12.prewut3 → 2.6.12.prewut4

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,7 @@ 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} -- exists: #{found.exists?}"
59
+ puts "found #{found.inspect} -- exist: #{found.exist?}"
60
60
  if parts.include?("Gemfile")
61
61
  checkpath = found.split("/")[0...-1].join("/")
62
62
  puts "ls #{checkpath}"
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Serverside
3
- VERSION = '2.6.12.prewut3'
3
+ VERSION = '2.6.12.prewut4'
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.prewut3
4
+ version: 2.6.12.prewut4
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors: