explainer-rmb-rails 0.0.10 → 0.1.0
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 +5 -0
- data/VERSION +1 -1
- data/rmb-rails.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -71,6 +71,11 @@ Create an instance of RMB:ListenerClient to start/stop each listener daemon used
|
|
71
71
|
RESTful-Message-Beans(http://github.com/explainer/RESTful-Message-Beans/tree/master) rails app, which provides a complete
|
72
72
|
demo rails application using this gem.
|
73
73
|
|
74
|
+
== Credits
|
75
|
+
{ActiveMQ}[http://activemq.apache.org/]
|
76
|
+
{Enterprise Recipes with Ruby and Rails}[http://www.pragprog.com/titles/msenr/enterprise-recipes-with-ruby-and-rails]
|
77
|
+
{Jeweler gem}[http://technicalpickles.github.com/jeweler/]
|
78
|
+
|
74
79
|
== Copyright
|
75
80
|
|
76
81
|
Copyright (c) 2009 Ken Burgett. See LICENSE for details.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.1.1
|
data/rmb-rails.gemspec
CHANGED