rails_admin_settings 0.9.1 → 1.0.0.pre.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: a5f605b04f4719af3aeb116ba70b9f721f490810
4
- data.tar.gz: 223080615fa189bb049fe8e57af1d52463d425eb
3
+ metadata.gz: dc7a16b49a505f07f0840920019d07b50377d817
4
+ data.tar.gz: 78d185dea827ddb1d191dc6008617e4090a08570
5
5
  SHA512:
6
- metadata.gz: c11a66f5062741e56a22f936bc749c8851ad1a488d40b91b5d234d09f8f2aaadbce49bf9ab30380931b66e11a2a90872b043ee7d763df1859c45a803dc757228
7
- data.tar.gz: a8e9bf1c5e5f490a676b51f573313e9df023e0cfa774e1df05d1c95de32bc8c8f2cf6eb7e2f888be36fc6a03afabec3daf2240ec8d5164f8d4567499337e28dd
6
+ metadata.gz: ebe02d8ae8d70ff2ae3158e15c5c13dbdff74a1fe43bf745da2d6367fa22fd578597df350b8630e3ca434cf0be036012894178479393893ce5d2ffe72c4ae5f3
7
+ data.tar.gz: 0ab29b435f45bfae64a06154b941aaeaaacf062c123839cb43c37b844163dff2b216e844119c586893ba155ceb0c7c989b6664c73fe4f5bb7490bf1296622639
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 1.0.0.pre.1
2
+
3
+ Disable auto migrate. To migrate from 0.8 run:
4
+
5
+ ```
6
+ RailsAdminSettings.migrate!
7
+ ```
8
+
1
9
  ## 0.9.1
2
10
 
3
11
  Settings.ns(ns) now defaults to fallback to Settings.ns_fallback
data/Gemfile.lock CHANGED
@@ -1,41 +1,50 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rails_admin_settings (0.9.1)
4
+ rails_admin_settings (1.0.0.pre.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actionmailer (3.2.21)
10
- actionpack (= 3.2.21)
11
- mail (~> 2.5.4)
12
- actionpack (3.2.21)
13
- activemodel (= 3.2.21)
14
- activesupport (= 3.2.21)
15
- builder (~> 3.0.0)
9
+ actionmailer (4.2.0)
10
+ actionpack (= 4.2.0)
11
+ actionview (= 4.2.0)
12
+ activejob (= 4.2.0)
13
+ mail (~> 2.5, >= 2.5.4)
14
+ rails-dom-testing (~> 1.0, >= 1.0.5)
15
+ actionpack (4.2.0)
16
+ actionview (= 4.2.0)
17
+ activesupport (= 4.2.0)
18
+ rack (~> 1.6.0)
19
+ rack-test (~> 0.6.2)
20
+ rails-dom-testing (~> 1.0, >= 1.0.5)
21
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
22
+ actionview (4.2.0)
23
+ activesupport (= 4.2.0)
24
+ builder (~> 3.1)
16
25
  erubis (~> 2.7.0)
17
- journey (~> 1.0.4)
18
- rack (~> 1.4.5)
19
- rack-cache (~> 1.2)
20
- rack-test (~> 0.6.1)
21
- sprockets (~> 2.2.1)
22
- activemodel (3.2.21)
23
- activesupport (= 3.2.21)
24
- builder (~> 3.0.0)
25
- activerecord (3.2.21)
26
- activemodel (= 3.2.21)
27
- activesupport (= 3.2.21)
28
- arel (~> 3.0.2)
29
- tzinfo (~> 0.3.29)
30
- activeresource (3.2.21)
31
- activemodel (= 3.2.21)
32
- activesupport (= 3.2.21)
33
- activesupport (3.2.21)
34
- i18n (~> 0.6, >= 0.6.4)
35
- multi_json (~> 1.0)
36
- addressable (2.3.6)
37
- arel (3.0.3)
38
- builder (3.0.4)
26
+ rails-dom-testing (~> 1.0, >= 1.0.5)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.1)
28
+ activejob (4.2.0)
29
+ activesupport (= 4.2.0)
30
+ globalid (>= 0.3.0)
31
+ activemodel (4.2.0)
32
+ activesupport (= 4.2.0)
33
+ builder (~> 3.1)
34
+ activerecord (4.2.0)
35
+ activemodel (= 4.2.0)
36
+ activesupport (= 4.2.0)
37
+ arel (~> 6.0)
38
+ activesupport (4.2.0)
39
+ i18n (~> 0.7)
40
+ json (~> 1.7, >= 1.7.7)
41
+ minitest (~> 5.1)
42
+ thread_safe (~> 0.3, >= 0.3.4)
43
+ tzinfo (~> 1.1)
44
+ addressable (2.3.7)
45
+ arel (6.0.0)
46
+ bson (2.3.0)
47
+ builder (3.2.2)
39
48
  carrierwave (0.10.0)
40
49
  activemodel (>= 3.2.0)
41
50
  activesupport (>= 3.2.0)
@@ -43,265 +52,134 @@ GEM
43
52
  mime-types (>= 1.16)
44
53
  climate_control (0.0.3)
45
54
  activesupport (>= 3.0)
46
- cocaine (0.5.4)
55
+ cocaine (0.5.7)
47
56
  climate_control (>= 0.0.3, < 1.0)
48
57
  coderay (1.1.0)
49
- crass (0.2.1)
50
- database_cleaner (1.3.0)
58
+ connection_pool (2.1.2)
59
+ crass (1.0.1)
60
+ database_cleaner (1.4.1)
51
61
  diff-lcs (1.2.5)
52
62
  docile (1.1.5)
53
63
  erubis (2.7.0)
54
64
  factory_girl (4.5.0)
55
65
  activesupport (>= 3.0.0)
56
- geocoder (1.2.6)
66
+ geocoder (1.2.7)
57
67
  glebtv-carrierwave-mongoid (0.8.0)
58
68
  carrierwave (>= 0.8.0, < 0.11.0)
59
69
  mongoid (>= 3.0, < 5.0)
60
70
  glebtv-mongoid-paperclip (0.2.4)
61
71
  mongoid (>= 3.0, < 5.0)
62
72
  paperclip (>= 2.3.6)
73
+ globalid (0.3.3)
74
+ activesupport (>= 4.1.0)
63
75
  hike (1.2.3)
64
- i18n (0.6.11)
65
- journey (1.0.4)
66
- json (1.8.1)
67
- mail (2.5.4)
68
- mime-types (~> 1.16)
69
- treetop (~> 1.4.8)
76
+ i18n (0.7.0)
77
+ json (1.8.2)
78
+ loofah (2.0.1)
79
+ nokogiri (>= 1.5.9)
80
+ mail (2.6.3)
81
+ mime-types (>= 1.16, < 3)
70
82
  method_source (0.8.2)
71
- mime-types (1.25.1)
72
- mini_portile (0.6.1)
73
- mongoid (3.1.6)
74
- activemodel (~> 3.2)
75
- moped (~> 1.4)
76
- origin (~> 1.0)
77
- tzinfo (~> 0.3.29)
78
- mongoid-rspec (1.11.0)
79
- mongoid (~> 3.1.6)
83
+ mime-types (2.4.3)
84
+ mini_portile (0.6.2)
85
+ minitest (5.5.1)
86
+ mongoid (4.0.2)
87
+ activemodel (~> 4.0)
88
+ moped (~> 2.0.0)
89
+ origin (~> 2.1)
90
+ tzinfo (>= 0.3.37)
91
+ mongoid-rspec (2.2.0)
92
+ mongoid (~> 4.0.0)
80
93
  rake
81
- rspec (>= 2.14)
82
- moped (1.5.2)
83
- multi_json (1.10.1)
84
- nokogiri (1.6.5)
94
+ rspec (~> 3.1)
95
+ moped (2.0.4)
96
+ bson (~> 2.2)
97
+ connection_pool (~> 2.0)
98
+ optionable (~> 0.2.0)
99
+ multi_json (1.11.0)
100
+ nokogiri (1.6.6.2)
85
101
  mini_portile (~> 0.6.0)
86
- nokogumbo (1.1.12)
102
+ nokogumbo (1.2.0)
87
103
  nokogiri
88
- origin (1.1.0)
89
- paperclip (4.2.0)
104
+ optionable (0.2.0)
105
+ origin (2.1.1)
106
+ paperclip (4.2.1)
90
107
  activemodel (>= 3.0.0)
91
108
  activesupport (>= 3.0.0)
92
109
  cocaine (~> 0.5.3)
93
110
  mime-types
94
- polyglot (0.3.5)
95
111
  pry (0.10.1)
96
112
  coderay (~> 1.1.0)
97
113
  method_source (~> 0.8.1)
98
114
  slop (~> 3.4)
99
- rack (1.4.5)
100
- rack-cache (1.2)
101
- rack (>= 0.4)
102
- rack-ssl (1.3.4)
103
- rack
104
- rack-test (0.6.2)
115
+ rack (1.6.0)
116
+ rack-test (0.6.3)
105
117
  rack (>= 1.0)
106
- rails (3.2.21)
107
- actionmailer (= 3.2.21)
108
- actionpack (= 3.2.21)
109
- activerecord (= 3.2.21)
110
- activeresource (= 3.2.21)
111
- activesupport (= 3.2.21)
112
- bundler (~> 1.0)
113
- railties (= 3.2.21)
114
- railties (3.2.21)
115
- actionpack (= 3.2.21)
116
- activesupport (= 3.2.21)
117
- rack-ssl (~> 1.3.2)
118
+ rails (4.2.0)
119
+ actionmailer (= 4.2.0)
120
+ actionpack (= 4.2.0)
121
+ actionview (= 4.2.0)
122
+ activejob (= 4.2.0)
123
+ activemodel (= 4.2.0)
124
+ activerecord (= 4.2.0)
125
+ activesupport (= 4.2.0)
126
+ bundler (>= 1.3.0, < 2.0)
127
+ railties (= 4.2.0)
128
+ sprockets-rails
129
+ rails-deprecated_sanitizer (1.0.3)
130
+ activesupport (>= 4.2.0.alpha)
131
+ rails-dom-testing (1.0.5)
132
+ activesupport (>= 4.2.0.beta, < 5.0)
133
+ nokogiri (~> 1.6.0)
134
+ rails-deprecated_sanitizer (>= 1.0.1)
135
+ rails-html-sanitizer (1.0.2)
136
+ loofah (~> 2.0)
137
+ railties (4.2.0)
138
+ actionpack (= 4.2.0)
139
+ activesupport (= 4.2.0)
118
140
  rake (>= 0.8.7)
119
- rdoc (~> 3.4)
120
- thor (>= 0.14.6, < 2.0)
121
- rake (10.4.0)
122
- rdoc (3.12.2)
123
- json (~> 1.4)
124
- rspec (3.1.0)
125
- rspec-core (~> 3.1.0)
126
- rspec-expectations (~> 3.1.0)
127
- rspec-mocks (~> 3.1.0)
128
- rspec-core (3.1.7)
129
- rspec-support (~> 3.1.0)
130
- rspec-expectations (3.1.2)
141
+ thor (>= 0.18.1, < 2.0)
142
+ rake (10.4.2)
143
+ rspec (3.2.0)
144
+ rspec-core (~> 3.2.0)
145
+ rspec-expectations (~> 3.2.0)
146
+ rspec-mocks (~> 3.2.0)
147
+ rspec-core (3.2.2)
148
+ rspec-support (~> 3.2.0)
149
+ rspec-expectations (3.2.0)
150
+ diff-lcs (>= 1.2.0, < 2.0)
151
+ rspec-support (~> 3.2.0)
152
+ rspec-mocks (3.2.1)
131
153
  diff-lcs (>= 1.2.0, < 2.0)
132
- rspec-support (~> 3.1.0)
133
- rspec-mocks (3.1.3)
134
- rspec-support (~> 3.1.0)
135
- rspec-support (3.1.2)
154
+ rspec-support (~> 3.2.0)
155
+ rspec-support (3.2.2)
136
156
  russian_phone (0.5.2)
137
157
  safe_yaml (1.0.4)
138
- sanitize (3.0.3)
139
- crass (~> 0.2.0)
158
+ sanitize (3.1.2)
159
+ crass (~> 1.0.1)
140
160
  nokogiri (>= 1.4.4)
141
- nokogumbo (= 1.1.12)
142
- simplecov (0.9.1)
161
+ nokogumbo (= 1.2.0)
162
+ simplecov (0.9.2)
143
163
  docile (~> 1.1.0)
144
164
  multi_json (~> 1.0)
145
- simplecov-html (~> 0.8.0)
146
- simplecov-html (0.8.0)
165
+ simplecov-html (~> 0.9.0)
166
+ simplecov-html (0.9.0)
147
167
  slop (3.6.0)
148
- sprockets (2.2.3)
168
+ sprockets (2.12.3)
149
169
  hike (~> 1.2)
150
170
  multi_json (~> 1.0)
151
171
  rack (~> 1.0)
152
172
  tilt (~> 1.1, != 1.3.0)
173
+ sprockets-rails (2.2.4)
174
+ actionpack (>= 3.0)
175
+ activesupport (>= 3.0)
176
+ sprockets (>= 2.8, < 4.0)
153
177
  thor (0.19.1)
178
+ thread_safe (0.3.5)
154
179
  tilt (1.4.1)
155
- treetop (1.4.15)
156
- polyglot
157
- polyglot
158
- polyglot
159
- polyglot
160
- polyglot
161
- polyglot
162
- polyglot
163
- polyglot
164
- polyglot
165
- polyglot
166
- polyglot
167
- polyglot
168
- polyglot
169
- polyglot
170
- polyglot
171
- polyglot
172
- polyglot
173
- polyglot (>= 0.3.1)
174
- polyglot (>= 0.3.1)
175
- polyglot (>= 0.3.1)
176
- polyglot (>= 0.3.1)
177
- polyglot (>= 0.3.1)
178
- polyglot (>= 0.3.1)
179
- polyglot (>= 0.3.1)
180
- polyglot (>= 0.3.1)
181
- polyglot (>= 0.3.1)
182
- polyglot (>= 0.3.1)
183
- polyglot (>= 0.3.1)
184
- polyglot (>= 0.3.1)
185
- polyglot (>= 0.3.1)
186
- polyglot (>= 0.3.1)
187
- polyglot (>= 0.3.1)
188
- polyglot (>= 0.3.1)
189
- polyglot (>= 0.3.1)
190
- polyglot (>= 0.3.1)
191
- polyglot (>= 0.3.1)
192
- polyglot (>= 0.3.1)
193
- polyglot (>= 0.3.1)
194
- polyglot (>= 0.3.1)
195
- polyglot (>= 0.3.1)
196
- polyglot (>= 0.3.1)
197
- polyglot (>= 0.3.1)
198
- polyglot (>= 0.3.1)
199
- polyglot (>= 0.3.1)
200
- polyglot (>= 0.3.1)
201
- polyglot (>= 0.3.1)
202
- polyglot (>= 0.3.1)
203
- polyglot (>= 0.3.1)
204
- polyglot (>= 0.3.1)
205
- polyglot (>= 0.3.1)
206
- polyglot (>= 0.3.1)
207
- polyglot (>= 0.3.1)
208
- polyglot (>= 0.3.1)
209
- polyglot (>= 0.3.1)
210
- polyglot (>= 0.3.1)
211
- polyglot (>= 0.3.1)
212
- polyglot (>= 0.3.1)
213
- polyglot (>= 0.3.1)
214
- polyglot (>= 0.3.1)
215
- polyglot (>= 0.3.1)
216
- polyglot (>= 0.3.1)
217
- polyglot (>= 0.3.1)
218
- polyglot (>= 0.3.1)
219
- polyglot (>= 0.3.1)
220
- polyglot (>= 0.3.1)
221
- polyglot (>= 0.3.1)
222
- polyglot (>= 0.3.1)
223
- polyglot (>= 0.3.1)
224
- polyglot (>= 0.3.1)
225
- polyglot (>= 0.3.1)
226
- polyglot (>= 0.3.1)
227
- polyglot (>= 0.3.1)
228
- polyglot (>= 0.3.1)
229
- polyglot (>= 0.3.1)
230
- polyglot (>= 0.3.1)
231
- polyglot (>= 0.3.1)
232
- polyglot (>= 0.3.1)
233
- polyglot (>= 0.3.1)
234
- polyglot (>= 0.3.1)
235
- polyglot (>= 0.3.1)
236
- polyglot (>= 0.3.1)
237
- polyglot (>= 0.3.1)
238
- polyglot (>= 0.3.1)
239
- polyglot (>= 0.3.1)
240
- polyglot (>= 0.3.1)
241
- polyglot (>= 0.3.1)
242
- polyglot (>= 0.3.1)
243
- polyglot (>= 0.3.1)
244
- polyglot (>= 0.3.1)
245
- polyglot (>= 0.3.1)
246
- polyglot (>= 0.3.1)
247
- polyglot (>= 0.3.1)
248
- polyglot (>= 0.3.1)
249
- polyglot (>= 0.3.1)
250
- polyglot (>= 0.3.1)
251
- polyglot (>= 0.3.1)
252
- polyglot (>= 0.3.1)
253
- polyglot (>= 0.3.1)
254
- polyglot (>= 0.3.1)
255
- polyglot (>= 0.3.1)
256
- polyglot (>= 0.3.1)
257
- polyglot (>= 0.3.1)
258
- polyglot (>= 0.3.1)
259
- polyglot (>= 0.3.1)
260
- polyglot (>= 0.3.1)
261
- polyglot (>= 0.3.1)
262
- polyglot (>= 0.3.1)
263
- polyglot (>= 0.3.1)
264
- polyglot (>= 0.3.1)
265
- polyglot (>= 0.3.1)
266
- polyglot (>= 0.3.1)
267
- polyglot (>= 0.3.1)
268
- polyglot (>= 0.3.1)
269
- polyglot (>= 0.3.1)
270
- polyglot (>= 0.3.1)
271
- polyglot (>= 0.3.1)
272
- polyglot (>= 0.3.1)
273
- polyglot (>= 0.3.1)
274
- polyglot (>= 0.3.1)
275
- polyglot (>= 0.3.1)
276
- polyglot (>= 0.3.1)
277
- polyglot (>= 0.3.1)
278
- polyglot (>= 0.3.1)
279
- polyglot (>= 0.3.1)
280
- polyglot (>= 0.3.1)
281
- polyglot (>= 0.3.1)
282
- polyglot (>= 0.3.1)
283
- polyglot (>= 0.3.1)
284
- polyglot (>= 0.3.1)
285
- polyglot (>= 0.3.1)
286
- polyglot (>= 0.3.1)
287
- polyglot (>= 0.3.1)
288
- polyglot (>= 0.3.1)
289
- polyglot (>= 0.3.1)
290
- polyglot (>= 0.3.1)
291
- polyglot (>= 0.3.1)
292
- polyglot (>= 0.3.1)
293
- polyglot (>= 0.3.1)
294
- polyglot (>= 0.3.1)
295
- polyglot (>= 0.3.1)
296
- polyglot (>= 0.3.1)
297
- polyglot (>= 0.3.1)
298
- polyglot (>= 0.3.1)
299
- polyglot (>= 0.3.1)
300
- polyglot (>= 0.3.1)
301
- polyglot (>= 0.3.1)
302
- polyglot (>= 0.3.1)
303
- tzinfo (0.3.42)
304
- validates_email_format_of (1.6.1)
180
+ tzinfo (1.2.2)
181
+ thread_safe (~> 0.1)
182
+ validates_email_format_of (1.6.2)
305
183
  i18n
