activeadmin-async_panel 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 338497bb10cb75248cbdb344ace8e70c3ea29653
4
- data.tar.gz: 2757bb7749760ae29953587ef12cdf4085ed0396
3
+ metadata.gz: de5b966e0912b6b0857dc8b667eb4cffc676aa1f
4
+ data.tar.gz: fca0a38aac250890bbe1f72fc3fd02ddb0f4975f
5
5
  SHA512:
6
- metadata.gz: 95df6d41ca45d9ec4d8651872e33bc17006dcb465c26957b3de4b4dffb62c14b1342d0ca7390fdd7c342d4e2952267511038054419805ab68bf1b235ae42b8d3
7
- data.tar.gz: 88757d8d25e17c4a6b330ad249094477a96fcea169f8301c0682da195dbf27219a59ac7fab3ca74185542a86ade87d102291a0c7a642b89bec68702ae2443f63
6
+ metadata.gz: 322fed6b17dca5859a01248481cdc0db0eaa8b1ac2e9fb28864dd429368f343c41f26a43ff65490e2eb46c8201b2a0fafcdc556154ab350c7d3e1feeb56d7414
7
+ data.tar.gz: 9668894950253a720aa00bc1f29ce5773b132058f2563311ee60e911cdbb1f07fcbc8660783e387d961cccd561566953b727ba06438b3b486c7f178b5d497c1a
data/.travis.yml CHANGED
@@ -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.3
6
+ - 2.4
7
+ - 2.5
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: 2446d680d10249420b115f02c97395570e666b3b2e07d7832182b53c52bd4f38
24
+ repo_token: 2446d680d10249420b115f02c97395570e666b3b2e07d7832182b53c52bd4f38
data/Gemfile CHANGED
@@ -1,4 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in activeadmin-async_panel.gemspec
4
- gemspec
4
+ gemspec
5
+
6
+ gem 'rails', '>= 4.2.10'
data/Gemfile.lock CHANGED
@@ -1,70 +1,64 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activeadmin-async_panel (0.2.1)
5
- activeadmin (>= 1.0.0.pre1)
6
- coffee-rails (>= 4.1.0)
4
+ activeadmin-async_panel (0.2.2)
5
+ activeadmin (>= 1.0)
6
+ coffee-rails (>= 4.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.2.5.1)
12
- actionpack (= 4.2.5.1)
13
- actionview (= 4.2.5.1)
14
- activejob (= 4.2.5.1)
11
+ actionmailer (4.2.10)
12
+ actionpack (= 4.2.10)
13
+ actionview (= 4.2.10)
14
+ activejob (= 4.2.10)
15
15
  mail (~> 2.5, >= 2.5.4)
16
16
  rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.5.1)
18
- actionview (= 4.2.5.1)
19
- activesupport (= 4.2.5.1)
17
+ actionpack (4.2.10)
18
+ actionview (= 4.2.10)
19
+ activesupport (= 4.2.10)
20
20
  rack (~> 1.6)
21
21
  rack-test (~> 0.6.2)
22
22
  rails-dom-testing (~> 1.0, >= 1.0.5)
23
23
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.5.1)
25
- activesupport (= 4.2.5.1)
24
+ actionview (4.2.10)
25
+ activesupport (= 4.2.10)
26
26
  builder (~> 3.1)
27
27
  erubis (~> 2.7.0)
28
28
  rails-dom-testing (~> 1.0, >= 1.0.5)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- activeadmin (1.0.0.pre4)
31
- arbre (~> 1.0, >= 1.0.2)
32
- bourbon
29
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
30
+ activeadmin (1.3.1)
31
+ arbre (>= 1.1.1)
33
32
  coffee-rails
34
33
  formtastic (~> 3.1)
35
34
  formtastic_i18n
36
- inherited_resources (~> 1.6)
37
- jquery-rails
38
- jquery-ui-rails
39
- kaminari (~> 0.15)
40
- rails (>= 3.2, < 5.1)
41
- ransack (~> 1.3)
42
- sass-rails
43
- sprockets (< 4)
44
- activejob (4.2.5.1)
45
- activesupport (= 4.2.5.1)
35
+ inherited_resources (>= 1.9.0)
36
+ jquery-rails (>= 4.2.0)
37
+ kaminari (>= 0.15)
38
+ railties (>= 4.2, < 5.3)
39
+ ransack (>= 1.8.7)
40
+ sass (~> 3.1)
41
+ sprockets (< 4.1)
42
+ activejob (4.2.10)
43
+ activesupport (= 4.2.10)
46
44
  globalid (>= 0.3.0)
47
- activemodel (4.2.5.1)
48
- activesupport (= 4.2.5.1)
45
+ activemodel (4.2.10)
46
+ activesupport (= 4.2.10)
49
47
  builder (~> 3.1)
50
- activerecord (4.2.5.1)
51
- activemodel (= 4.2.5.1)
52
- activesupport (= 4.2.5.1)
48
+ activerecord (4.2.10)
49
+ activemodel (= 4.2.10)
50
+ activesupport (= 4.2.10)
53
51
  arel (~> 6.0)
54
- activesupport (4.2.5.1)
52
+ activesupport (4.2.10)
55
53
  i18n (~> 0.7)
56
- json (~> 1.7, >= 1.7.7)
57
54
  minitest (~> 5.1)
58
55
  thread_safe (~> 0.3, >= 0.3.4)
59
56
  tzinfo (~> 1.1)
60
57
  addressable (2.4.0)
61
58
  arbre (1.1.1)
62
59
  activesupport (>= 3.0.0)
63
- arel (6.0.3)
64
- bourbon (4.2.7)
65
- sass (~> 3.4)
66
- thor (~> 0.19)
67
- builder (3.2.2)
60
+ arel (6.0.4)
61
+ builder (3.2.3)
68
62
  capybara (2.7.1)
69
63
  addressable
70
64
  mime-types (>= 1.16)
@@ -75,14 +69,15 @@ GEM
75
69
  cliver (0.3.2)
76
70
  codeclimate-test-reporter (0.4.8)
77
71
  simplecov (>= 0.7.1, < 1.0.0)
78
- coffee-rails (4.2.1)
72
+ coffee-rails (4.2.2)
79
73
  coffee-script (>= 2.2.0)
80
- railties (>= 4.0.0, < 5.2.x)
74
+ railties (>= 4.0.0)
81
75
  coffee-script (2.4.1)
82
76
  coffee-script-source
83
77
  execjs
84
78
  coffee-script-source (1.12.2)
85
- concurrent-ruby (1.0.4)
79
+ concurrent-ruby (1.0.5)
80
+ crass (1.0.4)
86
81
  database_cleaner (1.5.3)
87
82
  diff-lcs (1.2.5)
88
83
  docile (1.1.5)
@@ -93,84 +88,98 @@ GEM
93
88
  factory_girl_rails (4.5.0)
94
89
  factory_girl (~> 4.5.0)
95
90
  railties (>= 3.0.0)
96
- formtastic (3.1.4)
91
+ ffi (1.9.25)
92
+ formtastic (3.1.5)
97
93
  actionpack (>= 3.2.13)
98
94
  formtastic_i18n (0.6.0)
99
- globalid (0.3.7)
100
- activesupport (>= 4.1.0)
101
- has_scope (0.6.0)
102
- actionpack (>= 3.2, < 5)
103
- activesupport (>= 3.2, < 5)
104
- i18n (0.7.0)
105
- inherited_resources (1.6.0)
106
- actionpack (>= 3.2, < 5)
107
- has_scope (~> 0.6.0.rc)
108
- railties (>= 3.2, < 5)
95
+ globalid (0.4.1)
96
+ activesupport (>= 4.2.0)
97
+ has_scope (0.7.2)
98
+ actionpack (>= 4.1)
99
+ activesupport (>= 4.1)
100
+ i18n (0.9.5)
101
+ concurrent-ruby (~> 1.0)
102
+ inherited_resources (1.9.0)
103
+ actionpack (>= 4.2, < 5.3)
104
+ has_scope (~> 0.6)
105
+ railties (>= 4.2, < 5.3)
109
106
  responders
110
- jquery-rails (4.2.2)
107
+ jquery-rails (4.3.3)
111
108
  rails-dom-testing (>= 1, < 3)
112
109
  railties (>= 4.2.0)
113
110
  thor (>= 0.14, < 2.0)
114
111
  jquery-ui-rails (5.0.5)
115
112
  railties (>= 3.2.16)
116
- json (1.8.3)
117
- kaminari (0.17.0)
118
- actionpack (>= 3.0.0)
119
- activesupport (>= 3.0.0)
113
+ json (1.8.6)
114
+ kaminari (1.1.1)
115
+ activesupport (>= 4.1.0)
116
+ kaminari-actionview (= 1.1.1)
117
+ kaminari-activerecord (= 1.1.1)
118
+ kaminari-core (= 1.1.1)
119
+ kaminari-actionview (1.1.1)
120
+ actionview
121
+ kaminari-core (= 1.1.1)
122
+ kaminari-activerecord (1.1.1)
123
+ activerecord
124
+ kaminari-core (= 1.1.1)
125
+ kaminari-core (1.1.1)
120
126
  launchy (2.4.3)
121
127
  addressable (~> 2.3)
122
- loofah (2.0.3)
128
+ loofah (2.2.2)
129
+ crass (~> 1.0.2)
123
130
  nokogiri (>= 1.5.9)
124
- mail (2.6.4)
125
- mime-types (>= 1.16, < 4)
131
+ mail (2.7.0)
132
+ mini_mime (>= 0.1.1)
126
133
  mime-types (2.99.1)
127
- mini_portile2 (2.1.0)
128
- minitest (5.10.1)
129
- nokogiri (1.7.0.1)
130
- mini_portile2 (~> 2.1.0)
134
+ mini_mime (1.0.1)
135
+ mini_portile2 (2.3.0)
136
+ minitest (5.11.3)
137
+ nokogiri (1.8.4)
138
+ mini_portile2 (~> 2.3.0)
131
139
  phantomjs (2.1.1.0)
132
140
  poltergeist (1.10.0)
133
141
  capybara (~> 2.1)
134
142
  cliver (~> 0.3.1)
135
143
  websocket-driver (>= 0.2.0)
136
- polyamorous (1.3.1)
137
- activerecord (>= 3.0)
138
- rack (1.6.5)
144
+ rack (1.6.10)
139
145
  rack-test (0.6.3)
140
146
  rack (>= 1.0)
141
- rails (4.2.5.1)
142
- actionmailer (= 4.2.5.1)
143
- actionpack (= 4.2.5.1)
144
- actionview (= 4.2.5.1)
145
- activejob (= 4.2.5.1)
146
- activemodel (= 4.2.5.1)
147
- activerecord (= 4.2.5.1)
148
- activesupport (= 4.2.5.1)
147
+ rails (4.2.10)
148
+ actionmailer (= 4.2.10)
149
+ actionpack (= 4.2.10)
150
+ actionview (= 4.2.10)
151
+ activejob (= 4.2.10)
152
+ activemodel (= 4.2.10)
153
+ activerecord (= 4.2.10)
154
+ activesupport (= 4.2.10)
149
155
  bundler (>= 1.3.0, < 2.0)
150
- railties (= 4.2.5.1)
156
+ railties (= 4.2.10)
151
157
  sprockets-rails
152
158
  rails-deprecated_sanitizer (1.0.3)
153
159
  activesupport (>= 4.2.0.alpha)
154
- rails-dom-testing (1.0.8)
155
- activesupport (>= 4.2.0.beta, < 5.0)
160
+ rails-dom-testing (1.0.9)
161
+ activesupport (>= 4.2.0, < 5.0)
156
162
  nokogiri (~> 1.6)
157
163
  rails-deprecated_sanitizer (>= 1.0.1)
158
- rails-html-sanitizer (1.0.3)
159
- loofah (~> 2.0)
160
- railties (4.2.5.1)
161
- actionpack (= 4.2.5.1)
162
- activesupport (= 4.2.5.1)
164
+ rails-html-sanitizer (1.0.4)
165
+ loofah (~> 2.2, >= 2.2.2)
166
+ railties (4.2.10)
167
+ actionpack (= 4.2.10)
168
+ activesupport (= 4.2.10)
163
169
  rake (>= 0.8.7)
164
170
  thor (>= 0.18.1, < 2.0)
165
171
  rake (10.5.0)
166
- ransack (1.8.2)
167
- actionpack (>= 3.0)
168
- activerecord (>= 3.0)
169
- activesupport (>= 3.0)
172
+ ransack (1.8.9)
173
+ actionpack (>= 3.0, <= 5.1.1)
174
+ activerecord (>= 3.0, <= 5.1.1)
175
+ activesupport (>= 3.0, <= 5.1.1)
170
176
  i18n
171
- polyamorous (~> 1.3)
172
- responders (2.3.0)
173
- railties (>= 4.2.0, < 5.1)
177
+ rb-fsevent (0.10.3)
178
+ rb-inotify (0.9.10)
179
+ ffi (>= 0.5.0, < 2)
180
+ responders (2.4.0)
181
+ actionpack (>= 4.2.0, < 5.3)
182
+ railties (>= 4.2.0, < 5.3)
174
183
  rspec (3.3.0)
175
184
  rspec-core (~> 3.3.0)
176
185
  rspec-expectations (~> 3.3.0)
@@ -192,22 +201,20 @@ GEM
192
201
  rspec-mocks (~> 3.3.0)
193
202
  rspec-support (~> 3.3.0)
194
203
  rspec-support (3.3.0)
195
- sass (3.4.23)
196
- sass-rails (5.0.6)
197
- railties (>= 4.0.0, < 6)
198
- sass (~> 3.1)
199
- sprockets (>= 2.8, < 4.0)
200
- sprockets-rails (>= 2.0, < 4.0)
201
- tilt (>= 1.1, < 3)
204
+ sass (3.5.7)
205
+ sass-listen (~> 4.0.0)
206
+ sass-listen (4.0.0)
207
+ rb-fsevent (~> 0.9, >= 0.9.4)
208
+ rb-inotify (~> 0.9, >= 0.9.7)
202
209
  simplecov (0.11.1)
203
210
  docile (~> 1.1.0)
204
211
  json (~> 1.8)
205
212
  simplecov-html (~> 0.10.0)
206
213
  simplecov-html (0.10.0)
207
- sprockets (3.7.1)
214
+ sprockets (3.7.2)
208
215
  concurrent-ruby (~> 1.0)
209
216
  rack (> 1, < 3)
210
- sprockets-rails (3.2.0)
217
+ sprockets-rails (3.2.1)
211
218
  actionpack (>= 4.0)
212
219
  activesupport (>= 4.0)
213
220
  sprockets (>= 3.0.0)
@@ -215,10 +222,9 @@ GEM
215
222
  temping (3.3.0)
216
223
  activerecord (>= 3.1)
217
224
  activesupport (>= 3.1)
218
- thor (0.19.4)
219
- thread_safe (0.3.5)
220
- tilt (2.0.5)
221
- tzinfo (1.2.2)
225
+ thor (0.20.0)
226
+ thread_safe (0.3.6)
227
+ tzinfo (1.2.5)
222
228
  thread_safe (~> 0.1)
223
229
  websocket-driver (0.6.4)
224
230
  websocket-extensions (>= 0.1.0)
@@ -240,6 +246,7 @@ DEPENDENCIES
240
246
  launchy (~> 2.4.3)
241
247
  phantomjs (~> 2.1.1)
242
248
  poltergeist (~> 1.10.0)
249
+ rails (>= 4.2.10)
243
250
  rake (~> 10.0)
244
251
  rspec (~> 3.3, >= 3.3.0)
245
252
  rspec-rails (~> 3.3)
@@ -247,4 +254,4 @@ DEPENDENCIES
247
254
  temping (~> 3.3, >= 3.3.0)
248
255
 
249
256
  BUNDLED WITH
250
- 1.13.6
257
+ 1.16.0
@@ -19,8 +19,8 @@ Gem::Specification.new do |gem|
19
19
  gem.executables = gem.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  gem.require_paths = ['lib']
21
21
 
22
- gem.add_dependency 'activeadmin', '>= 1.0.0.pre1'
23
- gem.add_dependency 'coffee-rails', '>= 4.1.0'
22
+ gem.add_dependency 'activeadmin', '>= 1.0'
23
+ gem.add_dependency 'coffee-rails', '>= 4.1'
24
24
  gem.add_development_dependency 'bundler', '~> 1.10'
25
25
  gem.add_development_dependency 'rake', '~> 10.0'
26
26
  gem.add_development_dependency 'rspec', '~> 3.3', '>= 3.3.0'
@@ -1,5 +1,5 @@
1
1
  module ActiveAdmin
2
2
  module AsyncPanel
3
- VERSION = '0.2.1'
3
+ VERSION = '0.2.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin-async_panel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
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-01-08 00:00:00.000000000 Z
11
+ date: 2018-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.0.pre1
19
+ version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 1.0.0.pre1
26
+ version: '1.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: coffee-rails
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 4.1.0
33
+ version: '4.1'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: 4.1.0
40
+ version: '4.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -299,9 +299,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
299
299
  version: '0'
300
300
  requirements: []
301
301
  rubyforge_project:
302
- rubygems_version: 2.5.1
302
+ rubygems_version: 2.6.14
303
303
  signing_key:
304
304
  specification_version: 4
305
305
  summary: AJAX-powered async panels for ActiveAdmin
306
306
  test_files: []
307
- has_rdoc: