engineyard-serverside-adapter 1.4.8.nodestack → 1.4.9.nodestack
Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile
CHANGED
@@ -17,7 +17,8 @@ module EY
|
|
17
17
|
# engineyard-serverside uses major.minor.patch; using a
|
18
18
|
# potentially-4-digit version lets us release fixes in the
|
19
19
|
# adapter while still keeping in version sync
|
20
|
-
ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || VERSION.split('.')[0..2].join('.')
|
20
|
+
#ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || VERSION.split('.')[0..2].join('.')
|
21
|
+
ENGINEYARD_SERVERSIDE_VERSION = '1.4.8.nodestack'
|
21
22
|
|
22
23
|
def initialize(gem_bin_path = "")
|
23
24
|
@gem_bin_path = Pathname.new(gem_bin_path)
|