declarative_authorization_padrino 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@ module Authorization
2
2
  module Padrino
3
3
  def self.registered(app)
4
4
  app.extend(Protect)
5
+ def app.hide_action(*args); end; #stub this method since it belongs to rails' controllers
5
6
  app.helpers Authorization::AuthorizationInController
6
7
  end
7
8
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: declarative_authorization_padrino
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dario Javier Cravero
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-11 00:00:00 Z
13
+ date: 2011-05-12 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: declarative_authorization