acts_as_referred 0.1.6 → 0.1.7
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.rdoc +1 -0
- data/lib/acts_as_referred/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +1746 -0
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ef320acc840b97e4cac9ea2fbcb470432601666
|
|
4
|
+
data.tar.gz: 50031f6be5b4eaeb878bd65b38e1cbd6ff60a7b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb6c3025a0f6d3390bba2b4ef51ec660bb5a01ca09d78f2c53c2592eb5db54763f4fdd93b46ebbe37c8fddbd516764c701d452a9fa8895121b91f303eb0a6966
|
|
7
|
+
data.tar.gz: 00d74c6a8bb2a4f6c8793c4ea1f099e85049081772396d0be4240811a79cb1bc5928695b364bcabf3bba2812c7a88ca4589e6322c464ef18cc9c66a55492fa89
|
data/README.rdoc
CHANGED
|
@@ -12,6 +12,7 @@ This information is stored in a cookie and in the session as well. The created c
|
|
|
12
12
|
|
|
13
13
|
The action then makes this data available to your model. When supplied with +acts_as_referred+ your pimped model will make use of a +after_create+ action to create a relational +Referee+ after it was created.
|
|
14
14
|
|
|
15
|
+
gem version 0.1.7 - works with rails-4.1.8 / support of rails-4.2 will follow soon
|
|
15
16
|
|
|
16
17
|
== Status
|
|
17
18
|
|
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|