beetle 0.2.9.8 → 0.2.9.9

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.
data/beetle.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "beetle"
3
- s.version = "0.2.9.8"
3
+ s.version = "0.2.9.9"
4
4
 
5
5
  s.required_rubygems_version = ">= 1.3.1"
6
6
  s.authors = ["Stefan Kaes", "Pascal Friederich", "Ali Jelveh", "Sebastian Roebke"]
@@ -1,3 +1,6 @@
1
+ require 'amqp'
2
+ require 'mq'
3
+
1
4
  module Beetle
2
5
  # Manages subscriptions and message processing on the receiver side of things.
3
6
  class Subscriber < Base
data/lib/beetle.rb CHANGED
@@ -1,6 +1,4 @@
1
1
  $:.unshift(File.expand_path('..', __FILE__))
2
- require 'amqp'
3
- require 'mq'
4
2
  require 'bunny-ext'
5
3
  require 'uuid4r'
6
4
  require 'active_support'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beetle
3
3
  version: !ruby/object:Gem::Version
4
- hash: 107
4
+ hash: 105
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
9
  - 9
10
- - 8
11
- version: 0.2.9.8
10
+ - 9
11
+ version: 0.2.9.9
12
12
  platform: ruby
13
13
  authors:
14
14
  - Stefan Kaes
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2010-12-13 00:00:00 +01:00
22
+ date: 2010-12-22 00:00:00 +01:00
23
23
  default_executable: beetle
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency