engineyard-serverside-adapter 1.4.8.nodestack → 1.4.9.nodestack
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.
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)
|