nezu 0.6.68 → 0.6.69

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nezu (0.6.67)
4
+ nezu (0.6.69)
5
5
  activerecord (~> 3.2.11)
6
6
  activesupport (~> 3.2.11)
7
7
  amqp
@@ -34,7 +34,7 @@ GEM
34
34
  eventmachine
35
35
  arel (3.0.2)
36
36
  builder (3.0.4)
37
- bunny (0.9.0.pre13)
37
+ bunny (0.9.0.rc1)
38
38
  amq-protocol (>= 1.6.0)
39
39
  columnize (0.3.6)
40
40
  configatron (2.10.0)
@@ -49,7 +49,7 @@ GEM
49
49
  eventmachine (1.0.3)
50
50
  i18n (0.6.1)
51
51
  json (1.8.0)
52
- multi_json (1.7.6)
52
+ multi_json (1.7.7)
53
53
  mysql2 (0.3.11)
54
54
  rake (10.0.4)
55
55
  rdoc (3.12.2)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.68
1
+ 0.6.69
@@ -9,6 +9,7 @@ module Nezu
9
9
  ch = conn.create_channel
10
10
  q = ch.queue(queue_name)
11
11
  q.publish(params.to_json, :content_type => 'application/json')
12
+ conn.stop
12
13
  end
13
14
  end
14
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nezu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.68
4
+ version: 0.6.69
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-06-12 00:00:00.000000000 Z
13
+ date: 2013-06-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: amqp