306
184
 
307
185
  PLATFORMS
data/README.md CHANGED
@@ -10,7 +10,10 @@ Pull request with AR support will be welcome
10
10
  ## 0.9.0 is not backwards-compatible with 0.8
11
11
 
12
12
  Type renamed to Kind to avoid messing with AR STI column
13
- Column should be renamed automatically upon first app startup with new gem version.
13
+
14
+ Rename it in all invocations, then run migrate DB with:
15
+
16
+ RailsAdminSettings.migrate!
14
17
 
15
18
  Also, active record is now supported in addition to mongoid.
16
19
 
@@ -12,8 +12,6 @@ module RailsAdminSettings
12
12
  after_filter { Settings.unload! }
13
13
  end
14
14
  end
15
-
16
- RailsAdminSettings.migrate!
17
15
  end
18
16
  end
19
17
  end
@@ -1,4 +1,4 @@
1
1
  module RailsAdminSettings
2
- VERSION = "0.9.1"
2
+ VERSION = "1.0.0.pre.1"
3
3
  end
4
4
 
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: 0.9.1
4
+ version: 1.0.0.pre.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: 2014-12-11 00:00:00.000000000 Z
11
+ date: 2015-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid
@@ -347,12 +347,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
347
347
  version: '0'
348
348
  required_rubygems_version: !ruby/object:Gem::Requirement
349
349
  requirements:
350
- - - ">="
350
+ - - ">"
351
351
  - !ruby/object:Gem::Version
352
- version: '0'
352
+ version: 1.3.1
353
353
  requirements: []
354
354
  rubyforge_project:
355
- rubygems_version: 2.4.4
355
+ rubygems_version: 2.4.5
356
356
  signing_key:
357
357
  specification_version: 4
358
358
  summary: ''