vanity 2.2.9 → 3.0.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.
Files changed (56) hide show
  1. checksums.yaml +5 -5
  2. data/.github/workflows/test.yml +55 -0
  3. data/Appraisals +24 -20
  4. data/CHANGELOG +20 -1
  5. data/Gemfile +2 -1
  6. data/Gemfile.lock +24 -14
  7. data/README.md +14 -16
  8. data/gemfiles/rails42.gemfile +6 -6
  9. data/gemfiles/rails42.gemfile.lock +94 -85
  10. data/gemfiles/rails42_protected_attributes.gemfile +6 -6
  11. data/gemfiles/rails42_protected_attributes.gemfile.lock +96 -74
  12. data/gemfiles/{rails5.gemfile → rails51.gemfile} +6 -6
  13. data/gemfiles/rails51.gemfile.lock +285 -0
  14. data/gemfiles/{rails41.gemfile → rails52.gemfile} +6 -6
  15. data/gemfiles/rails52.gemfile.lock +295 -0
  16. data/gemfiles/{rails32.gemfile → rails60.gemfile} +6 -9
  17. data/gemfiles/rails60.gemfile.lock +293 -0
  18. data/gemfiles/rails61.gemfile +33 -0
  19. data/gemfiles/rails61.gemfile.lock +293 -0
  20. data/lib/generators/templates/add_participants_unique_index_migration.rb.erb +24 -0
  21. data/lib/generators/templates/{add_unique_indexes_migration.rb → add_unique_indexes_migration.rb.erb} +1 -1
  22. data/lib/generators/templates/{vanity_migration.rb → vanity_migration.rb.erb} +2 -2
  23. data/lib/generators/vanity/migration_generator.rb +34 -0
  24. data/lib/vanity/adapters/active_record_adapter.rb +15 -5
  25. data/lib/vanity/adapters/redis_adapter.rb +20 -20
  26. data/lib/vanity/commands/report.rb +4 -3
  27. data/lib/vanity/experiment/ab_test.rb +3 -2
  28. data/lib/vanity/frameworks/rails.rb +20 -9
  29. data/lib/vanity/locales/vanity.ru.yml +50 -0
  30. data/lib/vanity/templates/_experiment.erb +3 -3
  31. data/lib/vanity/templates/_experiments.erb +1 -1
  32. data/lib/vanity/templates/_metrics.erb +1 -1
  33. data/lib/vanity/templates/_report.erb +2 -2
  34. data/lib/vanity/templates/vanity.css +5 -5
  35. data/lib/vanity/version.rb +1 -1
  36. data/test/adapters/redis_adapter_test.rb +8 -12
  37. data/test/adapters/shared_tests.rb +7 -6
  38. data/test/commands/report_test.rb +13 -1
  39. data/test/configuration_test.rb +15 -2
  40. data/test/dummy/app/mailers/vanity_mailer.rb +3 -1
  41. data/test/dummy/config/initializers/secret_token.rb +5 -2
  42. data/test/dummy/config/routes.rb +17 -3
  43. data/test/experiment/ab_test.rb +3 -3
  44. data/test/frameworks/rails/action_controller_test.rb +12 -6
  45. data/test/frameworks/rails/action_mailer_test.rb +0 -1
  46. data/test/metric/active_record_test.rb +8 -2
  47. data/test/test_helper.rb +57 -10
  48. data/test/web/rails/dashboard_test.rb +19 -10
  49. data/vanity.gemspec +1 -1
  50. metadata +20 -19
  51. data/.travis.yml +0 -33
  52. data/gemfiles/rails32.gemfile.lock +0 -242
  53. data/gemfiles/rails41.gemfile.lock +0 -230
  54. data/gemfiles/rails5.gemfile.lock +0 -256
  55. data/lib/generators/vanity/add_unique_indexes_generator.rb +0 -15
  56. data/lib/generators/vanity_generator.rb +0 -15
@@ -1,5 +1,5 @@
1
1
  GIT
2
- remote: git://github.com/zoltankiss/fastthread.git
2
+ remote: https://github.com/zoltankiss/fastthread.git
3
3
  revision: cefbca3009b9c68df5e473d840462ebcc7fa1504
4
4
  specs:
5
5
  fastthread (1.0.7)
@@ -7,7 +7,7 @@ GIT
7
7
  PATH
8
8
  remote: ..
9
9
  specs:
10
- vanity (2.2.9)
10
+ vanity (3.0.2)
11
11
  i18n
12
12
 
13
13
  GEM
@@ -15,53 +15,52 @@ GEM
15
15
  specs:
16
16
  RedCloth (4.2.9)
17
17
  RedCloth (4.2.9-java)
18
- actionmailer (4.2.0)
19
- actionpack (= 4.2.0)
20
- actionview (= 4.2.0)
21
- activejob (= 4.2.0)
18
+ actionmailer (4.2.9)
19
+ actionpack (= 4.2.9)
20
+ actionview (= 4.2.9)
21
+ activejob (= 4.2.9)
22
22
  mail (~> 2.5, >= 2.5.4)
23
23
  rails-dom-testing (~> 1.0, >= 1.0.5)
24
- actionpack (4.2.0)
25
- actionview (= 4.2.0)
26
- activesupport (= 4.2.0)
27
- rack (~> 1.6.0)
24
+ actionpack (4.2.9)
25
+ actionview (= 4.2.9)
26
+ activesupport (= 4.2.9)
27
+ rack (~> 1.6)
28
28
  rack-test (~> 0.6.2)
29
29
  rails-dom-testing (~> 1.0, >= 1.0.5)
30
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
31
- actionview (4.2.0)
32
- activesupport (= 4.2.0)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
+ actionview (4.2.9)
32
+ activesupport (= 4.2.9)
33
33
  builder (~> 3.1)
34
34
  erubis (~> 2.7.0)
35
35
  rails-dom-testing (~> 1.0, >= 1.0.5)
36
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
37
- activejob (4.2.0)
38
- activesupport (= 4.2.0)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
37
+ activejob (4.2.9)
38
+ activesupport (= 4.2.9)
39
39
  globalid (>= 0.3.0)
40
- activemodel (4.2.0)
41
- activesupport (= 4.2.0)
40
+ activemodel (4.2.9)
41
+ activesupport (= 4.2.9)
42
42
  builder (~> 3.1)
43
- activerecord (4.2.0)
44
- activemodel (= 4.2.0)
45
- activesupport (= 4.2.0)
43
+ activerecord (4.2.9)
44
+ activemodel (= 4.2.9)
45
+ activesupport (= 4.2.9)
46
46
  arel (~> 6.0)
47
47
  activerecord-jdbc-adapter (1.3.15)
48
48
  activerecord (>= 2.2)
49
- activesupport (4.2.0)
49
+ activesupport (4.2.9)
50
50
  i18n (~> 0.7)
51
- json (~> 1.7, >= 1.7.7)
52
51
  minitest (~> 5.1)
53
52
  thread_safe (~> 0.3, >= 0.3.4)
54
53
  tzinfo (~> 1.1)
55
54
  addressable (2.3.6)
56
- appraisal (1.0.2)
55
+ appraisal (2.0.2)
57
56
  bundler
58
57
  rake
59
58
  thor (>= 0.14.0)
60
- arel (6.0.0)
59
+ arel (6.0.4)
61
60
  blankslate (2.1.2.4)
62
61
  bson (4.0.2)
63
62
  bson (4.0.2-java)
64
- builder (3.2.2)
63
+ builder (3.2.3)
65
64
  celluloid (0.16.0)
66
65
  timers (~> 4.0.0)
67
66
  classifier-reborn (2.0.3)
@@ -72,22 +71,26 @@ GEM
72
71
  execjs
73
72
  coffee-script-source (1.9.1)
74
73
  colorator (0.1)
74
+ concurrent-ruby (1.0.5)
75
+ concurrent-ruby (1.0.5-java)
75
76
  crack (0.4.2)
76
77
  safe_yaml (~> 1.0.0)
78
+ crass (1.0.4)
77
79
  daemon_controller (1.2.0)
78
80
  erubis (2.7.0)
79
81
  execjs (2.5.2)
80
82
  fakefs (0.6.7)
81
83
  fast-stemmer (1.0.2)
82
- ffi (1.9.8)
84
+ ffi (1.15.5)
85
+ ffi (1.15.5-java)
83
86
  garb (0.9.1)
84
87
  activesupport (>= 2.2.0)
85
88
  crack (>= 0.1.6)
86
- globalid (0.3.0)
87
- activesupport (>= 4.1.0)
88
- hike (1.2.3)
89
+ globalid (0.4.1)
90
+ activesupport (>= 4.2.0)
89
91
  hitimes (1.2.2)
90
- i18n (0.7.0)
92
+ i18n (0.9.5)
93
+ concurrent-ruby (~> 1.0)
91
94
  integration (0.1.0)
92
95
  jdbc-sqlite3 (3.8.7)
93
96
  jekyll (2.5.3)
@@ -113,32 +116,32 @@ GEM
113
116
  sass (~> 3.2)
114
117
  jekyll-watch (1.2.1)
115
118
  listen (~> 2.7)
116
- json (1.8.2)
117
- json (1.8.2-java)
118
119
  kramdown (1.6.0)
119
120
  liquid (2.6.2)
120
121
  listen (2.10.0)
121
122
  celluloid (~> 0.16.0)
122
123
  rb-fsevent (>= 0.9.3)
123
124
  rb-inotify (>= 0.9)
124
- loofah (2.0.1)
125
+ loofah (2.2.2)
126
+ crass (~> 1.0.2)
125
127
  nokogiri (>= 1.5.9)
126
- mail (2.6.3)
127
- mime-types (>= 1.16, < 3)
128
+ mail (2.7.0)
129
+ mini_mime (>= 0.1.1)
128
130
  mercenary (0.3.5)
129
131
  metaclass (0.0.4)
130
132
  method_source (0.8.2)
131
- mime-types (2.4.3)
132
- mini_portile (0.6.2)
133
- minitest (5.5.1)
134
- mocha (1.1.0)
133
+ mini_mime (1.0.0)
134
+ mini_portile2 (2.6.1)
135
+ minitest (5.11.3)
136
+ mocha (1.7.0)
135
137
  metaclass (~> 0.0.1)
136
138
  mongo (2.2.3)
137
139
  bson (~> 4.0)
138
- multi_json (1.10.1)
139
- nokogiri (1.6.5)
140
- mini_portile (~> 0.6.0)
141
- nokogiri (1.6.5-java)
140
+ nokogiri (1.12.5)
141
+ mini_portile2 (~> 2.6.1)
142
+ racc (~> 1.4)
143
+ nokogiri (1.12.5-java)
144
+ racc (~> 1.4)
142
145
  parslet (1.5.0)
143
146
  blankslate (~> 2.0)
144
147
  passenger (3.0.21)
@@ -151,73 +154,79 @@ GEM
151
154
  coderay (~> 1.1.0)
152
155
  method_source (~> 0.8.1)
153
156
  slop (~> 3.4)
157
+ pry (0.10.3-java)
158
+ coderay (~> 1.1.0)
159
+ method_source (~> 0.8.1)
160
+ slop (~> 3.4)
161
+ spoon (~> 0.0)
154
162
  pygments.rb (0.6.3)
155
163
  posix-spawn (~> 0.3.6)
156
164
  yajl-ruby (~> 1.2.0)
157
- rack (1.6.0)
165
+ racc (1.6.0)
166
+ racc (1.6.0-java)
167
+ rack (1.6.10)
158
168
  rack-test (0.6.3)
159
169
  rack (>= 1.0)
160
- rails (4.2.0)
161
- actionmailer (= 4.2.0)
162
- actionpack (= 4.2.0)
163
- actionview (= 4.2.0)
164
- activejob (= 4.2.0)
165
- activemodel (= 4.2.0)
166
- activerecord (= 4.2.0)
167
- activesupport (= 4.2.0)
170
+ rails (4.2.9)
171
+ actionmailer (= 4.2.9)
172
+ actionpack (= 4.2.9)
173
+ actionview (= 4.2.9)
174
+ activejob (= 4.2.9)
175
+ activemodel (= 4.2.9)
176
+ activerecord (= 4.2.9)
177
+ activesupport (= 4.2.9)
168
178
  bundler (>= 1.3.0, < 2.0)
