amqp_directory_broadcaster 1.0.1 → 1.0.2

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.
File without changes
@@ -1,3 +1,3 @@
1
1
  module AmqpDirectoryBroadcaster
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
@@ -1,6 +1,4 @@
1
1
  require "rubygems"
2
- require "bundler/setup"
3
-
4
2
  require 'trollop'
5
3
  require 'bunny'
6
4
 
@@ -19,7 +17,7 @@ module AmqpDirectoryBroadcaster
19
17
  opt :type, "The type of the exchange you want to publish to", :type => String, :default => "topic"
20
18
  opt :durable, "Whether or not the exchange is durable", :default => true
21
19
  opt :routing_key, "The routing key to use when publishing messages", :type=>String, :short => '-k'
22
- opt :verbose, :default => false
20
+ opt :verbose, "Output volumes of exciting, play by play information. Make sure you get your soda and chips before turning on this baby.", :default => false
23
21
 
24
22
  opt :auto_delete, "Delete the message files after sending them", :default => true
25
23
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amqp_directory_broadcaster
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathan Stults