engineyard-serverside 2.6.7 → 2.6.8pre1

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.
@@ -29,7 +29,7 @@ module EY
29
29
  end
30
30
 
31
31
  def binary
32
- File.expand_path("../../../bin/#{gem_name}", __FILE__)
32
+ "/usr/local/ey_resin/ruby/bin/engineyard-serverside"
33
33
  end
34
34
 
35
35
  def hook_executor
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Serverside
3
- VERSION = '2.6.7'
3
+ VERSION = '2.6.8pre1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-serverside
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.7
5
- prerelease:
4
+ version: 2.6.8pre1
5
+ prerelease: 5
6
6
  platform: ruby
7
7
  authors:
8
8
  - EY Cloud Team
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-08-03 00:00:00.000000000 Z
12
+ date: 2016-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec