paid_up 0.10.0 → 0.10.1

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. data/VERSION +1 -1
  4. data/paid_up.gemspec +2 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95bac418def0c433f42d41a8734234af61e625ad
4
- data.tar.gz: f3ba573ea7eae964bb63bb6485744c43a991a05e
3
+ metadata.gz: e21a59affb0abaa1b9cb919228f2cdd9a593f3e3
4
+ data.tar.gz: aac75e005205fa73a3b603882a182763dfe53985
5
5
  SHA512:
6
- metadata.gz: 7c3d1b56959e2be42989cac80abc057d6674c218c6cb190ea42def9234728160fdf4262c2cf2ae3a52abdfd9d0bd1353d5cb0f2b95322e77c75215d4ff5bdb50
7
- data.tar.gz: 7b874ab4a8e73347ba6f40faacfb2319df6bd058d47c3d1b40d2edd48853a5a75c778b6d61087797fceb59590d3b2659565016f2f5bca5d767673ba5f99ccac2
6
+ metadata.gz: b85cba7745f6814d73e703fc0de8dfc134fdb7f2c3d8bcb661871cc60ec4ffc77d30154386ed12d9f524c9e4b30fc3f4db91faaaada1275efd2fe7fea791e7d5
7
+ data.tar.gz: ba6ce203070e6293ced12380295ace2a27919b91b3236eb46f59b3360297f80fa4749b34d7d7652c52283c227be2e073ca66a2b936f7368df95ead798c52d0a9
data/README.md CHANGED
@@ -103,6 +103,10 @@ The resources referred to in your config will need to call `paid_for`, like this
103
103
  end
104
104
 
105
105
  ### Enabling Google Analytics
106
+
107
+ In your application controller, add:
108
+
109
+ helper PaidUp::PaidUpHelper
106
110
 
107
111
  In your layout view, include the following code snippet, which will only fire when a subscription is made.
108
112
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.0
1
+ 0.10.1
data/paid_up.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: paid_up 0.10.0 ruby lib
5
+ # stub: paid_up 0.10.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "paid_up"
9
- s.version = "0.10.0"
9
+ s.version = "0.10.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paid_up
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren