Skip to content

Commit 272c12f

Browse files
README updates
1 parent f152661 commit 272c12f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# March Hare, a JRuby RabbitMQ Client
22

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.
67

78
## Why March Hare
89

@@ -43,7 +44,7 @@ gem install march_hare
4344
### With Bundler
4445

4546
``` ruby
46-
gem "march_hare", "~> 4.5"
47+
gem "march_hare", "~> 4.7"
4748
```
4849

4950
## Documentation
@@ -107,4 +108,4 @@ MIT, see LICENSE in the repository root
107108
## Copyright
108109

109110
(c) 2011-2013 Theo Hultberg
110-
(c) 2013-2022 Michael S. Klishin and contributors
111+
(c) 2013-2025 Michael S. Klishin and contributors

0 commit comments

Comments
 (0)