engineyard-serverside-adapter 1.3.4.jruby.1 → 1.3.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ 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
|
20
|
+
ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || VERSION.split('.')[0..2].join('.')
|
21
21
|
|
22
22
|
def initialize(gem_bin_path = "")
|
23
23
|
@gem_bin_path = Pathname.new(gem_bin_path)
|
metadata
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: engineyard-serverside-adapter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 19
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
9
|
- 4
|
10
|
-
|
11
|
-
- 1
|
12
|
-
version: 1.3.4.jruby.1
|
10
|
+
version: 1.3.4
|
13
11
|
platform: ruby
|
14
12
|
authors: []
|
15
13
|
|
@@ -17,7 +15,7 @@ autorequire:
|
|
17
15
|
bindir: bin
|
18
16
|
cert_chain: []
|
19
17
|
|
20
|
-
date: 2010-09-
|
18
|
+
date: 2010-09-28 00:00:00 -07:00
|
21
19
|
default_executable:
|
22
20
|
dependencies:
|
23
21
|
- !ruby/object:Gem::Dependency
|