Skip to content

Commit

Permalink
2.0.9: Plan#add_ons#find support. Assorted bugfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Nov 30, 2011
1 parent dc909b2 commit a3b650a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
recurly (2.0.8)
recurly (2.0.9)

GEM
remote: http://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -12,7 +12,7 @@ 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.0.8'
gem 'recurly', '~> 2.0.9'
```

Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
Expand Down Expand Up @@ -62,7 +62,7 @@ Instructions and examples are available on
[Recurly's documentation site](http://docs.recurly.com/api/basics).

Recurly's gem API is available
[here](http://rubydoc.info/gems/recurly/2.0.8/frames).
[here](http://rubydoc.info/gems/recurly/2.0.9/frames).


## Contributing
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.rb
Expand Up @@ -2,7 +2,7 @@ module Recurly
module Version
MAJOR = 2
MINOR = 0
PATCH = 8
PATCH = 9
PRE = nil

VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.').freeze
Expand Down

0 comments on commit a3b650a

Please sign in to comment.