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 +13 -5
- data/README.md +11 -3
- data/lib/recurly/billing_info.rb +1 -0
- data/lib/recurly/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
NjhkNmMyMGU5YjU3YWFhNTI4MjU1NGU1YzRjZjJiYzJmMzdkNTA5ZA==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MjdjMmM5OGU4MGE0NjFlMmIzMDkxZTAxYTlmNjE4ODc5NTAzYmY3OQ==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
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.
|
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–
|
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
|
data/lib/recurly/billing_info.rb
CHANGED
data/lib/recurly/version.rb
CHANGED
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.
|
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-
|
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
|
-
-
|
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.
|
119
|
+
rubygems_version: 2.2.2
|
120
120
|
signing_key:
|
121
121
|
specification_version: 4
|
122
122
|
summary: Recurly API Client
|