engineyard-serverside 1.5.23.ruby19.12 → 1.5.23.ruby19.13

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.
@@ -1,6 +1,6 @@
1
1
  module EY
2
2
  module Serverside
3
- $LOAD_PATH.unshift File.expand_path('../../vendor/dataflow/lib', File.dirname(__FILE__))
3
+ $LOAD_PATH.unshift File.expand_path('../../vendor/dataflow', File.dirname(__FILE__))
4
4
  require 'dataflow'
5
5
 
6
6
  class Future
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Serverside
3
- VERSION = '1.5.23.ruby19.12'
3
+ VERSION = '1.5.23.ruby19.13'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-serverside
3
3
  version: !ruby/object:Gem::Version
4
- hash: -966683996
4
+ hash: -966683994
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 1
@@ -9,8 +9,8 @@ version: !ruby/object:Gem::Version
9
9
  - 23
10
10
  - ruby
11
11
  - 19
12
- - 12
13
- version: 1.5.23.ruby19.12
12
+ - 13
13
+ version: 1.5.23.ruby19.13
14
14
  platform: ruby
15
15
  authors:
16
16
  - EY Cloud Team