recurly 2.7.0 → 2.7.1

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,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc732a5ca8416f1d5546b1ae6817b9c1a460356f
4
- data.tar.gz: 46a561b5db08c3751e3f137fcf48753ff745cdf9
3
+ metadata.gz: 01d73b6f7d5228081f44229f4e0c5782a1d6b399
4
+ data.tar.gz: 7c82dab6c9fc6ed08fe0cef7e33e3075e256ebe4
5
5
  SHA512:
6
- metadata.gz: 899b14789c5b52e5168e46c94054b79098d5c36ea31a1a86dfcb9bc8939d338f81cab622f853c6584dc751fafe1e2e3a180d0b2b29463c44de3e9dc6f17a44f3
7
- data.tar.gz: c599887af8463d163cf228eb15b625368a27017203913db1d44c71fb114e0e1d79f7c87501e2aa14ee6b0022a0d7dde3293c6ddf810192d04f278d7835d24724
6
+ metadata.gz: a4caaecb4f59bc93ca198f6305f97ea5706b11eff4ac017ae042248091efc939d86742c0cbdc7577a952ebd28eb824a95a1bab091c3225e8096929d1051dcffa
7
+ data.tar.gz: 396b7d4925744915764f975400c69c1e2835e191d54ebc14329fba9918b4d961dac7df0dab979efbdb02efc6d33770ef62dec8bd82022c87d117457e0b2b3fcc
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.7.0'
15
+ gem 'recurly', '~> 2.7.1'
16
16
  ```
17
17
 
18
18
  Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
@@ -44,6 +44,7 @@ module Recurly
44
44
  tax_exempt
45
45
  entity_use_code
46
46
  created_at
47
+ updated_at
47
48
  closed_at
48
49
  vat_location_valid
49
50
  )
@@ -18,6 +18,7 @@ module Recurly
18
18
  usage_percentage
19
19
  revenue_schedule_type
20
20
  created_at
21
+ updated_at
21
22
  )
22
23
  alias to_param add_on_code
23
24
  alias quantity default_quantity
@@ -31,6 +31,7 @@ module Recurly
31
31
  start_date
32
32
  end_date
33
33
  created_at
34
+ updated_at
34
35
  quantity_remaining
35
36
  revenue_schedule_type
36
37
 
@@ -33,6 +33,7 @@ module Recurly
33
33
  max_redemptions_per_account
34
34
  applies_to_all_plans
35
35
  created_at
36
+ updated_at
36
37
  plan_codes
37
38
  description
38
39
  invoice_description
@@ -46,6 +46,7 @@ module Recurly
46
46
  total_in_cents
47
47
  currency
48
48
  created_at
49
+ updated_at
49
50
  closed_at
50
51
  amount_remaining_in_cents
51
52
  line_items
data/lib/recurly/plan.rb CHANGED
@@ -30,6 +30,7 @@ module Recurly
30
30
  tax_exempt
31
31
  tax_code
32
32
  created_at
33
+ updated_at
33
34
  )
34
35
  alias to_param plan_code
35
36
  end
@@ -27,6 +27,7 @@ module Recurly
27
27
  coupon_code
28
28
  subscription_uuid
29
29
  created_at
30
+ updated_at
30
31
  )
31
32
 
32
33
  def save
@@ -35,6 +35,7 @@ module Recurly
35
35
  cost_in_cents
36
36
  currency
37
37
  quantity
38
+ updated_at
38
39
  activated_at
39
40
  canceled_at
40
41
  expires_at
@@ -41,6 +41,7 @@ module Recurly
41
41
  avs_result
42
42
  avs_result_street
43
43
  created_at
44
+ updated_at
44
45
  details
45
46
  transaction_error
46
47
  source
@@ -2,7 +2,7 @@ module Recurly
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 7
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.7.0
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-07 00:00:00.000000000 Z
11
+ date: 2016-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake