para-acl 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/para/acl/version.rb +1 -1
- metadata +4 -6
- data/bin/rails +0 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e79003cbfdcee59d89501089fad44dc766d19d5
|
4
|
+
data.tar.gz: e3d39c181bc7114438b499d75b5b68ff6e180792
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b93ee612f9899c486063fe5ac6fd0d82362f94583a05435c852895f723b7436d58a0ecbdf7f31058d07da2644ab904fa0368afec50703f8c6d21430bdb1a146b
|
7
|
+
data.tar.gz: 5b659dd03b5d984bda7de4fcf687aa6a7ed7b82befa57b131064a105fd102667ee3d679c8b2e8d2cb63363fb9df514c7e1775e3d53548f507de468b241c3a674
|
data/lib/para/acl/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: para-acl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Valentin Ballestrino
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: para
|
@@ -81,8 +81,7 @@ dependencies:
|
|
81
81
|
description: Para plugin to allow admins access management
|
82
82
|
email:
|
83
83
|
- vala@glyph.fr
|
84
|
-
executables:
|
85
|
-
- rails
|
84
|
+
executables: []
|
86
85
|
extensions: []
|
87
86
|
extra_rdoc_files: []
|
88
87
|
files:
|
@@ -100,7 +99,6 @@ files:
|
|
100
99
|
- app/models/para/acl/user_role.rb
|
101
100
|
- app/views/admin/para/acl/roles/_form.html.haml
|
102
101
|
- app/views/para/acl/admin/acl_roles_component/show.html.haml
|
103
|
-
- bin/rails
|
104
102
|
- config/locales/fr.yml
|
105
103
|
- db/migrate/20151215160816_create_para_acl_roles.rb
|
106
104
|
- db/migrate/20151215160817_create_para_acl_user_roles.rb
|
@@ -143,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
141
|
version: '0'
|
144
142
|
requirements: []
|
145
143
|
rubyforge_project:
|
146
|
-
rubygems_version: 2.
|
144
|
+
rubygems_version: 2.6.8
|
147
145
|
signing_key:
|
148
146
|
specification_version: 4
|
149
147
|
summary: Para plugin to allow admins access management
|
data/bin/rails
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application.
|
3
|
-
|
4
|
-
ENGINE_ROOT = File.expand_path('../..', __FILE__)
|
5
|
-
ENGINE_PATH = File.expand_path('../../lib/para/acl/engine', __FILE__)
|
6
|
-
|
7
|
-
# Set up gems listed in the Gemfile.
|
8
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
9
|
-
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
|
10
|
-
|
11
|
-
require 'rails/all'
|
12
|
-
require 'rails/engine/commands'
|