recurly 2.11.0 → 2.11.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86a4a49660c2a809ff771b6ae267bcdc47d6d915
4
- data.tar.gz: 7478ca330dab1ddbfceafd73fca39d4b4dd2a0c7
3
+ metadata.gz: 13d803928d0746a337f596cca55ead434369eb79
4
+ data.tar.gz: 1fb49881dff6317fd6c35c34530dc64d2e5a6f8d
5
5
  SHA512:
6
- metadata.gz: 98bf5846b115094c09baf037498a002fa73ba2adab27f2a8e9d46ad81818cf7f4a0d4a8f261dbefd2a09ffadaa882daa00b5c62612b99dd65ee5d7efee54fcc0
7
- data.tar.gz: 2d7365c45ffa1459377d275e94c323f4a1d7b0fe85257d3d31651aa734429fdf068049acc83b606cde459f35c845273109c2be83ddf4cc541da24fd9be812572
6
+ metadata.gz: 2eeb2057e356769a48fce9a7b8a23bbfc275d30cb8230ed772ca49d26a2c11a8b306efa360186eec964343db52c603209b2a3a410a2191ae0241920fcc1c8ac7
7
+ data.tar.gz: 56ab2c738a2f594d9be46b136af49f48fe9c1361aee4c5daa0c2c363573e497077d7457cf1382cec279227631b1cdde1ae2fb8d9ff4eadda450b98251658a6da
@@ -21,6 +21,9 @@ module Recurly
21
21
  # @return [Subscription]
22
22
  belongs_to :subscription
23
23
 
24
+ # @return [Pager<Subscription>, []]
25
+ has_many :subscriptions
26
+
24
27
  # @return [Invoice]
25
28
  belongs_to :original_invoice, class_name: :Invoice
26
29
 
@@ -19,6 +19,9 @@ module Recurly
19
19
  # @return [Subscription, nil]
20
20
  belongs_to :subscription
21
21
 
22
+ # @return [Pager<Subscription>, nil]
23
+ has_many :subscriptions
24
+
22
25
  # @return [Transaction, nil]
23
26
  has_one :original_transaction, class_name: :Transaction, readonly: true
24
27
 
@@ -2,7 +2,7 @@ module Recurly
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 11
5
- PATCH = 0
5
+ PATCH = 1
6
6
  PRE = nil
7
7
 
8
8
  VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.').freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recurly
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.0
4
+ version: 2.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-06 00:00:00.000000000 Z
11
+ date: 2017-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri