emissary 1.3.7 → 1.3.8

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 3
4
- :patch: 7
4
+ :patch: 8
@@ -13,7 +13,9 @@
13
13
  # limitations under the License.
14
14
  #
15
15
  #
16
+ require 'rubygems'
16
17
  require 'eventmachine'
18
+ gem 'amqp', '=0.6.7'
17
19
  require 'mq'
18
20
  require 'uri'
19
21
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emissary
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 7
10
- version: 1.3.7
9
+ - 8
10
+ version: 1.3.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Carl P. Corliss