README.md in recurly-2.2.2 vs README.md in recurly-2.2.3
- old
+ new
@@ -10,11 +10,11 @@
Recurly is packaged as a Ruby gem. We recommend you install it with
[Bundler](http://gembundler.com/) by adding the following line to your Gemfile:
``` ruby
-gem 'recurly', '~> 2.2.1'
+gem 'recurly', '~> 2.2.3'
```
Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
speed boost) if it's available and loaded in your app's environment.
@@ -62,11 +62,20 @@
[Recurly's documentation site](http://docs.recurly.com/api/basics).
Recurly's gem API is available
[here](http://rubydoc.info/gems/recurly/frames/Recurly).
+## Support
+- [https://support.recurly.com](https://support.recurly.com)
+- [stackoverflow](http://stackoverflow.com/questions/tagged/recurly)
+
+## Announcements
+
+- [@recurly](https://twitter.com/recurly)
+- [Google Group Announcements](https://groups.google.com/group/recurly-api)
+
## Contributing
Developing for the Recurly gem is easy with [Bundler](http://gembundler.com/).
Fork and clone the repository, `cd` into the directory, and, with a Ruby of
@@ -101,15 +110,14 @@
[MiniTest::Spec](http://bfts.rubyforge.org/minitest/MiniTest/Expectations.html)).
If everything looks good, submit a pull request on GitHub and we'll bring in
your changes.
-
## License
(The MIT License.)
-© 2009–2013 Recurly Inc.
+© 2009–2014 Recurly Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell