8000 Merge pull request #5 from ruby-amqp/master · syk-coder/rabbitmq-tutorials@26422be · GitHub
[go: up one dir, main page]

Skip to content

Commit 26422be

Browse files
committed
Merge pull request rabbitmq#5 from ruby-amqp/master
Merged, thanks.
2 parents 390737d + c74ef4b commit 26422be

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

ruby/README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,29 @@ Here you can find Ruby code examples from
55

66
## Requirements
77

8+
If you use Microsoft Windows, we highly recommend you to use [JRuby](http://jruby.org).
9+
It is 1.9.2-compatible since 1.6.0.
10+
811
To run this code you need [amqp gem](https://github.com/ruby-amqp/amqp) version 0.8
912
(currently available as a prerelease version). This code won't work
10-
with earlier versions! You can install it via RubyGems thusly:
13+
with earlier versions!
14+
15+
You can install it via RubyGems. On Linux, Mac OS X and *BSD systems:
1116

1217
gem install amqp --pre --version "~> 0.8.0.rc12"
1318

19+
On Windows:
20+
21+
jruby.exe --1.9 -S gem install amqp --pre --version "~> 0.8.0.rc12"
22+
1423
## Code
1524

16-
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html)
25+
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):
1726

1827
ruby send.rb
1928
ruby receive.rb
2029

21-
[Tutorial two: Work Queues](http://www.rabbitmq.com/tutorial-two-python.html)
30+
[Tutorial two: Work Queues](http://www.rabbitmq.com/tutorial-two-python.html):
2231

2332
ruby new_task.rb
2433
ruby worker.rb

0 commit comments

Comments
 (0)
0