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
- # engineyard-serverside uses major.minor.patch; using a
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)
@@ -1,7 +1,7 @@
1
1
  module EY
2
2
  module Serverside
3
3
  class Adapter
4
- VERSION = "1.5.35.pre.1"
4
+ VERSION = "1.5.35.pre.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-serverside-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.35.pre.1
4
+ version: 1.5.35.pre.2
5
5
  prerelease: 7
6
6
  platform: ruby
7
7
  authors: