exvo_notifications 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,8 @@ module ExvoNotifications
3
3
 
4
4
  unloadable
5
5
 
6
+ before_filter :authenticate_app_in_scope!("notifications")
7
+
6
8
  def create
7
9
  user = User.find_or_create_by_uid(params[:user_uid])
8
10
  user.plan = params[:edition_title]
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: 25
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 7
10
- version: 0.2.7
9
+ - 8
10
+ version: 0.2.8
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-10-26 00:00:00 +02:00
18
+ date: 2010-10-29 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21