recurly 2.2.2 → 2.2.3

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.

checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: eebea8a4de7f0198a40c39dfaeb610b7c37f897d
4
- data.tar.gz: 42819b21beb6dd1bf2e2e62785985620669601d5
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NjhkNmMyMGU5YjU3YWFhNTI4MjU1NGU1YzRjZjJiYzJmMzdkNTA5ZA==
5
+ data.tar.gz: !binary |-
6
+ MjdjMmM5OGU4MGE0NjFlMmIzMDkxZTAxYTlmNjE4ODc5NTAzYmY3OQ==
5
7
  SHA512:
6
- metadata.gz: b35c9801ab6b3a3d363b17bc935209b341b07dc166b8fc94f3c09c66c8be8f24d9aee058610b3e3b8be33163936a5a921fe811c8b1173280676e4f1cd5f5b8e9
7
- data.tar.gz: da8f3d9b281e42641a999a24a5e8a3bfffa2690e913c440bde7a2f469e2d900784ad0487329daf33e8f9d5870b93a287ccb697344ae52364bb40e41d35694566
8
+ metadata.gz: !binary |-
9
+ NGVlOTllNWEwZjdmZjI4OWY0MmExYjc3YWY3NzVkNDRjNjY4YzdlNmQzOTVm
10
+ ZWIzYzk0ZTA4OWM4ZDVmODIyYTM1NTVjNDA0NmQyZWU4ZThlNDViNjdhZjQ2
11
+ NzFkZDE0OTFkMWY2MmExYzgyNTk5NGUwMDM4ZTg1MmYzNWI1NDU=
12
+ data.tar.gz: !binary |-
13
+ NDJiNzlkNTYxMTc2YmViOWJhNGNmNjI0MGQyY2QxZjQxNmJmM2M2Yjk5ZDgx
14
+ NDE0Y2FmMzIzZGFkZTdiYzUzYzJkNGYyMGI0M2I3OGIxZGYxMzc1MDZlMjYx
15
+ ZThhOGQ0OWNiMTI0NzA0ZTQ0MjY5OTJlYmRjZWU4MmI0ZDNiZWI=
data/README.md CHANGED
@@ -12,7 +12,7 @@ Recurly is packaged as a Ruby gem. We recommend you install it with
12
12
  [Bundler](http://gembundler.com/) by adding the following line to your Gemfile:
13
13
 
14
14
  ``` ruby
15
- gem 'recurly', '~> 2.2.1'
15
+ gem 'recurly', '~> 2.2.3'
16
16
  ```
17
17
 
18
18
  Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
@@ -64,6 +64,15 @@ Instructions and examples are available on
64
64
  Recurly's gem API is available
65
65
  [here](http://rubydoc.info/gems/recurly/frames/Recurly).
66
66
 
67
+ ## Support
68
+
69
+ - [https://support.recurly.com](https://support.recurly.com)
70
+ - [stackoverflow](http://stackoverflow.com/questions/tagged/recurly)
71
+
72
+ ## Announcements
73
+
74
+ - [@recurly](https://twitter.com/recurly)
75
+ - [Google Group Announcements](https://groups.google.com/group/recurly-api)
67
76
 
68
77
  ## Contributing
69
78
 
@@ -103,12 +112,11 @@ If you plan on submitting a patch, please write tests for it (we use
103
112
  If everything looks good, submit a pull request on GitHub and we'll bring in
104
113
  your changes.
105
114
 
106
-
107
115
  ## License
108
116
 
109
117
  (The MIT License.)
110
118
 
111
- © 2009–2013 Recurly Inc.
119
+ © 2009–2014 Recurly Inc.
112
120
 
113
121
  Permission is hereby granted, free of charge, to any person obtaining a copy
114
122
  of this software and associated documentation files (the "Software"), to deal
@@ -28,6 +28,7 @@ module Recurly
28
28
  paypal_billing_agreement_id
29
29
  number
30
30
  verification_value
31
+ token_id
31
32
  )
32
33
 
33
34
  # @return ["credit_card", "paypal", nil] The type of billing info.
@@ -2,7 +2,7 @@ module Recurly
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 2
5
- PATCH = 2
5
+ PATCH = 3
6
6
  PRE = nil
7
7
 
8
8
  VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.').freeze
metadata CHANGED
@@ -1,58 +1,58 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recurly
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-21 00:00:00.000000000 Z
11
+ date: 2014-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.9.2
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.9.2
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: 2.6.1
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: 2.6.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: webmock
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
47
  version: 1.7.6
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: 1.7.6
55
- description: 'An API client library for Recurly: http://recurly.com'
55
+ description: ! 'An API client library for Recurly: http://recurly.com'
56
56
  email: support@recurly.com
57
57
  executables:
58
58
  - recurly
@@ -100,23 +100,23 @@ licenses:
100
100
  metadata: {}
101
101
  post_install_message:
102
102
  rdoc_options:
103
- - "--main"
103
+ - --main
104
104
  - README.md
105
105
  require_paths:
106
106
  - lib
107
107
  required_ruby_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - ">="
109
+ - - ! '>='
110
110
  - !ruby/object:Gem::Version
111
111
  version: 1.9.3
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  requirements:
114
- - - ">="
114
+ - - ! '>='
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
117
  requirements: []
118
118
  rubyforge_project:
119
- rubygems_version: 2.2.0.rc.1
119
+ rubygems_version: 2.2.2
120
120
  signing_key:
121
121
  specification_version: 4
122
122
  summary: Recurly API Client