koudoku 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6fb7002480ce761da291bb9511ba12ac0eece5e
4
- data.tar.gz: ddeb8f62c7461dc500187012bb5c4c6e0c2971cc
3
+ metadata.gz: 10af897228d773743369bb52e611aaf35a87d78a
4
+ data.tar.gz: c1a69b4002c5c9f9fe0b3f7abc5bf5285ec4c254
5
5
  SHA512:
6
- metadata.gz: 4e2587f78205f6192ef5d8d2d863fb609fad4ddb6b222262ec4f20e3819982d5dba8a003ae90ca152849a00f979a0ef85fdb4f33ea244b09a0500abddb96c948
7
- data.tar.gz: 0818bffc646d14eff2e22cf9c4a99df004a017d5fe4639390fed340a9e5b974ccc4c27f8e409451ba2dc40315152a1282c4e472e6896ebbcc3bfcf581fada80f
6
+ metadata.gz: fb521446bc4f2260d7a852ceab41e1015fef4aa8f930062ae3feb0b5f96dec8381b254399caf3ec6aa398a1aff26a754a3deca3194a23d8a52179514c9db8d8e
7
+ data.tar.gz: 69c13f1387242587f98833ce381822ab7eba2c977dca48e60a9e648757739bb359ec10b0c9bc6c9d6d4ade947d897722e0d125c3977e2495b0f976efced9db8e
data/README.md CHANGED
@@ -6,7 +6,7 @@ Robust subscription support for Ruby on Rails apps using [Stripe](https://stripe
6
6
 
7
7
  To see an example of Koudoku in action, please visit [Koudoku.org](http://koudoku.org/).
8
8
 
9
- <small><a href="http://churnbuster.io"><img src="https://s3.amazonaws.com/andrew-culver-images/churn-buster/koudoku-readme.png" width="196" height="38" alt="Churn Buster" /></a><br>Koudoku is authored and maintained by [Andrew Culver](http://twitter.com/andrewculver). If you find it useful, consider checking out [Churn Buster](http://churnbuster.io). It's designed to help you handle the pain points you'll run into when doing payments at scale.</small>
9
+ <small><a href="http://churnbuster.io"><img src="https://s3.amazonaws.com/andrew-culver-images/churn-buster/koudoku-readme.png" width="196" height="38" alt="Churn Buster" /></a><br>Koudoku is authored and maintained by [Andrew Culver](http://twitter.com/andrewculver) and [Christoph Engelhardt](https://twitter.com/itengelhardt). If you find it useful, consider checking out [Churn Buster](http://churnbuster.io). It's designed to help you handle the pain points you'll run into when doing payments at scale.</small>
10
10
 
11
11
  ## Installation
12
12
 
@@ -47,7 +47,7 @@ module Koudoku
47
47
  template "app/models/coupon.rb"
48
48
 
49
49
  # Update the owner relationship.
50
- inject_into_class "app/models/#{subscription_owner_model}.rb", Plan,
50
+ inject_into_class "app/models/#{subscription_owner_model}.rb", subscription_owner_model.camelize.constantize,
51
51
  "# Added by Koudoku.\n has_one :subscription\n\n"
52
52
 
53
53
  # Install the pricing table.
@@ -1,3 +1,3 @@
1
1
  module Koudoku
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: koudoku
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-06 00:00:00.000000000 Z
11
+ date: 2015-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails