amqp_notifier 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +7 -0
- data/Rakefile +1 -1
- data/amqp_notifier.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -4,10 +4,17 @@ AmqpNotifier is a helper library to wrap Qusion with the AMQP gem.
|
|
4
4
|
|
5
5
|
== Installation
|
6
6
|
|
7
|
+
Run this command:
|
8
|
+
|
9
|
+
gem install amqp-notifier
|
10
|
+
|
7
11
|
To use this version, add this to your Gemfile:
|
8
12
|
|
9
13
|
gem "amqp_notifier", "0.0.2", :git => "git://github.com/nosolopau/amqp_notifier.git"
|
10
14
|
|
15
|
+
If you want to get the lastest version, add:
|
16
|
+
|
17
|
+
gem "amqp_notifier", "0.0.2", :git => "git://github.com/nosolopau/amqp_notifier.git"
|
11
18
|
|
12
19
|
== Use
|
13
20
|
|
data/Rakefile
CHANGED
data/amqp_notifier.gemspec
CHANGED