appoxy_sessions 0.0.21 → 0.0.22
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sessions/shareable.rb +6 -1
- metadata +3 -3
data/lib/sessions/shareable.rb
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
require 'aws'
|
2
|
+
require 'simple_record'
|
3
|
+
|
1
4
|
module Appoxy
|
2
5
|
module Sessions
|
3
6
|
module Shareable
|
@@ -62,7 +65,9 @@ module Appoxy
|
|
62
65
|
:user_id => user.id,
|
63
66
|
:activation_code=>activation_code,
|
64
67
|
:status=>"invited",
|
65
|
-
item_id_name => self.id}.merge(access_rights),
|
68
|
+
item_id_name => self.id}.merge(access_rights),
|
69
|
+
true,
|
70
|
+
:create_domain=>true)
|
66
71
|
|
67
72
|
# ret = {
|
68
73
|
# :user=>user,
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 22
|
9
|
+
version: 0.0.22
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Travis Reeder
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-12-
|
17
|
+
date: 2010-12-19 00:00:00 -08:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|