koudoku 0.0.5 → 0.0.6

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.
data/README.md CHANGED
@@ -63,11 +63,11 @@ On Heroku you accomplish this same effect with [Config Vars](https://devcenter.h
63
63
 
64
64
  By default a `pricing_path` route is defined which you can link to in order to show visitors a pricing table. If a user is signed in, this pricing table will take into account their current plan. For example, you can link to this page like so:
65
65
 
66
- <%= link_to 'Pricing', pricing_path %>
66
+ <%= link_to 'Pricing', pricing_path %>
67
67
 
68
68
  Existing users can view available plans, select a plan, enter credit card details, review their subscription, change plans, and cancel at the following route:
69
69
 
70
- koudoku.owner_subscriptions_path(@user)
70
+ koudoku.owner_subscriptions_path(@user)
71
71
 
72
72
  In these paths, `owner` refers to `User` by default, or whatever model has been configured to be the owner of the `Subscription` model.
73
73
 
@@ -57,7 +57,7 @@ RUBY
57
57
 
58
58
  # Install the pricing table.
59
59
  ["_social_proof.html.erb"].each do |file|
60
- copy_file "#{}file", "app/views/koudoku/subscriptions/#{file}"
60
+ copy_file file, "app/views/koudoku/subscriptions/#{file}"
61
61
  end
62
62
 
63
63
  # Add webhooks to the route.
@@ -1,3 +1,3 @@
1
1
  module Koudoku
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
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.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -156,7 +156,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
156
  version: '0'
157
157
  segments:
158
158
  - 0
159
- hash: 1525558269552426845
159
+ hash: -72494490095027919
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: 1525558269552426845
168
+ hash: -72494490095027919
169
169
  requirements: []
170
170
  rubyforge_project:
171
171
  rubygems_version: 1.8.24