rails_admin_settings 1.3.0 → 1.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 735897f7bc3a49db2f457c6321b929a445a0bb5d
4
- data.tar.gz: 99673b95cbbfc115350be4974e222d951eca23fc
3
+ metadata.gz: d4269b1f92fa62617b050e942b424954a0e5c79c
4
+ data.tar.gz: 699eec2c9ca251df90a78101c63f137d4b30a566
5
5
  SHA512:
6
- metadata.gz: 68ad3883373b27f41e85508ab67dfd7000bb656d4696f7a990b825afd1493d2c17b1b8e4f293ef5974d25510a1e436001b17134699f27b57a58fa3c98a4a3ad6
7
- data.tar.gz: 8ad97f413a1bb01084c8af771050921c8d3366eb5a99c81b87b2262481bbf1f7a0dd2e62b2da0dfeb0dc87fd17458d81fa78665f08c4d1cce357af0e8c4e5729
6
+ metadata.gz: 3b3a4691e531c2089eb1e2437cb8bff46e64f0046c7c26d4baaefdc703cf7e5ce0472b776e812b055ef816894b3823fef0048a6d49efb5ade0223f0c11c47cfb
7
+ data.tar.gz: f5bab707bbd5bc2ea2154f9455af550a9d284764119fc303b412da7aa6eb494f67e857e97d751ec4c0d50a8e9d8a39d7a74bf2183652432e5d09e5614d43abcf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.3.1
2
+
3
+ add pt-BR locale (thanks @prem-prakash)
4
+
1
5
  ## 1.1.3
2
6
 
3
7
  - Fix for namespace tabs when database table does not exist yet.
data/Gemfile.lock CHANGED
@@ -1,51 +1,51 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_admin_settings (1.3.0)
4
+ rails_admin_settings (1.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actioncable (5.0.2)
10
- actionpack (= 5.0.2)
11
- nio4r (>= 1.2, < 3.0)
9
+ actioncable (5.1.1)
10
+ actionpack (= 5.1.1)
11
+ nio4r (~> 2.0)
12
12
  websocket-driver (~> 0.6.1)
13
- actionmailer (5.0.2)
14
- actionpack (= 5.0.2)
15
- actionview (= 5.0.2)
16
- activejob (= 5.0.2)
13
+ actionmailer (5.1.1)
14
+ actionpack (= 5.1.1)
15
+ actionview (= 5.1.1)
16
+ activejob (= 5.1.1)
17
17
  mail (~> 2.5, >= 2.5.4)
18
18
  rails-dom-testing (~> 2.0)
19
- actionpack (5.0.2)
20
- actionview (= 5.0.2)
21
- activesupport (= 5.0.2)
19
+ actionpack (5.1.1)
20
+ actionview (= 5.1.1)
21
+ activesupport (= 5.1.1)
22
22
  rack (~> 2.0)
23
23
  rack-test (~> 0.6.3)
24
24
  rails-dom-testing (~> 2.0)
25
25
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
- actionview (5.0.2)
27
- activesupport (= 5.0.2)
26
+ actionview (5.1.1)
27
+ activesupport (= 5.1.1)
28
28
  builder (~> 3.1)
29
- erubis (~> 2.7.0)
29
+ erubi (~> 1.4)
30
30
  rails-dom-testing (~> 2.0)
31
31
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
- activejob (5.0.2)
33
- activesupport (= 5.0.2)
32
+ activejob (5.1.1)
33
+ activesupport (= 5.1.1)
34
34
  globalid (>= 0.3.6)
35
- activemodel (5.0.2)
36
- activesupport (= 5.0.2)
37
- activerecord (5.0.2)
38
- activemodel (= 5.0.2)
39
- activesupport (= 5.0.2)
40
- arel (~> 7.0)
41
- activesupport (5.0.2)
35
+ activemodel (5.1.1)
36
+ activesupport (= 5.1.1)
37
+ activerecord (5.1.1)
38
+ activemodel (= 5.1.1)
39
+ activesupport (= 5.1.1)
40
+ arel (~> 8.0)
41
+ activesupport (5.1.1)
42
42
  concurrent-ruby (~> 1.0, >= 1.0.2)
43
43
  i18n (~> 0.7)
44
44
  minitest (~> 5.1)
45
45
  tzinfo (~> 1.1)
46
46
  addressable (2.5.1)
47
47
  public_suffix (~> 2.0, >= 2.0.2)
48
- arel (7.1.4)
48
+ arel (8.0.0)
49
49
  bson (4.2.1)
50
50
  builder (3.2.3)
51
51
  carrierwave (0.11.2)
@@ -58,38 +58,38 @@ GEM
58
58
  carrierwave (>= 0.8.0, < 0.12.0)
59
59
  mongoid (>= 3.0, < 7.0)
60
60
  mongoid-grid_fs (>= 1.3, < 3.0)
61
- climate_control (0.1.0)
61
+ climate_control (0.2.0)
62
62
  cocaine (0.5.8)
63
63
  climate_control (>= 0.0.3, < 1.0)
64
64
  coderay (1.1.1)
65
65
  concurrent-ruby (1.0.5)
66
66
  crass (1.0.2)
67
- database_cleaner (1.5.3)
67
+ database_cleaner (1.6.1)
68
68
  diff-lcs (1.3)
69
69
  docile (1.1.5)
70
- erubis (2.7.0)
70
+ erubi (1.6.0)
71
71
  factory_girl (4.8.0)
72
72
  activesupport (>= 3.0.0)
73
- geocoder (1.4.3)
73
+ geocoder (1.4.4)
74
74
  globalid (0.4.0)
75
75
  activesupport (>= 4.2.0)
76
- i18n (0.8.1)
76
+ i18n (0.8.4)
77
77
  json (2.1.0)
78
78
  loofah (2.0.3)
79
79
  nokogiri (>= 1.5.9)
80
- mail (2.6.4)
80
+ mail (2.6.6)
81
81
  mime-types (>= 1.16, < 4)
82
82
  method_source (0.8.2)
83
83
  mime-types (3.1)
84
84
  mime-types-data (~> 3.2015)
85
85
  mime-types-data (3.2016.0521)
86
86
  mimemagic (0.3.2)
87
- mini_portile2 (2.1.0)
88
- minitest (5.10.1)
89
- mongo (2.4.1)
87
+ mini_portile2 (2.2.0)
88
+ minitest (5.10.2)
89
+ mongo (2.4.2)
90
90
  bson (>= 4.2.1, < 5.0.0)
91
- mongoid (6.1.0)
92
- activemodel (~> 5.0)
91
+ mongoid (6.2.0)
92
+ activemodel (~> 5.1)
93
93
  mongo (>= 2.4.1, < 3.0.0)
94
94
  mongoid-grid_fs (2.3.0)
95
95
  mime-types (>= 1.0, < 4.0)
@@ -101,10 +101,10 @@ GEM
101
101
  mongoid (>= 3.0.1)
102
102
  rake
103
103
  rspec (>= 2.14)
104
- nio4r (2.0.0)
105
- nokogiri (1.7.1)
106
- mini_portile2 (~> 2.1.0)
107
- nokogumbo (1.4.10)
104
+ nio4r (2.1.0)
105
+ nokogiri (1.8.0)
106
+ mini_portile2 (~> 2.2.0)
107
+ nokogumbo (1.4.13)
108
108
  nokogiri
109
109
  paperclip (5.1.0)
110
110
  activemodel (>= 4.2.0)
@@ -117,49 +117,49 @@ GEM
117
117
  method_source (~> 0.8.1)
118
118
  slop (~> 3.4)
119
119
  public_suffix (2.0.5)
120
- rack (2.0.1)
120
+ rack (2.0.3)
121
121
  rack-test (0.6.3)
122
122
  rack (>= 1.0)
123
- rails (5.0.2)
124
- actioncable (= 5.0.2)
125
- actionmailer (= 5.0.2)
126
- actionpack (= 5.0.2)
127
- actionview (= 5.0.2)
128
- activejob (= 5.0.2)
129
- activemodel (= 5.0.2)
130
- activerecord (= 5.0.2)
131
- activesupport (= 5.0.2)
123
+ rails (5.1.1)
124
+ actioncable (= 5.1.1)
125
+ actionmailer (= 5.1.1)
126
+ actionpack (= 5.1.1)
127
+ actionview (= 5.1.1)
128
+ activejob (= 5.1.1)
129
+ activemodel (= 5.1.1)
130
+ activerecord (= 5.1.1)
131
+ activesupport (= 5.1.1)
132
132
  bundler (>= 1.3.0, < 2.0)
133
- railties (= 5.0.2)
133
+ railties (= 5.1.1)
134
134
  sprockets-rails (>= 2.0.0)
135
- rails-dom-testing (2.0.2)
136
- activesupport (>= 4.2.0, < 6.0)
137
- nokogiri (~> 1.6)
135
+ rails-dom-testing (2.0.3)
136
+ activesupport (>= 4.2.0)
137
+ nokogiri (>= 1.6)
138
138
  rails-html-sanitizer (1.0.3)
139
139
  loofah (~> 2.0)
140
- railties (5.0.2)
141
- actionpack (= 5.0.2)
142
- activesupport (= 5.0.2)
140
+ railties (5.1.1)
141
+ actionpack (= 5.1.1)
142
+ activesupport (= 5.1.1)
143
143
  method_source
144
144
  rake (>= 0.8.7)
145
145
  thor (>= 0.18.1, < 2.0)
146
146
  rake (12.0.0)
147
- rspec (3.5.0)
148
- rspec-core (~> 3.5.0)
149
- rspec-expectations (~> 3.5.0)
150
- rspec-mocks (~> 3.5.0)
151
- rspec-core (3.5.4)
152
- rspec-support (~> 3.5.0)
153
- rspec-expectations (3.5.0)
147
+ rspec (3.6.0)
148
+ rspec-core (~> 3.6.0)
149
+ rspec-expectations (~> 3.6.0)
150
+ rspec-mocks (~> 3.6.0)
151
+ rspec-core (3.6.0)
152
+ rspec-support (~> 3.6.0)
153
+ rspec-expectations (3.6.0)
154
154
  diff-lcs (>= 1.2.0, < 2.0)
155
- rspec-support (~> 3.5.0)
156
- rspec-mocks (3.5.0)
155
+ rspec-support (~> 3.6.0)
156
+ rspec-mocks (3.6.0)
157
157
  diff-lcs (>= 1.2.0, < 2.0)
158
- rspec-support (~> 3.5.0)
159
- rspec-support (3.5.0)
158
+ rspec-support (~> 3.6.0)
159
+ rspec-support (3.6.0)
160
160
  russian_phone (0.6.0)
161
161
  safe_yaml (1.0.4)
162
- sanitize (4.4.0)
162
+ sanitize (4.5.0)
163
163
  crass (~> 1.0.2)
164
164
  nokogiri (>= 1.4.4)
165
165
  nokogumbo (~> 1.4.1)
@@ -167,7 +167,7 @@ GEM
167
167
  docile (~> 1.1.0)
168
168
  json (>= 1.8, < 3)
169
169
  simplecov-html (~> 0.10.0)
170
- simplecov-html (0.10.0)
170
+ simplecov-html (0.10.1)
171
171
  slop (3.6.0)
172
172
  sprockets (3.7.1)
173
173
  concurrent-ruby (~> 1.0)
@@ -211,4 +211,4 @@ DEPENDENCIES
211
211
  validates_email_format_of
212
212
 
213
213
  BUNDLED WITH
214
- 1.14.6
214
+ 1.15.1
@@ -0,0 +1,27 @@
1
+ en:
2
+ admin:
3
+ settings:
4
+ label: 'Configurações'
5
+ no_ckeditor_detected: CKEditor não encontrado &mdash; exibindo como texto simples
6
+ phone_invalid: Telefone incorreto
7
+ phones_invalid: "Telefone incorreto: %{phones}"
8
+ email_invalid: Email incorreto
9
+ yaml_invalid: YAML incorreto
10
+ color_invalid: Cor incorreta
11
+ mongoid: &mongoid
12
+ models:
13
+ rails_admin_settings/setting: Configurações
14
+ attributes:
15
+ rails_admin_settings/setting:
16
+ c_at: Criado
17
+ u_at: Atualizado
18
+ enabled: Ativado
19
+ ns: Grupo
20
+ name: Nome
21
+ key: Chave
22
+ raw: Valor
23
+ type: Tipo
24
+ kind: Tipo
25
+ label: Legenda
26
+ activerecord:
27
+ <<: *mongoid
@@ -1,3 +1,3 @@
1
1
  module RailsAdminSettings
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_settings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Tv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-19 00:00:00.000000000 Z
11
+ date: 2017-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid
@@ -283,6 +283,7 @@ files:
283
283
  - app/models/rails_admin_settings/setting.rb
284
284
  - app/views/rails_admin/main/_setting_value.html.haml
285
285
  - config/locales/en.yml
286
+ - config/locales/pt-BR.yml
286
287
  - config/locales/ru.yml
287
288
  - gemfiles/mongoid-6.0.gemfile
288
289
  - gemfiles/mongoid-6.1.gemfile