169
- railties (= 4.2.0)
179
+ railties (= 4.2.9)
170
180
  sprockets-rails
171
181
  rails-deprecated_sanitizer (1.0.3)
172
182
  activesupport (>= 4.2.0.alpha)
173
- rails-dom-testing (1.0.5)
174
- activesupport (>= 4.2.0.beta, < 5.0)
175
- nokogiri (~> 1.6.0)
183
+ rails-dom-testing (1.0.9)
184
+ activesupport (>= 4.2.0, < 5.0)
185
+ nokogiri (~> 1.6)
176
186
  rails-deprecated_sanitizer (>= 1.0.1)
177
- rails-html-sanitizer (1.0.1)
178
- loofah (~> 2.0)
179
- railties (4.2.0)
180
- actionpack (= 4.2.0)
181
- activesupport (= 4.2.0)
187
+ rails-html-sanitizer (1.0.4)
188
+ loofah (~> 2.2, >= 2.2.2)
189
+ railties (4.2.9)
190
+ actionpack (= 4.2.9)
191
+ activesupport (= 4.2.9)
182
192
  rake (>= 0.8.7)
183
193
  thor (>= 0.18.1, < 2.0)
184
- rake (10.4.2)
194
+ rake (12.3.1)
185
195
  rb-fsevent (0.9.4)
186
196
  rb-inotify (0.9.5)
187
197
  ffi (>= 0.5.0)
188
198
  redcarpet (3.2.3)
189
- redis (3.2.0)
190
- redis-namespace (1.5.1)
191
- redis (~> 3.0, >= 3.0.4)
199
+ redis (3.3.3)
200
+ redis-namespace (1.6.0)
201
+ redis (>= 3.0.4)
192
202
  rubystats (0.2.5)
193
203
  safe_yaml (1.0.4)
194
204
  sass (3.4.13)
195
205
  slop (3.6.0)
196
- sprockets (2.12.3)
197
- hike (~> 1.2)
198
- multi_json (~> 1.0)
199
- rack (~> 1.0)
200
- tilt (~> 1.1, != 1.3.0)
201
- sprockets-rails (2.2.2)
202
- actionpack (>= 3.0)
203
- activesupport (>= 3.0)
204
- sprockets (>= 2.8, < 4.0)
206
+ spoon (0.0.6)
207
+ ffi
208
+ sprockets (3.7.2)
209
+ concurrent-ruby (~> 1.0)
210
+ rack (> 1, < 3)
211
+ sprockets-rails (3.2.1)
212
+ actionpack (>= 4.0)
213
+ activesupport (>= 4.0)
214
+ sprockets (>= 3.0.0)
205
215
  sqlite3 (1.3.10)
206
- thor (0.19.1)
207
- thread_safe (0.3.4)
208
- thread_safe (0.3.4-java)
209
- tilt (1.4.1)
216
+ thor (0.20.0)
217
+ thread_safe (0.3.6)
218
+ thread_safe (0.3.6-java)
210
219
  timecop (0.7.1)
211
220
  timers (4.0.1)
212
221
  hitimes
213
222
  toml (0.1.2)
214
223
  parslet (~> 1.5.0)
215
- tzinfo (1.2.2)
224
+ tzinfo (1.2.5)
216
225
  thread_safe (~> 0.1)
217
226
  webmock (1.20.4)
218
227
  addressable (>= 2.3.6)
219
228
  crack (>= 0.3.2)
220
- yajl-ruby (1.2.1)
229
+ yajl-ruby (1.2.2)
221
230
  yard (0.8.7.6)
222
231
 
223
232
  PLATFORMS
@@ -227,7 +236,7 @@ PLATFORMS
227
236
  DEPENDENCIES
228
237
  RedCloth
229
238
  activerecord-jdbc-adapter
230
- appraisal (~> 1.0.2)
239
+ appraisal (~> 2.0)
231
240
  bundler (>= 1.8.0)
232
241
  fakefs
233
242
  fastthread!
@@ -241,9 +250,9 @@ DEPENDENCIES
241
250
  passenger (~> 3.0)
242
251
  pry
243
252
  rack
244
- rails (= 4.2.0)
253
+ rails (= 4.2.9)
245
254
  rake
246
- redis (>= 2.1)
255
+ redis (>= 3.2.1)
247
256
  redis-namespace (>= 1.1.0)
248
257
  rubystats (>= 0.2.5)
249
258
  sqlite3 (~> 1.3.10)
@@ -253,4 +262,4 @@ DEPENDENCIES
253
262
  yard
254
263
 
255
264
  BUNDLED WITH
256
- 1.11.2
265
+ 1.17.2
@@ -3,16 +3,16 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rack"
6
- gem "redis", ">= 2.1"
6
+ gem "redis", ">= 3.2.1"
7
7
  gem "redis-namespace", ">= 1.1.0"
8
8
  gem "mongo", "~> 2.1"
9
9
  gem "integration", "<= 0.1.0"
10
10
  gem "rubystats", ">= 0.2.5"
11
- gem "garb", "< 0.9.2", :require => false
11
+ gem "garb", "< 0.9.2", require: false
12
12
  gem "protected_attributes", "1.1.0"
13
- gem "mocha", "~> 1.0", :require => false
14
- gem "rails", "4.2.0"
15
- gem "fastthread", :git => "git://github.com/zoltankiss/fastthread.git", :platforms => :mri_20
13
+ gem "mocha", "~> 1.0", require: false
14
+ gem "rails", "4.2.9"
15
+ gem "fastthread", platforms: :mri_20, git: "https://github.com/zoltankiss/fastthread.git"
16
16
  gem "passenger", "~>3.0"
17
17
 
18
18
  group :development do
@@ -31,4 +31,4 @@ platforms :jruby do
31
31
  gem "jdbc-sqlite3"
32
32
  end
33
33
 
34
- gemspec :development_group => :test, :path => "../"
34
+ gemspec development_group: :test, path: "../"
@@ -1,63 +1,66 @@
1
1
  GIT
2
- remote: git://github.com/zoltankiss/fastthread.git
2
+ remote: https://github.com/zoltankiss/fastthread.git
3
3
  revision: cefbca3009b9c68df5e473d840462ebcc7fa1504
4
4
  specs:
5
5
  fastthread (1.0.7)
6
6
 
7
7
  PATH
8
- remote: ../
8
+ remote: ..
9
9
  specs:
10
- vanity (2.2.9)
10
+ vanity (3.0.2)
11
11
  i18n
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
16
  RedCloth (4.2.9)
17
- actionmailer (4.2.0)
18
- actionpack (= 4.2.0)
19
- actionview (= 4.2.0)
20
- activejob (= 4.2.0)
17
+ RedCloth (4.2.9-java)
18
+ actionmailer (4.2.9)
19
+ actionpack (= 4.2.9)
20
+ actionview (= 4.2.9)
21
+ activejob (= 4.2.9)
21
22
  mail (~> 2.5, >= 2.5.4)
22
23
  rails-dom-testing (~> 1.0, >= 1.0.5)
23
- actionpack (4.2.0)
24
- actionview (= 4.2.0)
25
- activesupport (= 4.2.0)
26
- rack (~> 1.6.0)
24
+ actionpack (4.2.9)
25
+ actionview (= 4.2.9)
26
+ activesupport (= 4.2.9)
27
+ rack (~> 1.6)
27
28
  rack-test (~> 0.6.2)
28
29
  rails-dom-testing (~> 1.0, >= 1.0.5)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
30
- actionview (4.2.0)
31
- activesupport (= 4.2.0)
30
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
+ actionview (4.2.9)
32
+ activesupport (= 4.2.9)
32
33
  builder (~> 3.1)
33
34
  erubis (~> 2.7.0)
34
35
  rails-dom-testing (~> 1.0, >= 1.0.5)
35
- rails-html-sanitizer (~> 1.0, >= 1.0.1)
36
- activejob (4.2.0)
37
- activesupport (= 4.2.0)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
37
+ activejob (4.2.9)
38
+ activesupport (= 4.2.9)
38
39
  globalid (>= 0.3.0)
39
- activemodel (4.2.0)
40
- activesupport (= 4.2.0)
40
+ activemodel (4.2.9)
41
+ activesupport (= 4.2.9)
41
42
  builder (~> 3.1)
42
- activerecord (4.2.0)
43
- activemodel (= 4.2.0)
44
- activesupport (= 4.2.0)
43
+ activerecord (4.2.9)
44
+ activemodel (= 4.2.9)
45
+ activesupport (= 4.2.9)
45
46
  arel (~> 6.0)
46
- activesupport (4.2.0)
47
+ activerecord-jdbc-adapter (1.3.15)
48
+ activerecord (>= 2.2)
49
+ activesupport (4.2.9)
47
50
  i18n (~> 0.7)
48
- json (~> 1.7, >= 1.7.7)
49
51
  minitest (~> 5.1)
50
52
  thread_safe (~> 0.3, >= 0.3.4)
51
53
  tzinfo (~> 1.1)
52
54
  addressable (2.3.8)
53
- appraisal (1.0.3)
55
+ appraisal (2.0.2)
54
56
  bundler
55
57
  rake
56
58
  thor (>= 0.14.0)
57
- arel (6.0.3)
59
+ arel (6.0.4)
58
60
  blankslate (2.1.2.4)
59
61
  bson (4.0.2)
60
- builder (3.2.2)
62
+ bson (4.0.2-java)
63
+ builder (3.2.3)
61
64
  classifier-reborn (2.0.3)
62
65
  fast-stemmer (~> 1.0)
63
66
  coderay (1.1.1)
@@ -66,23 +69,28 @@ GEM
66
69
  execjs
67
70
  coffee-script-source (1.9.1)
68
71
  colorator (0.1)
69
- concurrent-ruby (1.0.0)
72
+ concurrent-ruby (1.0.5)
73
+ concurrent-ruby (1.0.5-java)
70
74
  crack (0.4.3)
71
75
  safe_yaml (~> 1.0.0)
76
+ crass (1.0.4)
72
77
  daemon_controller (1.2.0)
73
78
  erubis (2.7.0)
74
79
  execjs (2.5.2)
75
80
  fakefs (0.6.7)
76
81
  fast-stemmer (1.0.2)
77
- ffi (1.9.10)
82
+ ffi (1.15.5)
83
+ ffi (1.15.5-java)
78
84
  garb (0.9.1)
79
85
  activesupport (>= 2.2.0)
80
86
  crack (>= 0.1.6)
81
- globalid (0.3.6)
82
- activesupport (>= 4.1.0)
87
+ globalid (0.4.1)
88
+ activesupport (>= 4.2.0)
83
89
  hashdiff (0.2.3)
84
- i18n (0.7.0)
90
+ i18n (0.9.5)
91
+ concurrent-ruby (~> 1.0)
85
92
  integration (0.1.0)
93
+ jdbc-sqlite3 (3.8.7)
86
94
  jekyll (2.5.3)
87
95
  classifier-reborn (~> 2.0)
88
96
  colorator (~> 0.1)
@@ -106,28 +114,31 @@ GEM
106
114
  sass (~> 3.4)
107
115
  jekyll-watch (1.3.0)
108
116
  listen (~> 3.0)
109
- json (1.8.3)
110
117
  kramdown (1.9.0)
111
118
  liquid (2.6.2)
112
119
  listen (3.0.5)
113
120
  rb-fsevent (>= 0.9.3)
114
121
  rb-inotify (>= 0.9)
115
- loofah (2.0.3)
122
+ loofah (2.2.2)
123
+ crass (~> 1.0.2)
116
124
  nokogiri (>= 1.5.9)
117
- mail (2.6.3)
118
- mime-types (>= 1.16, < 3)
125
+ mail (2.7.0)
126
+ mini_mime (>= 0.1.1)
119
127
  mercenary (0.3.5)
120
128
  metaclass (0.0.4)
121
129
  method_source (0.8.2)
122
- mime-types (2.99)
123
- mini_portile2 (2.0.0)
124
- minitest (5.8.3)
125
- mocha (1.1.0)
130
+ mini_mime (1.0.0)
131
+ mini_portile2 (2.6.1)
132
+ minitest (5.11.3)
133
+ mocha (1.7.0)
126
134
  metaclass (~> 0.0.1)
127
135
  mongo (2.2.3)
128
136
  bson (~> 4.0)
129
- nokogiri (1.6.7.1)
130
- mini_portile2 (~> 2.0.0.rc2)
137
+ nokogiri (1.12.5)
138
+ mini_portile2 (~> 2.6.1)
139
+ racc (~> 1.4)
140
+ nokogiri (1.12.5-java)
141
+ racc (~> 1.4)
131
142
  parslet (1.5.0)
132
143
  blankslate (~> 2.0)
133
144
  passenger (3.0.21)
@@ -142,77 +153,88 @@ GEM
142
153
  coderay (~> 1.1.0)
143
154
  method_source (~> 0.8.1)
144
155
  slop (~> 3.4)
156
+ pry (0.10.3-java)
157
+ coderay (~> 1.1.0)
158
+ method_source (~> 0.8.1)
159
+ slop (~> 3.4)
160
+ spoon (~> 0.0)
145
161
  pygments.rb (0.6.3)
146
162
  posix-spawn (~> 0.3.6)
147
163
  yajl-ruby (~> 1.2.0)
148
- rack (1.6.4)
164
+ racc (1.6.0)
165
+ racc (1.6.0-java)
166
+ rack (1.6.10)
149
167
  rack-test (0.6.3)
150
168
  rack (>= 1.0)
151
- rails (4.2.0)
152
- actionmailer (= 4.2.0)
153
- actionpack (= 4.2.0)
154
- actionview (= 4.2.0)
155
- activejob (= 4.2.0)
156
- activemodel (= 4.2.0)
157
- activerecord (= 4.2.0)
158
- activesupport (= 4.2.0)
169
+ rails (4.2.9)
170
+ actionmailer (= 4.2.9)
171
+ actionpack (= 4.2.9)
172
+ actionview (= 4.2.9)
173
+ activejob (= 4.2.9)
174
+ activemodel (= 4.2.9)
175
+ activerecord (= 4.2.9)
176
+ activesupport (= 4.2.9)
159
177
  bundler (>= 1.3.0, < 2.0)
160
- railties (= 4.2.0)
178
+ railties (= 4.2.9)
161
179
  sprockets-rails
162
180
  rails-deprecated_sanitizer (1.0.3)
163
181
  activesupport (>= 4.2.0.alpha)
164
- rails-dom-testing (1.0.7)
165
- activesupport (>= 4.2.0.beta, < 5.0)
166
- nokogiri (~> 1.6.0)
182
+ rails-dom-testing (1.0.9)
183
+ activesupport (>= 4.2.0, < 5.0)
184
+ nokogiri (~> 1.6)
167
185
  rails-deprecated_sanitizer (>= 1.0.1)
168
- rails-html-sanitizer (1.0.2)
169
- loofah (~> 2.0)
170
- railties (4.2.0)
171
- actionpack (= 4.2.0)
172
- activesupport (= 4.2.0)
186
+ rails-html-sanitizer (1.0.4)
187
+ loofah (~> 2.2, >= 2.2.2)
188
+ railties (4.2.9)
189
+ actionpack (= 4.2.9)
190
+ activesupport (= 4.2.9)
173
191
  rake (>= 0.8.7)
174
192
  thor (>= 0.18.1, < 2.0)
175
- rake (10.4.2)
193
+ rake (12.3.1)
176
194
  rb-fsevent (0.9.7)
177
195
  rb-inotify (0.9.5)
178
196
  ffi (>= 0.5.0)
179
197
  redcarpet (3.2.3)
