nezu 0.5.20 → 0.5.21

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.
Files changed (4) hide show
  1. data/Gemfile.lock +4 -4
  2. data/VERSION +1 -1
  3. data/lib/nezu/runtime.rb +1 -1
  4. metadata +2 -2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nezu (0.5.20)
4
+ nezu (0.5.21)
5
5
  activerecord (~> 3.2.11)
6
6
  activesupport (~> 3.2.11)
7
7
  amqp
@@ -27,10 +27,10 @@ GEM
27
27
  amq-client (1.0.0)
28
28
  amq-protocol (>= 1.2.0)
29
29
  eventmachine
30
- amq-protocol (1.2.0)
31
- amqp (1.0.0)
30
+ amq-protocol (1.3.0)
31
+ amqp (1.0.1)
32
32
  amq-client (~> 1.0.0)
33
- amq-protocol (~> 1.2.0)
33
+ amq-protocol (>= 1.3.0)
34
34
  eventmachine
35
35
  arel (3.0.2)
36
36
  builder (3.0.4)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.20
1
+ 0.5.21
data/lib/nezu/runtime.rb CHANGED
@@ -29,7 +29,7 @@ module Nezu
29
29
  req_files.each do |file_name|
30
30
  require file_name #Autoload is not thread-safe :(
31
31
  end
32
- Nezu.try {require "config/nezu"}
32
+ Nezu.try {require Nezu.root.join('config', 'nezu')}
33
33
  Nezu.logger.debug("[Nezu Runner] config loaded")
34
34
  Nezu.logger.debug(configatron.amqp)
35
35
  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.5.20
4
+ version: 0.5.21
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-04-09 00:00:00.000000000 Z
13
+ date: 2013-04-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: amqp