chargebee 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/chargebee.gemspec CHANGED
@@ -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.0.8'
8
- s.date = '2012-09-22'
7
+ s.version = '1.0.9'
8
+ s.date = '2012-09-30'
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."
@@ -1,9 +1,8 @@
1
1
  module ChargeBee
2
2
  class Transaction < Model
3
3
 
4
- attr_accessor :id, :subscription_id, :gateway, :description, :invoice_id, :type, :date, :amount,
5
- :id_at_gateway, :masked_card_number, :error_code, :error_text, :refunded_tx_id, :voided_at,
6
- :status
4
+ attr_accessor :id, :subscription_id, :gateway, :description, :type, :date, :amount, :id_at_gateway,
5
+ :masked_card_number, :error_code, :error_text, :refunded_tx_id, :voided_at, :status
7
6
 
8
7
  # OPERATIONS
9
8
  #-----------
data/lib/chargebee.rb CHANGED
@@ -23,7 +23,7 @@ require File.dirname(__FILE__) + '/chargebee/models/coupon'
23
23
 
24
24
  module ChargeBee
25
25
 
26
- VERSION = '1.0.8'
26
+ VERSION = '1.0.9'
27
27
 
28
28
  @@default_env = nil
29
29
  @@verify_ca_certs = true
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: chargebee
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.8
5
+ version: 1.0.9
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: 2012-09-22 00:00:00 Z
14
+ date: 2012-09-30 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: json_pure