resque-integration 3.8.0 → 3.8.2

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
- SHA1:
3
- metadata.gz: d37c0511fee9c3f766f352cb18ef36c4980cc869
4
- data.tar.gz: d8dd5259944ac4ed274530171bda477551bb9f09
2
+ SHA256:
3
+ metadata.gz: 76c74844f0e9b35b29833c7f96eb002d1ae8596ab2e2de50422660d48c0e3cbd
4
+ data.tar.gz: 89419cb83008edbc6294c196b73f01a951e1e0b39050d0de3b7ff76ea06faa84
5
5
  SHA512:
6
- metadata.gz: '09ee9d7d3640eb5138138bc941064adcb19cb0ef817d90048613c2cb9c1bb01546ea428b6f10f5ab13b0a874b6289a7ae1ecaead8b36a8fd443c4cba16decf77'
7
- data.tar.gz: 5bdbe905a197ac686192ca05b192a3e64808a0c676498366b3c18ca7cd8ec4a638d0576aab0f7c77ab7eeb0f72a54698d83d46bf2c68e3324fa23410235d5600
6
+ metadata.gz: 535ea88e0c717c296da6dc98fc60955812e50749ded8aa088bffa5fa2837b1ad7633e0994e08fd0046f047f5b6ffba48f40e8ab469362f31d74ede6a9dcf13ce
7
+ data.tar.gz: de2b15bd4f441a353f710b615b890542bd13de10ca1d66e89300e9229e380cf58ffa94feabdade7f2b171b1d6c8d94455325883e57520a3c7287c9cbdf897cea
data/.drone.yml CHANGED
@@ -33,24 +33,6 @@ spec_step_common: &spec_step_common
33
33
  - dip rspec
34
34
 
35
35
  steps:
36
- - name: Tests Ruby 2.2
37
- environment:
38
- COMPOSE_FILE_EXT: drone
39
- DOCKER_RUBY_VERSION: 2.2
40
- RUBY_IMAGE_TAG: 2.2-latest
41
- REDIS_IMAGE_TAG: 4-alpine
42
- RAILS_ENV: test
43
- <<: *spec_step_common
44
-
45
- - name: Tests Ruby 2.3
46
- environment:
47
- COMPOSE_FILE_EXT: drone
48
- DOCKER_RUBY_VERSION: 2.3
49
- RUBY_IMAGE_TAG: 2.3-latest
50
- REDIS_IMAGE_TAG: 4-alpine
51
- RAILS_ENV: test
52
- <<: *spec_step_common
53
-
54
36
  - name: Tests Ruby 2.4
55
37
  environment:
56
38
  COMPOSE_FILE_EXT: drone
data/.gitignore CHANGED
@@ -3,8 +3,6 @@
3
3
  .bundle
4
4
  .config
5
5
  .yardoc
6
- Gemfile.lock
7
- gemfiles
8
6
  InstalledFiles
9
7
  _yardoc
10
8
  coverage
data/Appraisals CHANGED
@@ -1,9 +1,3 @@
1
- if RUBY_VERSION < '2.4'
2
- appraise 'rails4.0' do
3
- gem 'rails', '~> 4.0.13'
4
- end
5
- end
6
-
7
1
  appraise 'rails4.2' do
8
2
  gem 'rails', '~> 4.2.9'
9
3
  end
@@ -18,5 +12,4 @@ end
18
12
 
19
13
  appraise 'rails5.2' do
20
14
  gem 'rails', '~> 5.2.0', '< 5.2.4.1'
21
- gem 'mimemagic', '<= 0.3.9' if RUBY_VERSION < '2.3'
22
15
  end
data/CHANGELOG.md CHANGED
@@ -1,4 +1,15 @@
1
- # v3.8.0
1
+ # v3.8.2
2
+
3
+ * 2024-01-09 [65d9f82](../../commit/65d9f82) - __(git2-railsc)__ Release 3.8.2
4
+ * 2023-11-27 [de6c686](../../commit/de6c686) - __(Mikhail Nelaev)__ chore: do not ignore gemfiles
5
+ * 2023-11-27 [e2df248](../../commit/e2df248) - __(Mikhail Nelaev)__ chore: use exists or exists? depending on redis version
6
+ * 2023-05-04 [fa65369](../../commit/fa65369) - __(Mikhail Nelaev)__ chore: drop old rubies
7
+ * 2023-11-24 [2380cf0](../../commit/2380cf0) - __(Mikhail Nelaev)__ fix: unlock unique jobs without args
8
+ https://jira.railsc.ru/browse/GOODS-2302
9
+
10
+ * 2021-08-20 [1b6b16a](../../commit/1b6b16a) - __(Andrew N. Shalaev)__ Release v3.8.1
11
+ * 2021-08-20 [557a16f](../../commit/557a16f) - __(Andrew N. Shalaev)__ Revert "fix: use Redis#exists? for get boolean value"
12
+ This reverts commit 03eab1866908ead61ad044e4f36fb5b943817d46.
2
13
 
3
14
  * 2021-08-19 [27ad006](../../commit/27ad006) - __(Andrew N. Shalaev)__ Release v3.8.0
4
15
  * 2021-08-19 [03eab18](../../commit/03eab18) - __(Andrew N. Shalaev)__ fix: use Redis#exists? for get boolean value
data/Gemfile CHANGED
@@ -3,4 +3,5 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in resque-integration.gemspec
4
4
  gemspec
5
5
 
6
+ gem 'loofah', '< 2.20.0', require: false
6
7
  gem 'pry', '< 0.13.0', require: false
