Skip to content

Commit

Permalink
bump to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarton committed Apr 28, 2015
1 parent 350a291 commit 774a636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
recurly (2.4.1)
recurly (2.4.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.4.1'
gem 'recurly', '~> 2.4.2'
```

Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Recurly
module Version
MAJOR = 2
MINOR = 4
PATCH = 1
PATCH = 2
PRE = nil

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

0 comments on commit 774a636

Please sign in to comment.