vigilante 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c47bb2c2a104991b53df9ecc048899a9a93b370
4
- data.tar.gz: 9c4219672cf511c8f692dc5ed5993f0f8b3b2371
3
+ metadata.gz: 35ad7c54344e89c133b279637c5c06041ab33863
4
+ data.tar.gz: 3e65f24a5a0c3591f78dd204fbe4c5574e07ad9d
5
5
  SHA512:
6
- metadata.gz: e1ef2897e1d320f414b1a926c5da2fd80daf9d8311d4fcdcbca3fe24630b60eea8d1df3a6c6a976eecb65e24f3c2c3f1e30d193cbeee23ae05ae6e3eaa190e11
7
- data.tar.gz: 437aff407168bde60364bcdc5ab959cd25f23fddc7cd4be86e44e37dfb660789bd3bae6a0d345f993d2a8bde7b48c684a4d8118302b56a67bffba0adfb0e4e8a
6
+ metadata.gz: e45a7ef2a169fe1f47f60187ee99aee9e1b16631d1c85664e830ce58c18a1e4b703f539005ba960b60c1fdbf6be9e6ba75c6d2d113ba36d9fde11d57024a1795
7
+ data.tar.gz: 09855fc6392470a889b1abe7e055b704110c36551656e6caf48536304f1023339a1e2dc3a229cf9b5f1b27d5d5734aa457173353631891d989548a2c9a1fd7c0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.10
1
+ 1.0.11
@@ -111,7 +111,7 @@ module Vigilante
111
111
  # ******************************************************************
112
112
 
113
113
  def is_allowed_to?(controller_name, action, context=get_current_context_from_application)
114
- logger.debug "is_allowed_to? #{controller_name.inspect}##{action} [#{context.inspect}]"
114
+ logger.debug "is_allowed_to? #{controller_name.to_s}##{action} [#{context.inspect}]"
115
115
  get_protectee_permissions.is_allowed_by_context(controller_name, action, get_extent_from_context(context))
116
116
  end
117
117
 
data/vigilante.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: vigilante 1.0.10 ruby lib
5
+ # stub: vigilante 1.0.11 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "vigilante"
9
- s.version = "1.0.10"
9
+ s.version = "1.0.11"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Nathan Van der Auwera"]
14
- s.date = "2016-07-29"
14
+ s.date = "2016-11-07"
15
15
  s.description = "Vigilante is a db-backed authorisation, completely configurable and dynamic; where permissions can be limited to extents."
16
16
  s.email = "nathan@dixis.com"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vigilante
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Van der Auwera
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-29 00:00:00.000000000 Z
11
+ date: 2016-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails