Skip to content

Commit 1bbec48

Browse files
majekJakub Stastny aka botanicus
authored and
Jakub Stastny aka botanicus
committed
Cosmetic: minor changes to ruby readme
1 parent 7052600 commit 1bbec48

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

ruby/README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Ruby code for RabbitMQ tutorials
22

3-
Here you can find Ruby code examples from [RabbitMQ tutorials](http://www.rabbitmq.com/getstarted.html).
3+
Here you can find Ruby code examples from
4+
[RabbitMQ tutorials](http://www.rabbitmq.com/getstarted.html).
45

56
## Requirements
67

7-
To run this code you need [amqp gem](http://bit.ly/itcpVv) version 0.8 (currently available as a prerelease version). This code won't work with earlier versions! You can install it via RubyGems thusly:
8+
To run this code you need [amqp gem](http://bit.ly/itcpVv) version 0.8
9+
(currently available as a prerelease version). This code won't work
10+
with earlier versions! You can install it via RubyGems thusly:
811

912
gem install amqp --pre
1013

@@ -25,4 +28,19 @@ To run this code you need [amqp gem](http://bit.ly/itcpVv) version 0.8 (currentl
2528
ruby receive_logs.rb
2629
ruby emit_log.rb
2730

31+
[Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-python.html)
32+
33+
ruby receive_logs_direct.rb
34+
ruby emit_log_direct.rb
35+
36+
[Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-python.html)
37+
38+
ruby receive_logs_topic.rb
39+
ruby emit_log_topic.rb
40+
41+
[Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-python.html)
42+
43+
ruby rpc_server.rb
44+
ruby rpc_client.rb
45+
2846
To learn more, visit [Ruby AMQP gem documentation](http://bit.ly/mDm1JE) site.

0 commit comments

Comments
 (0)