explainer-rmb-rails 0.1.2 → 0.1.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 +3 -3
  2. data/VERSION +1 -1
  3. data/rmb-rails.gemspec +1 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -72,11 +72,11 @@ RESTful-Message-Beans(http://github.com/explainer/RESTful-Message-Beans/tree/mas
72
72
  demo rails application using this gem.
73
73
 
74
74
  == Credits
75
- {ActiveMQ}[http://activemq.apache.org/]
75
+ {ActiveMQ}[http://activemq.apache.org/] find the message broker here
76
76
 
77
- {Enterprise Recipes with Ruby and Rails}[http://www.pragprog.com/titles/msenr/enterprise-recipes-with-ruby-and-rails]
77
+ {Enterprise Recipes with Ruby and Rails}[http://www.pragprog.com/titles/msenr/enterprise-recipes-with-ruby-and-rails] A special thanks to Maik Schmidt for this useful book.
78
78
 
79
- {Jeweler gem}[http://technicalpickles.github.com/jeweler/]
79
+ {Jeweler gem}[http://technicalpickles.github.com/jeweler/] Thanks to Josh Nichols for this useful tool.
80
80
 
81
81
  == Copyright
82
82
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
data/rmb-rails.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rmb-rails}
5
- s.version = "0.1.2"
5
+ s.version = "0.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Ken Burgett"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: explainer-rmb-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Burgett