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

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
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)
@@ -1,7 +1,7 @@
1
1
  module EY
2
2
  module Serverside
3
3
  class Adapter
4
- VERSION = "1.3.4.jruby.1"
4
+ VERSION = "1.3.4"
5
5
  end
6
6
  end
7
7
  end
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: 619539239
5
- prerelease: true
4
+ hash: 19
5
+ prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
9
  - 4
10
- - jruby
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-24 00:00:00 -07:00
18
+ date: 2010-09-28 00:00:00 -07:00
21
19
  default_executable:
22
20
  dependencies:
23
21
  - !ruby/object:Gem::Dependency