activeadmin-ajax_filter 0.3.7 → 0.3.8

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: 88d002eff529bfd25792405767a0c3faf450559b
4
- data.tar.gz: f2a41fbb0e5ccd12b0f489806e4bc8b6e3a21f22
3
+ metadata.gz: 6c4beba629d7d61e584bf3637003e08429160d10
4
+ data.tar.gz: 3b650d2fbf09d433ab5e8496a121d259394cc199
5
5
  SHA512:
6
- metadata.gz: ea957760a23911f36259d5494773af852587de0ef82642606644e12c766319d6e8eec762c49cc2fe811ea6bc3b4ac97a75e36fb44c0cc0faeea3f9eb3004385a
7
- data.tar.gz: 2023aec90e7d28d904feab882f6774d55aae164be97fcce817248b09184edda1ce446eb5318e6721eb56a60ab7925676b7f5fa92eb1e3ff0220335fff098d5cb
6
+ metadata.gz: ab76f9f1d5f850c9e68e8fbd3a8a3ced12033ff5222ed9cc9a51891075052e9fbe346065c166b726ddc1cf1513ef2b4c0de40073fcb666c8dbfe4268e6e4fbef
7
+ data.tar.gz: fb2737b2f3f7385d85ba8573c8d5c34d22c7ae417800b86bc6737075b6acd48b10c1d654099ec040d42e853eb3879a9e2eaed46ac4e7b686b699d1e3cc6f4484
@@ -2,9 +2,9 @@ sudo: false
2
2
  language: ruby
3
3
 
4
4
  rvm:
5
- - 2.1.5
6
- - 2.2.4
7
- - 2.3.1
5
+ - 2.2.6
6
+ - 2.3.3
7
+ - 2.4.1
8
8
  - ruby-head
9
9
 
10
10
  matrix:
@@ -21,4 +21,4 @@ script:
21
21
 
22
22
  addons:
23
23
  code_climate:
24
- repo_token: 9c938a047651a943393f0f52bfc1d03d71fce0f19bf0f8c1265033af9b09a56e
24
+ repo_token: 9c938a047651a943393f0f52bfc1d03d71fce0f19bf0f8c1265033af9b09a56e
@@ -4,70 +4,69 @@ PATH
4
4
  activeadmin-ajax_filter (0.3.7)
5
5
  activeadmin (>= 1.0.0.pre1)
6
6
  coffee-rails (>= 4.1.0)
7
- has_scope (~> 0.6.0)
7
+ has_scope (>= 0.6.0)
8
8
  rails (>= 4)
9
9
  selectize-rails (>= 0.11.2)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actionmailer (4.2.5.1)
15
- actionpack (= 4.2.5.1)
16
- actionview (= 4.2.5.1)
17
- activejob (= 4.2.5.1)
14
+ actionmailer (4.2.9)
15
+ actionpack (= 4.2.9)
16
+ actionview (= 4.2.9)
17
+ activejob (= 4.2.9)
18
18
  mail (~> 2.5, >= 2.5.4)
19
19
  rails-dom-testing (~> 1.0, >= 1.0.5)
20
- actionpack (4.2.5.1)
21
- actionview (= 4.2.5.1)
22
- activesupport (= 4.2.5.1)
20
+ actionpack (4.2.9)
21
+ actionview (= 4.2.9)
22
+ activesupport (= 4.2.9)
23
23
  rack (~> 1.6)
24
24
  rack-test (~> 0.6.2)
25
25
  rails-dom-testing (~> 1.0, >= 1.0.5)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (4.2.5.1)
28
- activesupport (= 4.2.5.1)
27
+ actionview (4.2.9)
28
+ activesupport (= 4.2.9)
29
29
  builder (~> 3.1)
30
30
  erubis (~> 2.7.0)
31
31
  rails-dom-testing (~> 1.0, >= 1.0.5)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
- activeadmin (1.0.0.pre5)
34
- arbre (~> 1.0, >= 1.0.2)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activeadmin (1.0.0)
34
+ arbre (>= 1.1.1)
35
35
  bourbon
36
36
  coffee-rails
37
37
  formtastic (~> 3.1)
38
38
  formtastic_i18n
39
- inherited_resources (~> 1.6)
39
+ inherited_resources (~> 1.7)
40
40
  jquery-rails
41
41
  jquery-ui-rails
42
42
  kaminari (>= 0.15, < 2.0)
43
- railties (>= 3.2, < 5.1)
43
+ railties (>= 4.2, < 5.2)
44
44
  ransack (~> 1.3)
45
45
  sass-rails
46
46
  sprockets (< 4.1)
47
- activejob (4.2.5.1)
48
- activesupport (= 4.2.5.1)
47
+ activejob (4.2.9)
48
+ activesupport (= 4.2.9)
49
49
  globalid (>= 0.3.0)
50
- activemodel (4.2.5.1)
51
- activesupport (= 4.2.5.1)
50
+ activemodel (4.2.9)
51
+ activesupport (= 4.2.9)
52
52
  builder (~> 3.1)
53
- activerecord (4.2.5.1)
54
- activemodel (= 4.2.5.1)
55
- activesupport (= 4.2.5.1)
53
+ activerecord (4.2.9)
54
+ activemodel (= 4.2.9)
55
+ activesupport (= 4.2.9)
56
56
  arel (~> 6.0)
57
- activesupport (4.2.5.1)
57
+ activesupport (4.2.9)
58
58
  i18n (~> 0.7)
59
- json (~> 1.7, >= 1.7.7)
60
59
  minitest (~> 5.1)
61
60
  thread_safe (~> 0.3, >= 0.3.4)
62
61
  tzinfo (~> 1.1)
63
62
  addressable (2.4.0)
64
63
  arbre (1.1.1)
65
64
  activesupport (>= 3.0.0)
66
- arel (6.0.3)
67
- bourbon (4.3.3)
65
+ arel (6.0.4)
66
+ bourbon (4.3.4)
68
67
  sass (~> 3.4)
69
68
  thor (~> 0.19)
70
- builder (3.2.2)
69
+ builder (3.2.3)
71
70
  capybara (2.7.1)
72
71
  addressable
73
72
  mime-types (>= 1.16)
@@ -78,9 +77,9 @@ GEM
78
77
  cliver (0.3.2)
79
78
  codeclimate-test-reporter (0.4.8)
80
79
  simplecov (>= 0.7.1, < 1.0.0)
81
- coffee-rails (4.2.1)
80
+ coffee-rails (4.2.2)
82
81
  coffee-script (>= 2.2.0)
83
- railties (>= 4.0.0, < 5.2.x)
82
+ railties (>= 4.0.0)
84
83
  coffee-script (2.4.1)
85
84
  coffee-script-source
86
85
  execjs
@@ -99,24 +98,24 @@ GEM
99
98
  formtastic (3.1.5)
100
99
  actionpack (>= 3.2.13)
101
100
  formtastic_i18n (0.6.0)
102
- globalid (0.3.7)
103
- activesupport (>= 4.1.0)
104
- has_scope (0.6.0)
105
- actionpack (>= 3.2, < 5)
106
- activesupport (>= 3.2, < 5)
107
- i18n (0.7.0)
108
- inherited_resources (1.7.0)
109
- actionpack (>= 3.2, < 5.1)
101
+ globalid (0.4.0)
102
+ activesupport (>= 4.2.0)
103
+ has_scope (0.7.1)
104
+ actionpack (>= 4.1, < 5.2)
105
+ activesupport (>= 4.1, < 5.2)
106
+ i18n (0.8.6)
107
+ inherited_resources (1.7.2)
108
+ actionpack (>= 3.2, < 5.2.x)
110
109
  has_scope (~> 0.6)
111
- railties (>= 3.2, < 5.1)
110
+ railties (>= 3.2, < 5.2.x)
112
111
  responders
113
- jquery-rails (4.2.2)
112
+ jquery-rails (4.3.1)
114
113
  rails-dom-testing (>= 1, < 3)
115
114
  railties (>= 4.2.0)
116
115
  thor (>= 0.14, < 2.0)
117
116
  jquery-ui-rails (6.0.1)
118
117
  railties (>= 3.2.16)
119
- json (1.8.3)
118
+ json (1.8.6)
120
119
  kaminari (1.0.1)
121
120
  activesupport (>= 4.1.0)
122
121
  kaminari-actionview (= 1.0.1)
@@ -133,58 +132,59 @@ GEM
133
132
  addressable (~> 2.3)
134
133
  loofah (2.0.3)
135
134
  nokogiri (>= 1.5.9)
