activeadmin_jobs 0.4.1 → 0.5.0

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: 306d5121669c0ce6e9ad584d3d47917ea9729d2b
4
- data.tar.gz: af0a1a3599c472441e48caba274d70e7959a3ed4
3
+ metadata.gz: 7186df438601ef0eb4b94b9aba291592afb9cb99
4
+ data.tar.gz: a35b2b059daa4660fba3235fcb5d949590dc7f44
5
5
  SHA512:
6
- metadata.gz: d5498e21bca811428f501c2b798674722ba1a12e386a3d0ec5efb9dffd01c120faccf17ede475a62feeda3299804eefd77a46be83f171342b8dd3ce7aca1a9f0
7
- data.tar.gz: a68700262cf2500674cae3dbbd96438185873c296e044fb10f0b07b55b062797a5c51e9e88f71ee1fb80f7a0984c7b148a7bbf8811f6452d946b93366d7188fe
6
+ metadata.gz: 4bfad1d46dfe649a11cb068000eccc52ad53734ff02e93e3dc1c8f2ceaa64c4eceb78f83f656384987486a21fea6ca33b3f3c6c3b2420a8e3b12a9bcf183d5fc
7
+ data.tar.gz: 82bc69cfb01fe920ae47f79a3f37b93da5a58e0396cc6917d99e62bc505b9f8b5f585731526993dd46e5b78fc6d64dc2e9892884bd11cf9a715c9d3545e52834
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ### v0.5.0
6
+
7
+ ##### Added
8
+
9
+ - Demodulize job_class attribute to get the right path.
10
+
5
11
  ### v0.4.1
6
12
 
7
13
  ##### Fixed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activeadmin_jobs (0.4.1)
4
+ activeadmin_jobs (0.5.0)
5
5
  activeadmin (>= 1.0.0.pre2)
6
6
  activeadmin_addons (>= 0.12.0)
7
7
  devise (>= 3.5.0)
@@ -31,23 +31,22 @@ GEM
31
31
  erubis (~> 2.7.0)
32
32
  rails-dom-testing (~> 1.0, >= 1.0.5)
33
33
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
34
- activeadmin (1.0.0)
34
+ activeadmin (1.2.1)
35
35
  arbre (>= 1.1.1)
36
- bourbon
37
36
  coffee-rails
38
37
  formtastic (~> 3.1)
39
38
  formtastic_i18n
40
39
  inherited_resources (~> 1.7)
41
- jquery-rails
42
- jquery-ui-rails
40
+ jquery-rails (>= 4.2.0)
43
41
  kaminari (>= 0.15, < 2.0)
44
42
  railties (>= 4.2, < 5.2)
45
43
  ransack (~> 1.3)
46
- sass-rails
44
+ sass (~> 3.1)
47
45
  sprockets (< 4.1)
48
- activeadmin_addons (0.12.0)
46
+ activeadmin_addons (1.2.0)
49
47
  railties
50
- select2-rails (~> 3.5.9)
48
+ require_all
49
+ select2-rails (~> 4.0)
51
50
  xdan-datetimepicker-rails (~> 2.5.1)
52
51
  activejob (4.2.6)
53
52
  activesupport (= 4.2.6)
@@ -70,9 +69,6 @@ GEM
70
69
  activesupport (>= 3.0.0)
71
70
  arel (6.0.3)
72
71
  bcrypt (3.1.11)
73
- bourbon (4.3.4)
74
- sass (~> 3.4)
75
- thor (~> 0.19)
76
72
  builder (3.2.2)
77
73
  capybara (2.7.0)
78
74
  addressable
@@ -100,7 +96,7 @@ GEM
100
96
  delayed_job_active_record (4.1.1)
101
97
  activerecord (>= 3.0, < 5.1)
102
98
  delayed_job (>= 3.0, < 5)
103
- devise (4.3.0)
99
+ devise (4.4.1)
104
100
  bcrypt (~> 3.0)
105
101
  orm_adapter (~> 0.1)
106
102
  railties (>= 4.1.0, < 5.2)
@@ -115,16 +111,16 @@ GEM
115
111
  formtastic (3.1.5)
116
112
  actionpack (>= 3.2.13)
117
113
  formtastic_i18n (0.6.0)
118
- globalid (0.4.0)
114
+ globalid (0.4.1)
119
115
  activesupport (>= 4.2.0)
120
116
  has_scope (0.7.1)
121
117
  actionpack (>= 4.1, < 5.2)
122
118
  activesupport (>= 4.1, < 5.2)
123
119
  i18n (0.7.0)
124
- inherited_resources (1.7.2)
125
- actionpack (>= 3.2, < 5.2.x)
120
+ inherited_resources (1.8.0)
121
+ actionpack (>= 4.2, <= 5.2)
126
122
  has_scope (~> 0.6)
127
- railties (>= 3.2, < 5.2.x)
123
+ railties (>= 4.2, <= 5.2)
128
124
  responders
129
125
  job_notifier (1.3.0)
130
126
  colorize (>= 0.7.7)
@@ -138,32 +134,33 @@ GEM
138
134
  jquery-ui-rails (5.0.5)
139
135
  railties (>= 3.2.16)
140
136
  json (1.8.3)
141
- kaminari (1.0.1)
137
+ kaminari (1.1.1)
142
138
  activesupport (>= 4.1.0)
143
- kaminari-actionview (= 1.0.1)
144
- kaminari-activerecord (= 1.0.1)
145
- kaminari-core (= 1.0.1)
146
- kaminari-actionview (1.0.1)
139
+ kaminari-actionview (= 1.1.1)
140
+ kaminari-activerecord (= 1.1.1)
141
+ kaminari-core (= 1.1.1)
142
+ kaminari-actionview (1.1.1)
147
143
  actionview
148
- kaminari-core (= 1.0.1)
149
- kaminari-activerecord (1.0.1)
144
+ kaminari-core (= 1.1.1)
145
+ kaminari-activerecord (1.1.1)
150
146
  activerecord
151
- kaminari-core (= 1.0.1)
152
- kaminari-core (1.0.1)
147
+ kaminari-core (= 1.1.1)
148
+ kaminari-core (1.1.1)
153
149
  loofah (2.0.3)
154
150
  nokogiri (>= 1.5.9)
155
- mail (2.6.6)
156
- mime-types (>= 1.16, < 4)
151
+ mail (2.7.0)
152
+ mini_mime (>= 0.1.1)
157
153
  method_source (0.8.2)
158
154
  mime-types (3.0)
159
155
  mime-types-data (~> 3.2015)
160
156
  mime-types-data (3.2016.0221)
157
+ mini_mime (1.0.0)
161
158
  mini_portile2 (2.0.0)
162
159
  minitest (5.9.0)
163
160
  nokogiri (1.6.7.2)
164
161
  mini_portile2 (~> 2.0.0.rc2)
165
162
  orm_adapter (0.5.0)
166
- polyamorous (1.3.1)
163
+ polyamorous (1.3.3)
167
164
  activerecord (>= 3.0)
168
165
  pry (0.10.3)
169
166
  coderay (~> 1.1.0)
@@ -204,12 +201,16 @@ GEM
204
201
  rake (>= 0.8.7)
205
202
  thor (>= 0.18.1, < 2.0)
206
203
  rake (11.1.2)
207
- ransack (1.8.2)
204
+ ransack (1.8.6)
208
205
  actionpack (>= 3.0)
209
206
  activerecord (>= 3.0)
210
207
  activesupport (>= 3.0)
211
208
  i18n
212
- polyamorous (~> 1.3)
209
+ polyamorous (~> 1.3.2)
210
+ rb-fsevent (0.10.2)
211
+ rb-inotify (0.9.10)
212
+ ffi (>= 0.5.0, < 2)
213
+ require_all (1.5.0)
213
214
  responders (2.4.0)
214
215
  actionpack (>= 4.2.0, < 5.3)
215
216
  railties (>= 4.2.0, < 5.3)
@@ -231,14 +232,12 @@ GEM
231
232
  rspec-support (~> 3.4.0)
232
233
  rspec-support (3.4.1)
233
234
  rubyzip (1.2.0)
234
- sass (3.4.24)
235
- sass-rails (5.0.6)
236
- railties (>= 4.0.0, < 6)
237
- sass (~> 3.1)
238
- sprockets (>= 2.8, < 4.0)
239
- sprockets-rails (>= 2.0, < 4.0)
240
- tilt (>= 1.1, < 3)
241
- select2-rails (3.5.10)
235
+ sass (3.5.5)
236
+ sass-listen (~> 4.0.0)
237
+ sass-listen (4.0.0)
238
+ rb-fsevent (~> 0.9, >= 0.9.4)
239
+ rb-inotify (~> 0.9, >= 0.9.7)
240
+ select2-rails (4.0.3)
242
241
  thor (~> 0.14)
243
242
  selenium-webdriver (2.53.0)
244
243
  childprocess (~> 0.5)
@@ -249,14 +248,13 @@ GEM
249
248
  sprockets (3.7.1)
250
249
  concurrent-ruby (~> 1.0)
251
250
  rack (> 1, < 3)
252
- sprockets-rails (3.2.0)
251
+ sprockets-rails (3.2.1)
253
252
  actionpack (>= 4.0)
254
253
  activesupport (>= 4.0)
255
254
  sprockets (>= 3.0.0)
256
255
  sqlite3 (1.3.11)
257
256
  thor (0.19.1)
258
257
  thread_safe (0.3.5)
259
- tilt (2.0.7)
260
258
  tzinfo (1.2.2)
261
259
  thread_safe (~> 0.1)
262
260
  warden (1.2.7)
@@ -286,4 +284,4 @@ DEPENDENCIES
286
284
  sqlite3
287
285
 
288
286
  BUNDLED WITH
289
- 1.14.6
287
+ 1.16.1
@@ -1,7 +1,7 @@
1
1
  module ActiveadminJobs
2
2
  module JobExtensions
3
3
  def description
4
- I18n.t!("activeadmin_jobs.#{job_class.tableize.singularize}.description")
4
+ I18n.t!("activeadmin_jobs.#{job_class.demodulize.tableize.singularize}.description")
5
5
  rescue I18n::MissingTranslationData
6
6
  ""
7
7
  end
@@ -15,7 +15,7 @@ module ActiveadminJobs
15
15
  private
16
16
 
17
17
  def partial_path
18
- "#{job.job_class.tableize.singularize}.#{job.status}.html.erb"
18
+ "#{job.job_class.demodulize.tableize.singularize}.#{job.status}.html.erb"
19
19
  end
20
20
 
21
21
  def formatted_result
@@ -1,3 +1,3 @@
1
1
  module ActiveadminJobs
2
- VERSION = "0.4.1"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_jobs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Platanus
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-06-16 00:00:00.000000000 Z
13
+ date: 2018-02-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -296,7 +296,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
296
296
  version: '0'
297
297
  requirements: []
298
298
  rubyforge_project:
299
- rubygems_version: 2.4.5
299
+ rubygems_version: 2.5.2
300
300
  signing_key:
301
301
  specification_version: 4
302
302
  summary: Gem that allows you to play nice with Active Job in Active Admin providing