stripe 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/stripe.rb +1 -1
  2. data/lib/stripe/version.rb +1 -1
  3. metadata +4 -4
@@ -214,7 +214,7 @@ module Stripe
214
214
  def keys; @values.keys; end
215
215
  def values; @values.values; end
216
216
  def to_json(*a); @values.to_json(*a); end
217
- def as_json(opts=nil); @values.as_json(opts); end
217
+ def as_json(*a); @values.as_json(*a); end
218
218
  def to_hash; @values; end
219
219
  def each(&blk); @values.each(&blk); end
220
220
 
@@ -1,3 +1,3 @@
1
1
  module Stripe
2
- VERSION = '1.6.1'
2
+ VERSION = '1.6.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stripe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
- - 1
10
- version: 1.6.1
9
+ - 2
10
+ version: 1.6.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ross Boucher
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-02-22 00:00:00 Z
19
+ date: 2012-02-24 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rest-client