koudoku 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -13,6 +13,7 @@ Include the following in your `Gemfile`:
13
13
  After running `bundle install`, you can run a Rails generator to do the rest. Before installing, the model you'd like to have own subscriptions must already exist. (In many cases this will be `user`. It may also be something like `company`, etc.)
14
14
 
15
15
  rails g koudoku:install user
16
+ rake db:migrate
16
17
 
17
18
  After installing, you'll need to add some subscription plans. (Note that we highlight the 'Team' plan.)
18
19
 
@@ -133,4 +134,4 @@ Support for Stripe Webhooks is still quite limited. You can implement the follow
133
134
  - `charge_failed`
134
135
  - `charge_disputed`
135
136
 
136
- As mentioned before, be sure to call `super` in your implementations. No additional information from Stripe is currently handled from the webhook request body.
137
+ As mentioned before, be sure to call `super` in your implementations. No additional information from Stripe is currently handled from the webhook request body.
@@ -31,7 +31,9 @@ module Koudoku
31
31
  subscription.charge_disputed
32
32
 
33
33
  end
34
-
34
+
35
+ render nothing: true
36
+
35
37
  end
36
38
 
37
39
  end
@@ -1,3 +1,3 @@
1
1
  module Koudoku
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koudoku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-23 00:00:00.000000000 Z
12
+ date: 2013-01-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -156,7 +156,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
156
  version: '0'
157
157
  segments:
158
158
  - 0
159
- hash: 1002646099170928732
159
+ hash: 1942856666884409180
160
160
  required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  none: false
162
162
  requirements:
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  version: '0'
166
166
  segments:
167
167
  - 0
168
- hash: 1002646099170928732
168
+ hash: 1942856666884409180
169
169
  requirements: []
170
170
  rubyforge_project:
171
171
  rubygems_version: 1.8.24