engineyard-serverside-adapter 1.3.3.1 → 1.3.4.jruby.1

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.
@@ -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.split('.')[0..2].join('.')
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)
@@ -1,7 +1,7 @@
1
1
  module EY
2
2
  module Serverside
3
3
  class Adapter
4
- VERSION = "1.3.3.1"
4
+ VERSION = "1.3.4.jruby.1"
5
5
  end
6
6
  end
7
7
  end
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: 73
5
- prerelease: false
4
+ hash: 619539239
5
+ prerelease: true
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 3
9
+ - 4
10
+ - jruby
10
11
  - 1
11
- version: 1.3.3.1
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-16 00:00:00 -07:00
20
+ date: 2010-09-24 00:00:00 -07:00
20
21
  default_executable:
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency