waz-storage 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/waz-queues.rb CHANGED
@@ -13,6 +13,5 @@ require 'waz/queues/exceptions'
13
13
  require 'waz/queues/message'
14
14
  require 'waz/queues/queue'
15
15
  require 'waz/queues/service'
16
- require 'waz/queues/version'
17
16
 
18
17
 
@@ -3,7 +3,7 @@ module WAZ
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = '0'
5
5
  MINOR = '5'
6
- TINY = '1'
6
+ TINY = '2'
7
7
  end
8
8
 
9
9
  Version = [VERSION::MAJOR, VERSION::MINOR, VERSION::TINY].compact * '.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waz-storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johnny G. Halife