136
- mail (2.6.4)
135
+ mail (2.6.6)
137
136
  mime-types (>= 1.16, < 4)
138
- mime-types (2.99.1)
139
- mini_portile2 (2.1.0)
140
- minitest (5.8.4)
141
- nokogiri (1.6.8)
142
- mini_portile2 (~> 2.1.0)
143
- pkg-config (~> 1.1.7)
137
+ mime-types (3.1)
138
+ mime-types-data (~> 3.2015)
139
+ mime-types-data (3.2016.0521)
140
+ mini_portile2 (2.2.0)
141
+ minitest (5.10.3)
142
+ nokogiri (1.8.0)
143
+ mini_portile2 (~> 2.2.0)
144
144
  phantomjs (2.1.1.0)
145
- pkg-config (1.1.7)
146
145
  poltergeist (1.10.0)
147
146
  capybara (~> 2.1)
148
147
  cliver (~> 0.3.1)
149
148
  websocket-driver (>= 0.2.0)
150
149
  polyamorous (1.3.1)
151
150
  activerecord (>= 3.0)
152
- rack (1.6.4)
151
+ rack (1.6.8)
153
152
  rack-test (0.6.3)
154
153
  rack (>= 1.0)
155
- rails (4.2.5.1)
156
- actionmailer (= 4.2.5.1)
157
- actionpack (= 4.2.5.1)
158
- actionview (= 4.2.5.1)
159
- activejob (= 4.2.5.1)
160
- activemodel (= 4.2.5.1)
161
- activerecord (= 4.2.5.1)
162
- activesupport (= 4.2.5.1)
154
+ rails (4.2.9)
155
+ actionmailer (= 4.2.9)
156
+ actionpack (= 4.2.9)
157
+ actionview (= 4.2.9)
158
+ activejob (= 4.2.9)
159
+ activemodel (= 4.2.9)
160
+ activerecord (= 4.2.9)
161
+ activesupport (= 4.2.9)
163
162
  bundler (>= 1.3.0, < 2.0)
164
- railties (= 4.2.5.1)
163
+ railties (= 4.2.9)
165
164
  sprockets-rails
166
165
  rails-deprecated_sanitizer (1.0.3)
167
166
  activesupport (>= 4.2.0.alpha)
168
- rails-dom-testing (1.0.7)
167
+ rails-dom-testing (1.0.8)
169
168
  activesupport (>= 4.2.0.beta, < 5.0)
170
- nokogiri (~> 1.6.0)
169
+ nokogiri (~> 1.6)
171
170
  rails-deprecated_sanitizer (>= 1.0.1)
172
171
  rails-html-sanitizer (1.0.3)
173
172
  loofah (~> 2.0)
174
- railties (4.2.5.1)
175
- actionpack (= 4.2.5.1)
176
- activesupport (= 4.2.5.1)
173
+ railties (4.2.9)
174
+ actionpack (= 4.2.9)
175
+ activesupport (= 4.2.9)
177
176
  rake (>= 0.8.7)
178
177
  thor (>= 0.18.1, < 2.0)
179
178
  rake (10.5.0)
180
- ransack (1.8.2)
179
+ ransack (1.8.3)
181
180
  actionpack (>= 3.0)
182
181
  activerecord (>= 3.0)
183
182
  activesupport (>= 3.0)
184
183
  i18n
185
184
  polyamorous (~> 1.3)
186
- responders (2.3.0)
187
- railties (>= 4.2.0, < 5.1)
185
+ responders (2.4.0)
186
+ actionpack (>= 4.2.0, < 5.3)
187
+ railties (>= 4.2.0, < 5.3)
188
188
  rspec (3.3.0)
189
189
  rspec-core (~> 3.3.0)
190
190
  rspec-expectations (~> 3.3.0)
@@ -206,7 +206,7 @@ GEM
206
206
  rspec-mocks (~> 3.3.0)
207
207
  rspec-support (~> 3.3.0)
208
208
  rspec-support (3.3.0)
209
- sass (3.4.23)
209
+ sass (3.4.24)
210
210
  sass-rails (5.0.6)
211
211
  railties (>= 4.0.0, < 6)
212
212
  sass (~> 3.1)
@@ -222,7 +222,7 @@ GEM
222
222
  sprockets (3.7.1)
223
223
  concurrent-ruby (~> 1.0)
224
224
  rack (> 1, < 3)
