camping-abingo 1.0.6 → 1.0.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.
@@ -104,6 +104,7 @@ module CampingABingoTest::Controllers
104
104
 
105
105
  if @user
106
106
  @state.user_id = @user.id
107
+ @state.abingo_identity = @user.id
107
108
 
108
109
  if @state.return_to.nil?
109
110
  redirect R(Welcome)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 6
9
- version: 1.0.6
8
+ - 7
9
+ version: 1.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Patrick McKenzie
@@ -15,7 +15,7 @@ autorequire: camping-abingo
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-07 00:00:00 -07:00
18
+ date: 2010-12-12 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency