rails_admin_settings 0.9.0.pre.4 → 0.9.0.pre.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/config/locales/en.yml +3 -1
- data/config/locales/ru.yml +3 -1
- data/lib/rails_admin_settings/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 427b5b3e272ee7e6fba482fce4f91fcfb4c356c4
|
4
|
+
data.tar.gz: 862e269e364410c6b7b910d664dd4dc9efd1a0cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10722f8cf7ec406c653c20c9dfcc47b1c3951355e82b2a60f25443f693ebca290a8736c06d183a2b8eb431ad042a5f875b54bbbbb331ae2c59d79bea48078887
|
7
|
+
data.tar.gz: 223a2a69993f10f09d2e40c56b603980f1335731c878145b602bf5bc091d322a556a5e1640f7627d501621eae52531464bf9fe3500276ca497d3a18a4c04b9a2
|
data/Gemfile.lock
CHANGED
data/config/locales/en.yml
CHANGED
@@ -8,7 +8,7 @@ en:
|
|
8
8
|
email_invalid: Incorrect email
|
9
9
|
yaml_invalid: Incorrect YAML
|
10
10
|
color_invalid: Incorrect color
|
11
|
-
mongoid:
|
11
|
+
mongoid: &mongoid
|
12
12
|
models:
|
13
13
|
rails_admin_settings/setting: Settings
|
14
14
|
attributes:
|
@@ -22,4 +22,6 @@ en:
|
|
22
22
|
raw: Value
|
23
23
|
type: Type
|
24
24
|
label: Label
|
25
|
+
activerecord:
|
26
|
+
<<: *mongoid
|
25
27
|
|
data/config/locales/ru.yml
CHANGED
@@ -8,7 +8,7 @@ ru:
|
|
8
8
|
email_invalid: Неверный email
|
9
9
|
yaml_invalid: Неверный синтаксис YAML
|
10
10
|
color_invalid: Неверный цвет
|
11
|
-
mongoid:
|
11
|
+
mongoid: &mongoid
|
12
12
|
models:
|
13
13
|
rails_admin_settings/setting: Настройки
|
14
14
|
attributes:
|
@@ -22,4 +22,6 @@ ru:
|
|
22
22
|
raw: Значение
|
23
23
|
type: Тип
|
24
24
|
label: Подпись
|
25
|
+
activerecord:
|
26
|
+
<<: *mongoid
|
25
27
|
|