180
- redis (3.2.2)
181
- redis-namespace (1.5.2)
182
- redis (~> 3.0, >= 3.0.4)
198
+ redis (3.3.3)
199
+ redis-namespace (1.6.0)
200
+ redis (>= 3.0.4)
183
201
  rubystats (0.2.5)
184
202
  safe_yaml (1.0.4)
185
203
  sass (3.4.20)
186
204
  slop (3.6.0)
187
- sprockets (3.5.2)
205
+ spoon (0.0.6)
206
+ ffi
207
+ sprockets (3.7.2)
188
208
  concurrent-ruby (~> 1.0)
189
209
  rack (> 1, < 3)
190
- sprockets-rails (3.0.0)
210
+ sprockets-rails (3.2.1)
191
211
  actionpack (>= 4.0)
192
212
  activesupport (>= 4.0)
193
213
  sprockets (>= 3.0.0)
194
214
  sqlite3 (1.3.11)
195
- thor (0.19.1)
196
- thread_safe (0.3.5)
215
+ thor (0.20.0)
216
+ thread_safe (0.3.6)
217
+ thread_safe (0.3.6-java)
197
218
  timecop (0.8.0)
198
219
  toml (0.1.2)
199
220
  parslet (~> 1.5.0)
200
- tzinfo (1.2.2)
221
+ tzinfo (1.2.5)
201
222
  thread_safe (~> 0.1)
202
223
  webmock (1.22.5)
203
224
  addressable (< 2.4.0)
204
225
  crack (>= 0.3.2)
205
226
  hashdiff
206
- yajl-ruby (1.2.1)
227
+ yajl-ruby (1.2.2)
207
228
  yard (0.8.7.6)
208
229
 
209
230
  PLATFORMS
231
+ java
210
232
  ruby
211
233
 
212
234
  DEPENDENCIES
213
235
  RedCloth
214
236
  activerecord-jdbc-adapter
215
- appraisal (~> 1.0.2)
237
+ appraisal (~> 2.0)
216
238
  bundler (>= 1.8.0)
217
239
  fakefs
218
240
  fastthread!
@@ -227,9 +249,9 @@ DEPENDENCIES
227
249
  protected_attributes (= 1.1.0)
228
250
  pry
229
251
  rack
230
- rails (= 4.2.0)
252
+ rails (= 4.2.9)
231
253
  rake
232
- redis (>= 2.1)
254
+ redis (>= 3.2.1)
233
255
  redis-namespace (>= 1.1.0)
234
256
  rubystats (>= 0.2.5)
235
257
  sqlite3 (~> 1.3.10)
@@ -239,4 +261,4 @@ DEPENDENCIES
239
261
  yard
240
262
 
241
263
  BUNDLED WITH
242
- 1.11.2
264
+ 1.17.2
@@ -3,15 +3,15 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rack"
6
- gem "redis", ">= 2.1"
6
+ gem "redis", ">= 3.2.1"
7
7
  gem "redis-namespace", ">= 1.1.0"
8
8
  gem "mongo", "~> 2.1"
9
9
  gem "integration", "<= 0.1.0"
10
10
  gem "rubystats", ">= 0.2.5"
11
- gem "garb", "< 0.9.2", :require => false
12
- gem "mocha", "~> 1.0", :require => false
13
- gem "rails", "5.0.0"
14
- gem "fastthread", :git => "git://github.com/zoltankiss/fastthread.git", :platforms => :mri_20
11
+ gem "garb", "< 0.9.2", require: false
12
+ gem "mocha", "~> 1.0", require: false
13
+ gem "rails", "~>5.1.0"
14
+ gem "fastthread", platforms: :mri_20, git: "https://github.com/zoltankiss/fastthread.git"
15
15
  gem "passenger", "~>3.0"
16
16
 
17
17
  group :development do
@@ -30,4 +30,4 @@ platforms :jruby do
30
30
  gem "jdbc-sqlite3"
31
31
  end
32
32
 
33
- gemspec :development_group => :test, :path => "../"
33
+ gemspec development_group: :test, path: "../"