data/Gemfile.lock ADDED
@@ -0,0 +1,229 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ resque-integration (3.8.2)
5
+ god (~> 0.13.4)
6
+ multi_json
7
+ rails (>= 3.0.0)
8
+ rake
9
+ resque (>= 1.25.2)
10
+ resque-failed-job-mailer (~> 0.0.3)
11
+ resque-meta (>= 2.0.0)
12
+ resque-multi-job-forks (~> 0.4.2)
13
+ resque-progress (~> 1.0.1)
14
+ resque-retry (~> 1.5)
15
+ resque-scheduler (~> 4.0)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actioncable (5.2.8.1)
21
+ actionpack (= 5.2.8.1)
22
+ nio4r (~> 2.0)
23
+ websocket-driver (>= 0.6.1)
24
+ actionmailer (5.2.8.1)
25
+ actionpack (= 5.2.8.1)
26
+ actionview (= 5.2.8.1)
27
+ activejob (= 5.2.8.1)
28
+ mail (~> 2.5, >= 2.5.4)
29
+ rails-dom-testing (~> 2.0)
30
+ actionpack (5.2.8.1)
31
+ actionview (= 5.2.8.1)
32
+ activesupport (= 5.2.8.1)
33
+ rack (~> 2.0, >= 2.0.8)
34
+ rack-test (>= 0.6.3)
35
+ rails-dom-testing (~> 2.0)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
+ actionview (5.2.8.1)
38
+ activesupport (= 5.2.8.1)
39
+ builder (~> 3.1)
40
+ erubi (~> 1.4)
41
+ rails-dom-testing (~> 2.0)
42
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
+ activejob (5.2.8.1)
44
+ activesupport (= 5.2.8.1)
45
+ globalid (>= 0.3.6)
46
+ activemodel (5.2.8.1)
47
+ activesupport (= 5.2.8.1)
48
+ activerecord (5.2.8.1)
49
+ activemodel (= 5.2.8.1)
50
+ activesupport (= 5.2.8.1)
51
+ arel (>= 9.0)
52
+ activestorage (5.2.8.1)
53
+ actionpack (= 5.2.8.1)
54
+ activerecord (= 5.2.8.1)
55
+ marcel (~> 1.0.0)
56
+ activesupport (5.2.8.1)
57
+ concurrent-ruby (~> 1.0, >= 1.0.2)
58
+ i18n (>= 0.7, < 2)
59
+ minitest (~> 5.1)
60
+ tzinfo (~> 1.1)
61
+ appraisal (2.5.0)
62
+ bundler
63
+ rake
64
+ thor (>= 0.14.0)
65
+ arel (9.0.0)
66
+ builder (3.2.4)
67
+ byebug (11.1.3)
68
+ coderay (1.1.3)
69
+ combustion (1.3.7)
70
+ activesupport (>= 3.0.0)
71
+ railties (>= 3.0.0)
72
+ thor (>= 0.14.6)
73
+ concurrent-ruby (1.2.2)
74
+ crass (1.0.6)
75
+ diff-lcs (1.5.0)
76
+ docile (1.3.5)
77
+ erubi (1.12.0)
78
+ et-orbi (1.2.7)
79
+ tzinfo
80
+ fugit (1.9.0)
81
+ et-orbi (~> 1, >= 1.2.7)
82
+ raabro (~> 1.4)
83
+ globalid (0.4.2)
84
+ activesupport (>= 4.2.0)
85
+ god (0.13.7)
86
+ i18n (1.14.1)
87
+ concurrent-ruby (~> 1.0)
88
+ json (2.7.1)
89
+ loofah (2.19.1)
90
+ crass (~> 1.0.2)
91
+ nokogiri (>= 1.5.9)
92
+ mail (2.7.1)
93
+ mini_mime (>= 0.1.1)
94
+ marcel (1.0.2)
95
+ method_source (0.9.2)
96
+ mini_mime (1.1.2)
97
+ mini_portile2 (2.4.0)
98
+ minitest (5.15.0)
99
+ mono_logger (1.1.2)
100
+ multi_json (1.15.0)
101
+ mustermann (2.0.2)
102
+ ruby2_keywords (~> 0.0.1)
103
+ nio4r (2.7.0)
104
+ nokogiri (1.10.10)
105
+ mini_portile2 (~> 2.4.0)
106
+ pry (0.12.2)
107
+ coderay (~> 1.1.0)
108
+ method_source (~> 0.9.0)
109
+ pry-byebug (3.8.0)
110
+ byebug (~> 11.0)
111
+ pry (~> 0.10)
112
+ raabro (1.4.0)
113
+ rack (2.2.8)
114
+ rack-protection (2.2.4)
115
+ rack
116
+ rack-test (2.1.0)
117
+ rack (>= 1.3)
118
+ rails (5.2.8.1)
119
+ actioncable (= 5.2.8.1)
120
+ actionmailer (= 5.2.8.1)
121
+ actionpack (= 5.2.8.1)
122
+ actionview (= 5.2.8.1)
123
+ activejob (= 5.2.8.1)
124
+ activemodel (= 5.2.8.1)
125
+ activerecord (= 5.2.8.1)
126
+ activestorage (= 5.2.8.1)
127
+ activesupport (= 5.2.8.1)
128
+ bundler (>= 1.3.0)
129
+ railties (= 5.2.8.1)
130
+ sprockets-rails (>= 2.0.0)
131
+ rails-dom-testing (2.1.1)
132
+ activesupport (>= 5.0.0)
133
+ minitest
134
+ nokogiri (>= 1.6)
135
+ rails-html-sanitizer (1.5.0)
136
+ loofah (~> 2.19, >= 2.19.1)
137
+ railties (5.2.8.1)
138
+ actionpack (= 5.2.8.1)
139
+ activesupport (= 5.2.8.1)
140
+ method_source
141
+ rake (>= 0.8.7)
142
+ thor (>= 0.19.0, < 2.0)
143
+ rake (13.1.0)
144
+ redis (4.8.1)
145
+ redis-namespace (1.11.0)
146
+ redis (>= 4)
147
+ resque (1.27.4)
148
+ mono_logger (~> 1.0)
149
+ multi_json (~> 1.0)
150
+ redis-namespace (~> 1.3)
151
+ sinatra (>= 0.9.2)
152
+ vegas (~> 0.1.2)
153
+ resque-failed-job-mailer (0.0.3)
154
+ resque-meta (2.0.1)
155
+ resque (~> 1.8)
156
+ resque-multi-job-forks (0.4.3)
157
+ json
158
+ resque (~> 1.22)
159
+ resque-progress (1.0.1)
160
+ resque (>= 1.8.0)
161
+ resque-meta (>= 1.0.0)
162
+ resque-retry (1.8.1)
163
+ resque (>= 1.25, < 3.0)
164
+ resque-scheduler (>= 4.0, < 6.0)
165
+ resque-scheduler (4.10.2)
166
+ mono_logger (~> 1.0)
167
+ redis (>= 3.3)
168
+ resque (>= 1.27)
169
+ rufus-scheduler (~> 3.2, != 3.3)
170
+ rspec (2.99.0)
171
+ rspec-core (~> 2.99.0)
172
+ rspec-expectations (~> 2.99.0)
173
+ rspec-mocks (~> 2.99.0)
174
+ rspec-core (2.99.2)
175
+ rspec-expectations (2.99.2)
176
+ diff-lcs (>= 1.1.3, < 2.0)
177
+ rspec-its (1.0.1)
178
+ rspec-core (>= 2.99.0.beta1)
179
+ rspec-expectations (>= 2.99.0.beta1)
180
+ rspec-mocks (2.99.4)
181
+ ruby2_keywords (0.0.5)
182
+ rufus-scheduler (3.9.1)
183
+ fugit (~> 1.1, >= 1.1.6)
184
+ simplecov (0.18.5)
185
+ docile (~> 1.1)
186
+ simplecov-html (~> 0.11)
187
+ simplecov-html (0.12.3)
188
+ sinatra (2.2.4)
189
+ mustermann (~> 2.0)
190
+ rack (~> 2.2)
191
+ rack-protection (= 2.2.4)
192
+ tilt (~> 2.0)
193
+ sprockets (3.7.2)
194
+ concurrent-ruby (~> 1.0)
195
+ rack (> 1, < 3)
196
+ sprockets-rails (3.2.2)
197
+ actionpack (>= 4.0)
198
+ activesupport (>= 4.0)
199
+ sprockets (>= 3.0.0)
200
+ thor (1.2.2)
201
+ thread_safe (0.3.6)
202
+ tilt (2.3.0)
203
+ timecop (0.9.8)
204
+ tzinfo (1.2.11)
205
+ thread_safe (~> 0.1)
206
+ vegas (0.1.11)
207
+ rack (>= 1.0.0)
208
+ websocket-driver (0.7.6)
209
+ websocket-extensions (>= 0.1.0)
210
+ websocket-extensions (0.1.5)
211
+
212
+ PLATFORMS
213
+ ruby
214
+
215
+ DEPENDENCIES
216
+ appraisal (>= 1.0.2)
217
+ bundler
218
+ combustion (>= 0.5.5)
219
+ loofah (< 2.20.0)
220
+ pry (< 0.13.0)
221
+ pry-byebug
222
+ resque-integration!
223
+ rspec (~> 2.14)
224
+ rspec-its
225
+ simplecov
226
+ timecop
227
+
228
+ BUNDLED WITH
229
+ 1.17.3
data/dip.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  version: '1'
2
2
 
3
3
  environment:
4
- DOCKER_RUBY_VERSION: 2.3
5
- RUBY_IMAGE_TAG: 2.3-latest
4
+ DOCKER_RUBY_VERSION: 2.4
5
+ RUBY_IMAGE_TAG: 2.4-latest
6
6
  REDIS_IMAGE_TAG: 4-alpine
7
7
  COMPOSE_FILE_EXT: development
8
8
  RAILS_ENV: test
@@ -40,6 +40,5 @@ interaction:
40
40
  provision:
41
41
  - docker volume create --name bundler_data
42
42
  - dip bundle config --local https://gems.railsc.ru/ ${APRESS_GEMS_CREDENTIALS}
43
- - dip clean
44
43
  - dip bundle install
45
44
  - dip appraisal install
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "loofah", "< 2.20.0", require: false
6
+ gem "pry", "< 0.13.0", require: false
7
+ gem "rails", "~> 4.2.9"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,213 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ resque-integration (3.8.2)
5
+ god (~> 0.13.4)
6
+ multi_json
7
+ rails (>= 3.0.0)
8
+ rake
9
+ resque (>= 1.25.2)
10
+ resque-failed-job-mailer (~> 0.0.3)
11
+ resque-meta (>= 2.0.0)
12
+ resque-multi-job-forks (~> 0.4.2)
13
+ resque-progress (~> 1.0.1)
14
+ resque-retry (~> 1.5)
15
+ resque-scheduler (~> 4.0)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actionmailer (4.2.11.3)
21
+ actionpack (= 4.2.11.3)
22
+ actionview (= 4.2.11.3)
23
+ activejob (= 4.2.11.3)
24
+ mail (~> 2.5, >= 2.5.4)
25
+ rails-dom-testing (~> 1.0, >= 1.0.5)
26
+ actionpack (4.2.11.3)
27
+ actionview (= 4.2.11.3)
28
+ activesupport (= 4.2.11.3)
29
+ rack (~> 1.6)
30
+ rack-test (~> 0.6.2)
31
+ rails-dom-testing (~> 1.0, >= 1.0.5)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
+ actionview (4.2.11.3)
34
+ activesupport (= 4.2.11.3)
35
+ builder (~> 3.1)
36
+ erubis (~> 2.7.0)
37
+ rails-dom-testing (~> 1.0, >= 1.0.5)
38
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
39
+ activejob (4.2.11.3)
40
+ activesupport (= 4.2.11.3)
41
+ globalid (>= 0.3.0)
42
+ activemodel (4.2.11.3)
43
+ activesupport (= 4.2.11.3)
44
+ builder (~> 3.1)
45
+ activerecord (4.2.11.3)
46
+ activemodel (= 4.2.11.3)
47
+ activesupport (= 4.2.11.3)
48
+ arel (~> 6.0)
49
+ activesupport (4.2.11.3)
50
+ i18n (~> 0.7)
51
+ minitest (~> 5.1)
52
+ thread_safe (~> 0.3, >= 0.3.4)
53
+ tzinfo (~> 1.1)
54
+ appraisal (2.5.0)
55
+ bundler
56
+ rake
57
+ thor (>= 0.14.0)
58
+ arel (6.0.4)
59
+ builder (3.2.4)
60
+ byebug (11.1.3)
61
+ coderay (1.1.3)
62
+ combustion (1.3.7)
63
+ activesupport (>= 3.0.0)
64
+ railties (>= 3.0.0)
65
+ thor (>= 0.14.6)
66
+ concurrent-ruby (1.2.2)
67
+ crass (1.0.6)
68
+ diff-lcs (1.5.0)
69
+ docile (1.3.5)
70
+ erubis (2.7.0)
71
+ et-orbi (1.2.7)
72
+ tzinfo
73
+ fugit (1.9.0)
74
+ et-orbi (~> 1, >= 1.2.7)
75
+ raabro (~> 1.4)
76
+ globalid (0.4.2)
77
+ activesupport (>= 4.2.0)
78
+ god (0.13.7)
79
+ i18n (0.9.5)
80
+ concurrent-ruby (~> 1.0)
81
+ json (2.7.1)
82
+ loofah (2.19.1)
83
+ crass (~> 1.0.2)
84
+ nokogiri (>= 1.5.9)
85
+ mail (2.7.1)
86
+ mini_mime (>= 0.1.1)
87
+ method_source (0.9.2)
88
+ mini_mime (1.1.2)
89
+ mini_portile2 (2.4.0)
90
+ minitest (5.15.0)
91
+ mono_logger (1.1.2)
92
+ multi_json (1.15.0)
93
+ nokogiri (1.10.10)
94
+ mini_portile2 (~> 2.4.0)
95
+ pry (0.12.2)
96
+ coderay (~> 1.1.0)
97
+ method_source (~> 0.9.0)
98
+ pry-byebug (3.8.0)
99
+ byebug (~> 11.0)
100
+ pry (~> 0.10)
101
+ raabro (1.4.0)
102
+ rack (1.6.13)
103
+ rack-protection (1.5.5)
104
+ rack
105
+ rack-test (0.6.3)
106
+ rack (>= 1.0)
107
+ rails (4.2.11.3)
108
+ actionmailer (= 4.2.11.3)
109
+ actionpack (= 4.2.11.3)
110
+ actionview (= 4.2.11.3)
111
+ activejob (= 4.2.11.3)
112
+ activemodel (= 4.2.11.3)
113
+ activerecord (= 4.2.11.3)
114
+ activesupport (= 4.2.11.3)
115
+ bundler (>= 1.3.0, < 2.0)
116
+ railties (= 4.2.11.3)
117
+ sprockets-rails
118
+ rails-deprecated_sanitizer (1.0.4)
119
+ activesupport (>= 4.2.0.alpha)
120
+ rails-dom-testing (1.0.9)
121
+ activesupport (>= 4.2.0, < 5.0)
122
+ nokogiri (~> 1.6)
123
+ rails-deprecated_sanitizer (>= 1.0.1)
124
+ rails-html-sanitizer (1.5.0)
125
+ loofah (~> 2.19, >= 2.19.1)
126
+ railties (4.2.11.3)
127
+ actionpack (= 4.2.11.3)
128
+ activesupport (= 4.2.11.3)
129
+ rake (>= 0.8.7)
130
+ thor (>= 0.18.1, < 2.0)
131
+ rake (13.1.0)
132
+ redis (4.8.1)
133
+ redis-namespace (1.11.0)
134
+ redis (>= 4)
135
+ resque (1.26.0)
136
+ mono_logger (~> 1.0)
137
+ multi_json (~> 1.0)
138
+ redis-namespace (~> 1.3)
139
+ sinatra (>= 0.9.2)
140
+ vegas (~> 0.1.2)
141
+ resque-failed-job-mailer (0.0.3)
142
+ resque-meta (2.0.1)
143
+ resque (~> 1.8)
144
+ resque-multi-job-forks (0.4.5)
145
+ json
146
+ resque (~> 1.26.0)
147
+ resque-progress (1.0.1)
148
+ resque (>= 1.8.0)
149
+ resque-meta (>= 1.0.0)
150
+ resque-retry (1.8.1)
151
+ resque (>= 1.25, < 3.0)
152
+ resque-scheduler (>= 4.0, < 6.0)
153
+ resque-scheduler (4.4.0)
154
+ mono_logger (~> 1.0)
155
+ redis (>= 3.3)
156
+ resque (>= 1.26)
157
+ rufus-scheduler (~> 3.2)
158
+ rspec (2.99.0)
159
+ rspec-core (~> 2.99.0)
160
+ rspec-expectations (~> 2.99.0)
161
+ rspec-mocks (~> 2.99.0)
162
+ rspec-core (2.99.2)
163
+ rspec-expectations (2.99.2)
164
+ diff-lcs (>= 1.1.3, < 2.0)
165
+ rspec-its (1.0.1)
166
+ rspec-core (>= 2.99.0.beta1)
167
+ rspec-expectations (>= 2.99.0.beta1)
168
+ rspec-mocks (2.99.4)
169
+ rufus-scheduler (3.9.1)
170
+ fugit (~> 1.1, >= 1.1.6)
171
+ simplecov (0.18.5)
172
+ docile (~> 1.1)
173
+ simplecov-html (~> 0.11)
174
+ simplecov-html (0.12.3)
175
+ sinatra (1.4.8)
176
+ rack (~> 1.5)
177
+ rack-protection (~> 1.4)
178
+ tilt (>= 1.3, < 3)
179
+ sprockets (3.7.2)
180
+ concurrent-ruby (~> 1.0)
181
+ rack (> 1, < 3)
182
+ sprockets-rails (3.2.2)
183
+ actionpack (>= 4.0)
184
+ activesupport (>= 4.0)
185
+ sprockets (>= 3.0.0)
186
+ thor (1.2.2)
187
+ thread_safe (0.3.6)
188
+ tilt (2.3.0)
189
+ timecop (0.9.8)
190
+ tzinfo (1.2.11)
191
+ thread_safe (~> 0.1)
192
+ vegas (0.1.11)
193
+ rack (>= 1.0.0)
194
+
195
+ PLATFORMS
196
+ ruby
197
+
198
+ DEPENDENCIES
199
+ appraisal (>= 1.0.2)
200
+ bundler
201
+ combustion (>= 0.5.5)
202
+ loofah (< 2.20.0)
203
+ pry (< 0.13.0)
204
+ pry-byebug
205
+ rails (~> 4.2.9)
206
+ resque-integration!
207
+ rspec (~> 2.14)
208
+ rspec-its
209
+ simplecov
210
+ timecop
211
+
212
+ BUNDLED WITH
213
+ 1.17.3
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "loofah", "< 2.20.0", require: false
6
+ gem "pry", "< 0.13.0", require: false
7
+ gem "rails", "~> 5.0.0"
8
+
9
+ gemspec path: "../"