recurly 0.3.4 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of recurly might be problematic. Click here for more details.

Files changed (3) hide show
  1. data/README.md +1 -0
  2. data/lib/recurly/version.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -48,6 +48,7 @@ In Rails 2.x, this code should be in config/initializers/recurly.rb
48
48
 
49
49
  In Sinatra, it should be within a `configure` block.
50
50
 
51
+ **Please Note:** the setup parameters changed in version 0.4.0. The Ruby client now connects to either api-production.recurly.com or api-sandbox.recurly.com to improve DNS lookups. Additional configuration options were also added for the [Transparent Post API](http://docs.recurly.com/transparent-post/basics).
51
52
 
52
53
  Manual Setup via YAML or JSON
53
54
  --------------
@@ -1,3 +1,3 @@
1
1
  module Recurly #:nodoc
2
- VERSION = "0.3.4"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: recurly
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.4
5
+ version: 0.4.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Isaac Hall
@@ -207,7 +207,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
207
207
  requirements:
208
208
  - - ">="
209
209
  - !ruby/object:Gem::Version
210
- hash: -3493194841915511732
210
+ hash: -3690369156205888669
211
211
  segments:
212
212
  - 0
213
213
  version: "0"