recurly 0.3.4 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -0
- data/lib/recurly/version.rb +1 -1
- 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
|
--------------
|
data/lib/recurly/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: recurly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.
|
|
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: -
|
|
210
|
+
hash: -3690369156205888669
|
|
211
211
|
segments:
|
|
212
212
|
- 0
|
|
213
213
|
version: "0"
|