225
- sprockets-rails (3.2.0)
225
+ sprockets-rails (3.2.1)
226
226
  actionpack (>= 4.0)
227
227
  activesupport (>= 4.0)
228
228
  sprockets (>= 3.0.0)
@@ -230,10 +230,10 @@ GEM
230
230
  temping (3.3.0)
231
231
  activerecord (>= 3.1)
232
232
  activesupport (>= 3.1)
233
- thor (0.19.1)
234
- thread_safe (0.3.5)
235
- tilt (2.0.6)
236
- tzinfo (1.2.2)
233
+ thor (0.20.0)
234
+ thread_safe (0.3.6)
235
+ tilt (2.0.7)
236
+ tzinfo (1.2.3)
237
237
  thread_safe (~> 0.1)
238
238
  websocket-driver (0.6.4)
239
239
  websocket-extensions (>= 0.1.0)
@@ -257,8 +257,9 @@ DEPENDENCIES
257
257
  rake (~> 10.0)
258
258
  rspec (~> 3.3, >= 3.3.0)
259
259
  rspec-rails (~> 3.3)
260
+ selectize-rails (>= 0.11.2)
260
261
  sqlite3 (~> 1.3, >= 1.3.11)
261
262
  temping (~> 3.3, >= 3.3.0)
262
263
 
263
264
  BUNDLED WITH
264
- 1.13.7
265
+ 1.15.4
@@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
23
23
  gem.add_dependency 'rails', '>= 4'
24
24
  gem.add_dependency 'coffee-rails', '>= 4.1.0'
25
25
  gem.add_dependency 'selectize-rails', '>= 0.11.2'
26
- gem.add_dependency 'has_scope', '~> 0.6.0' # Force Ruby 2.1.5 support
26
+ gem.add_dependency 'has_scope', '>= 0.6.0' # Force Ruby 2.1.5 support
27
27
  gem.add_development_dependency 'bundler', '~> 1.10'
28
28
  gem.add_development_dependency 'rake', '~> 10.0'
29
29
  gem.add_development_dependency 'rspec', '~> 3.3', '>= 3.3.0'
@@ -35,6 +35,7 @@ Gem::Specification.new do |gem|
35
35
  gem.add_development_dependency 'capybara', '~> 2.1'
36
36
  gem.add_development_dependency 'phantomjs', '~> 2.1.1'
37
37
  gem.add_development_dependency 'poltergeist', '~> 1.10.0'
38
+ gem.add_development_dependency 'selectize-rails', '>= 0.11.2'
38
39
  gem.add_development_dependency 'database_cleaner', '~> 1.5.0'
39
40
  gem.add_development_dependency 'launchy', '~> 2.4.3'
40
41
  end
@@ -1,5 +1,5 @@
1
1
  module ActiveAdmin
2
2
  module AjaxFilter
3
- VERSION = '0.3.7'
3
+ VERSION = '0.3.8'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin-ajax_filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Emelyanov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-16 00:00:00.000000000 Z
11
+ date: 2017-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -70,14 +70,14 @@ dependencies:
70
70
  name: has_scope
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: 0.6.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: 0.6.0
83
83
  - !ruby/object:Gem::Dependency
@@ -252,6 +252,20 @@ dependencies:
252
252
  - - "~>"
253
253
  - !ruby/object:Gem::Version
254
254
  version: 1.10.0
255
+ - !ruby/object:Gem::Dependency
256
+ name: selectize-rails
257
+ requirement: !ruby/object:Gem::Requirement
258
+ requirements:
259
+ - - ">="
260
+ - !ruby/object:Gem::Version
261
+ version: 0.11.2
262
+ type: :development
263
+ prerelease: false
264
+ version_requirements: !ruby/object:Gem::Requirement
265
+ requirements:
266
+ - - ">="
267
+ - !ruby/object:Gem::Version
268
+ version: 0.11.2
255
269
  - !ruby/object:Gem::Dependency
256
270
  name: database_cleaner
257
271
  requirement: !ruby/object:Gem::Requirement
@@ -330,7 +344,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
330
344
  version: '0'
331
345
  requirements: []
332
346
  rubyforge_project:
333
- rubygems_version: 2.6.8
347
+ rubygems_version: 2.6.13
334
348
  signing_key:
335
349
  specification_version: 4
336
350
  summary: AJAX filters for ActiveAdmin