adeia 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/locales/en.yml +0 -1
- data/config/locales/fr.yml +0 -1
- data/lib/adeia/controller_methods.rb +1 -1
- data/lib/adeia/exceptions.rb +1 -1
- data/lib/adeia/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c65c38f64183d8e9df1b601003823c36b08929d
|
|
4
|
+
data.tar.gz: 2308fc47d1bd287de2321f94148f6162d23e4d14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 600311095b40507f87ea53b460287ff1f9ab580675a2bccef15cee6afe148bc649f4fe6154ba7998823c7dfa0b1bc1f1c91fe4fc005eeee7f133dae32cf4d215
|
|
7
|
+
data.tar.gz: 59a2d84c1cad767c04abbec5643509e336a5ff1208ec14608accceb53ed60fd0428bba9254d51f9f4589c71a48f7e35623a664372a82cf733abacaa897de8c05
|
data/config/locales/en.yml
CHANGED
|
@@ -4,7 +4,6 @@ en:
|
|
|
4
4
|
login_required: "Please login before visiting this page !"
|
|
5
5
|
access_denied: "You don't have access to this page !"
|
|
6
6
|
missing_params: "params %{params} is missing !"
|
|
7
|
-
missing_user_model: "A model `User` is missing in the app !"
|
|
8
7
|
errors:
|
|
9
8
|
messages:
|
|
10
9
|
right_required: "Please check at least one right or add an action"
|
data/config/locales/fr.yml
CHANGED
|
@@ -4,7 +4,6 @@ fr:
|
|
|
4
4
|
login_required: "Veuillez vous connecter pour accéder à cette page !"
|
|
5
5
|
access_denied: "Vous n'êtes pas autorisé à accéder à cette page !"
|
|
6
6
|
missing_params: "Le paramètre %{params} est manquant !"
|
|
7
|
-
missing_user_model: "Aucun modèle `User` trouvé dans votre application !"
|
|
8
7
|
errors:
|
|
9
8
|
messages:
|
|
10
9
|
right_required: "Vous devez cocher au moins un droit ou ajouter une action"
|
data/lib/adeia/exceptions.rb
CHANGED
data/lib/adeia/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: adeia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- khcr
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|