gocardless 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ ## 1.5.0 - October 29, 2012
2
+
3
+ - Use date_accessor to define next_interval_start methods
4
+
1
5
  ## 1.4.0 - October 29, 2012
2
6
 
3
7
  - Allow app id and secret to be set with environment variables
data/README.md CHANGED
@@ -1,6 +1,4 @@
1
- ![GoCardless](https://gocardless.com/resources/logo.png)
2
-
3
- ## GoCardless Ruby Client Library
1
+ ![GoCardless Ruby Client Library](https://s3-eu-west-1.amazonaws.com/gocardless/images/client-lib-headers/ruby-lib-header.png)
4
2
 
5
3
  The GoCardless Ruby client provides a simple Ruby interface to the GoCardless
6
4
  API.
@@ -11,11 +11,11 @@ module GoCardless
11
11
  :description,
12
12
  :plan_id,
13
13
  :status,
14
- :remaining_amount,
15
- :next_interval_start
14
+ :remaining_amount
16
15
 
17
16
  reference_accessor :merchant_id, :user_id
18
- date_accessor :expires_at, :created_at
17
+
18
+ date_accessor :expires_at, :created_at, :next_interval_start
19
19
 
20
20
  # Create a new bill under this pre-authorization. Similar to
21
21
  # {Client#create_bill}, but only requires the amount to be specified.
@@ -13,12 +13,11 @@ module GoCardless
13
13
  :status,
14
14
  :setup_fee,
15
15
  :trial_length,
16
- :trial_unit,
17
- :next_interval_start
16
+ :trial_unit
18
17
 
19
18
  reference_accessor :merchant_id, :user_id
20
19
 
21
- date_accessor :start_at, :expires_at, :created_at
20
+ date_accessor :start_at, :expires_at, :created_at, :next_interval_start
22
21
 
23
22
 
24
23
  def cancel!
@@ -1,3 +1,3 @@
1
1
  module GoCardless
2
- VERSION = '1.4.0'.freeze
2
+ VERSION = '1.5.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gocardless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: