stripe 1.5.12 → 1.5.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/stripe.rb +2 -0
  2. data/lib/stripe/version.rb +1 -1
  3. metadata +3 -3
@@ -399,6 +399,8 @@ module Stripe
399
399
 
400
400
  class Plan < APIResource
401
401
  include Stripe::APIOperations::Create
402
+ include Stripe::APIOperations::Delete
403
+ include Stripe::APIOperations::List
402
404
  end
403
405
 
404
406
  class StripeError < StandardError; end
@@ -1,3 +1,3 @@
1
1
  module Stripe
2
- VERSION = '1.5.12'
2
+ VERSION = '1.5.13'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 12
9
- version: 1.5.12
8
+ - 13
9
+ version: 1.5.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ross Boucher
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-27 00:00:00 -07:00
18
+ date: 2011-07-30 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency