77 Commits

Author SHA1 Message Date
Ross Boucher
54d41ff940 Add notifications. This is untested. 2012-01-20 13:19:19 -08:00
Greg Brockman
e05c49350b Update README 2012-01-03 14:32:50 -05:00
Sheena Pakanati
a4765eb886 Make plan objects allow edit operations. 2011-12-13 15:23:56 -08:00
Anurag Goel
e3a3ff2ec9 Bump version v1.5.25 2011-12-06 16:14:08 -08:00
Anurag Goel
81e9ab07f5 Fix name error 2011-12-06 16:14:00 -08:00
Greg Brockman
ad0c5b2e15 Update twitter URL 2011-11-27 21:27:14 -08:00
Greg Brockman
b1f0eaa9ec Bump version v1.5.24 2011-11-25 22:38:00 -08:00
Greg Brockman
10b461fc75 Update CA bundle 2011-11-25 22:37:39 -08:00
Patrick Collison
332b0caaf4 1.4.0 -> 1.4; add rest-client declaration
Allow >= 1.4.0, < 2
Bump version to 1.5.23
2011-11-12 13:43:30 -08:00
Patrick Collison
87d3c60509 Depend on rest-client ~> 1.4.0
Fixes #7
2011-11-12 09:44:15 -08:00
Greg Brockman
97c6f79736 Bump version v1.5.21 2011-10-21 15:45:19 -07:00
Greg Brockman
3fbd4d97bf Make StripeObject enumerable
Closes https://github.com/stripe/stripe-ruby/issues/6
2011-10-19 10:26:12 -07:00
Sheena Pakanati
94d8bdf681 Coupon support. 2011-10-11 22:06:51 -07:00
Greg Brockman
96a3233620 Bump version v1.5.20 2011-10-05 13:18:41 -07:00
Greg Brockman
e81afe05a1 Only exclude nil parameters 2011-10-05 13:18:24 -07:00
Greg Brockman
76b682486a Bump version v1.5.19 2011-10-05 13:13:20 -07:00
Greg Brockman
1a709b6d51 Don't pass nil values to the API 2011-10-05 13:13:03 -07:00
Greg Brockman
0888c2361b Add || key 2011-10-05 13:08:10 -07:00
Greg Brockman
c51daaca53 Bump version v1.5.18 2011-10-03 22:17:47 -07:00
Greg Brockman
50d562ae90 Manually symbolize_names
A user ran into an issue where names were not being symbolized
properly. I guess there's some library out that breaks
:symbolize_names => true
2011-10-03 22:10:35 -07:00
Greg Brockman
2904c323fa Bump version v1.5.17 2011-09-25 22:46:24 -04:00
Greg Brockman
cdc57fc763 Add Token 2011-09-25 22:45:37 -04:00
Patrick Collison
0b7c0bf025 add ruby dep note 2011-09-17 11:33:39 -07:00
Ross Boucher
5fcaa49495 Update stripe tests for newer API format. 2011-09-15 14:09:03 -07:00
Greg Brockman
73a884f202 Bump version v1.5.16 2011-09-08 01:07:49 -07:00
Greg Brockman
b79f4c2417 Handle JSON.dump errors 2011-09-08 01:07:10 -07:00
Greg Brockman
b2401abbab Rename AUTHORS file to CONTRIBUTORS 2011-09-05 12:40:46 -05:00
Greg Brockman
bdf07b4e23 stripe.rb: Remove Authors comment 2011-09-05 12:40:23 -05:00
Patrick Collison
3998ede975 bump *all* the VERSIONs v1.5.15 2011-09-05 01:28:18 -07:00
Patrick Collison
d2975da889 Fix Rails 3 issue, per discussion 2011-09-04 16:42:36 -07:00
Patrick Collison
e4a0ccab88 AUTHORS 2011-08-09 18:27:43 -07:00
Greg Brockman
734c68721c Bump version v1.5.14 2011-08-08 19:33:23 -07:00
Greg Brockman
6d96afa97c Add vendored JSON to gemspec 2011-08-08 19:32:59 -07:00
Sheena Pakanati
03ddddd76c Bump version v.1.5.13 v1.5.13 2011-07-29 17:40:14 -07:00
Sheena Pakanati
bf8dde378e Add plan listing 2011-07-29 17:01:26 -07:00
Sheena Pakanati
35f6e24c5a Add plan deletion 2011-07-29 12:06:23 -07:00
Sheena Pakanati
d0ec6b9408 Bump version v1.5.12 2011-07-27 19:54:59 -07:00
Sheena Pakanati
9c8a708cb2 Allow creation of plan objects 2011-07-26 16:58:01 -07:00
Greg Brockman
a871a1aeb9 Bump version v1.5.11 2011-07-12 23:29:07 -07:00
Greg Brockman
21fd38e13e Add test around customer subscription cancelation 2011-07-12 23:28:37 -07:00
Greg Brockman
0c0f85fa8d Add hacks to make to_json work 2011-07-12 23:25:17 -07:00
Greg Brockman
0df30135b8 Don't swallow LoadErrors if the JSON module has been defined 2011-07-12 23:25:05 -07:00
Greg Brockman
2473826b4c Bundle Ruby JSON implementation 2011-07-12 22:13:45 -07:00
Greg Brockman
d21463480d Bump version v1.5.10 2011-07-12 21:47:56 -07:00
Greg Brockman
ad974d1d18 Let cancel_subscription accept optional params argument 2011-07-12 21:47:14 -07:00
Greg Brockman
42f20ff6c9 Remove JSON as an explicit dependency
TODO: bundle pure Ruby JSON implementation for Ruby 1.8
2011-07-12 21:46:31 -07:00
Greg Brockman
3d45a945a0 Update source URL 2011-07-08 18:02:32 -07:00
Greg Brockman
5d3ce73619 Change VERSION file to literal version 2011-07-08 17:57:34 -07:00
Greg Brockman
ad9159dc9f Merge pull request #1 from listrophy/master
Remove circular dependency from gemspec
2011-07-08 17:36:12 -07:00
Bradley Grzesiak
c065589076 Fix a require in tests 2011-07-08 17:33:19 -07:00