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.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/VERSION +1 -1
- data/paid_up.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e21a59affb0abaa1b9cb919228f2cdd9a593f3e3
|
|
4
|
+
data.tar.gz: aac75e005205fa73a3b603882a182763dfe53985
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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"]
|