exvo_notifications 0.2.9 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ module ExvoNotifications::Controllers::Methods
|
|
8
8
|
|
9
9
|
def check_access_on_store
|
10
10
|
begin
|
11
|
-
consumer = ExvoAuth::Autonomous::Consumer.new(:
|
11
|
+
consumer = ExvoAuth::Autonomous::Consumer.new(:app_id => ENV['EXVO_STORE_CLIENT_ID'])
|
12
12
|
response = consumer.get("/editions", { :query => { :user_uid => current_user.uid } } )
|
13
13
|
if response.code == 200
|
14
14
|
if response.parsed_response["edition"] == false
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exvo_notifications
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 0.
|
8
|
+
- 3
|
9
|
+
- 0
|
10
|
+
version: 0.3.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "Robert S\xC4\x99k"
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-12-13 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|