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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca1156cf1371bf330bb73fd5e96afbf410eb536d
4
- data.tar.gz: 04970b936ff9d6addcc029e05855a3d20a571099
3
+ metadata.gz: 9ef320acc840b97e4cac9ea2fbcb470432601666
4
+ data.tar.gz: 50031f6be5b4eaeb878bd65b38e1cbd6ff60a7b5
5
5
  SHA512:
6
- metadata.gz: 3bcb8d87700b75443f13f877ad111ea58d63cdfc20a2bdee4cde871606bdc0c3a1bb5d2a433b43b2b87f71173dbf5ed6291472e0f29c841813f0b8d6b6fd8f8a
7
- data.tar.gz: 07e15422526deb2f06666e1d925c507c5f7ac5d4beccdbcd531fc472275fa051b123adf23789f984c4f52f3224dc89587bc0fafa302a1c02c0be5c2f4870109c
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
 
@@ -1,3 +1,3 @@
1
1
  module ActsAsReferred
2
- VERSION = '0.1.6'
2
+ VERSION = '0.1.7'
3
3
  end
Binary file