engineyard-serverside-adapter 1.3.3.1 → 1.3.4.jruby.1
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
|
21
21
|
|
22
22
|
def initialize(gem_bin_path = "")
|
23
23
|
@gem_bin_path = Pathname.new(gem_bin_path)
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
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: 619539239
|
5
|
+
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
9
|
+
- 4
|
10
|
+
- jruby
|
10
11
|
- 1
|
11
|
-
version: 1.3.
|
12
|
+
version: 1.3.4.jruby.1
|
12
13
|
platform: ruby
|
13
14
|
authors: []
|
14
15
|
|
@@ -16,7 +17,7 @@ autorequire:
|
|
16
17
|
bindir: bin
|
17
18
|
cert_chain: []
|
18
19
|
|
19
|
-
date: 2010-09-
|
20
|
+
date: 2010-09-24 00:00:00 -07:00
|
20
21
|
default_executable:
|
21
22
|
dependencies:
|
22
23
|
- !ruby/object:Gem::Dependency
|