You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# March Hare, a JRuby RabbitMQ Client
2
2
3
-
March Hare is an idiomatic, fast and well-maintained (J)Ruby DSL on top of the [RabbitMQ Java client](http://www.rabbitmq.com/api-guide.html). It strives to combine
4
-
strong parts of the Java client with over 4 years of experience using and developing [Ruby amqp gem](http://rubyamqp.info)
5
-
and [Bunny](http://rubybunny.info).
3
+
March Hare is an idiomatic, fast and well-maintained (J)Ruby DSL on top of the [RabbitMQ Java client](https://www.rabbitmq.com/client-libraries/java-api-guide).
4
+
5
+
It strives to combine strong parts of the Java client with over many years of experience with other client libraries,
6
+
both for Ruby and other languages.
6
7
7
8
## Why March Hare
8
9
@@ -43,7 +44,7 @@ gem install march_hare
43
44
### With Bundler
44
45
45
46
```ruby
46
-
gem "march_hare", "~> 4.5"
47
+
gem "march_hare", "~> 4.7"
47
48
```
48
49
49
50
## Documentation
@@ -107,4 +108,4 @@ MIT, see LICENSE in the repository root
0 commit comments