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.
Files changed (4) hide show
  1. data/README.rdoc +7 -0
  2. data/Rakefile +1 -1
  3. data/amqp_notifier.gemspec +1 -1
  4. 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
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('amqp_notifier', '0.0.2') do |p|
5
+ Echoe.new('amqp_notifier', '0.0.3') do |p|
6
6
  p.description = "AMQP & Qusion helper class"
7
7
  p.url = "http://nosolopau.com"
8
8
  p.author = "Pau"
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{amqp_notifier}
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Pau"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pau