engineyard-serverside-adapter 1.5.35.pre.1 → 1.5.35.pre.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -14,10 +14,7 @@ module EY
|
|
14
14
|
autoload :Rollback, 'engineyard-serverside-adapter/rollback'
|
15
15
|
autoload :VERSION, 'engineyard-serverside-adapter/version'
|
16
16
|
|
17
|
-
|
18
|
-
# potentially-4-digit version lets us release fixes in the
|
19
|
-
# adapter while still keeping in version sync
|
20
|
-
ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || VERSION.split('.')[0..2].join('.')
|
17
|
+
ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || VERSION
|
21
18
|
|
22
19
|
def initialize(gem_bin_path = "")
|
23
20
|
@gem_bin_path = Pathname.new(gem_bin_path)
|