chargebee 1.2.7 → 1.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
 
6
6
  s.name = 'chargebee'
7
- s.version = '1.2.7'
8
- s.date = '2013-10-07'
7
+ s.version = '1.2.8'
8
+ s.date = '2013-10-26'
9
9
 
10
10
  s.summary = "Ruby client for Chargebee API."
11
11
  s.description = "Subscription Billing - Simple. Secure. Affordable. More details at www.chargebee.com."
@@ -24,7 +24,7 @@ require File.dirname(__FILE__) + '/chargebee/models/coupon_code'
24
24
 
25
25
  module ChargeBee
26
26
 
27
- VERSION = '1.2.7'
27
+ VERSION = '1.2.8'
28
28
 
29
29
  @@default_env = nil
30
30
  @@verify_ca_certs = true
@@ -9,9 +9,10 @@ module ChargeBee
9
9
  attr_accessor :coupon_id, :apply_till, :applied_count, :coupon_code
10
10
  end
11
11
 
12
- attr_accessor :id, :plan_id, :plan_quantity, :status, :trial_start, :trial_end, :current_term_start,
13
- :current_term_end, :remaining_billing_cycles, :created_at, :activated_at, :cancelled_at, :cancel_reason,
14
- :due_invoices_count, :due_since, :total_dues, :addons, :coupon, :coupons
12
+ attr_accessor :id, :plan_id, :plan_quantity, :status, :start_date, :trial_start, :trial_end,
13
+ :current_term_start, :current_term_end, :remaining_billing_cycles, :created_at, :started_at,
14
+ :activated_at, :cancelled_at, :cancel_reason, :due_invoices_count, :due_since, :total_dues,
15
+ :addons, :coupon, :coupons
15
16
 
16
17
  # OPERATIONS
17
18
  #-----------
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: chargebee
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.2.7
5
+ version: 1.2.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Rajaraman S
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2013-10-07 00:00:00 Z
14
+ date: 2013-10-26 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: json_pure
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  requirements: []
125
125
 
126
126
  rubyforge_project:
127
- rubygems_version: 1.8.15
127
+ rubygems_version: 1.8.6
128
128
  signing_key:
129
129
  specification_version: 2
130
130
  summary: Ruby client for Chargebee API.