explainer-rmb-rails 0.1.2 → 0.1.3
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.
- data/README.rdoc +3 -3
- data/VERSION +1 -1
- data/rmb-rails.gemspec +1 -1
- 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.
|
|
1
|
+
0.1.3
|
data/rmb-rails.gemspec
CHANGED