vanity 2.2.10 → 3.1.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.
Files changed (58) hide show
  1. checksums.yaml +5 -5
  2. data/.github/workflows/test.yml +55 -0
  3. data/Appraisals +24 -20
  4. data/CHANGELOG +19 -1
  5. data/Gemfile +2 -1
  6. data/Gemfile.lock +23 -15
  7. data/README.md +14 -16
  8. data/gemfiles/rails42.gemfile +6 -6
  9. data/gemfiles/rails42.gemfile.lock +95 -86
  10. data/gemfiles/rails42_protected_attributes.gemfile +6 -6
  11. data/gemfiles/rails42_protected_attributes.gemfile.lock +90 -81
  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 → add_participants_unique_index_migration.rb.erb} +1 -1
  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} +1 -1
  23. data/lib/generators/vanity/migration_generator.rb +34 -0
  24. data/lib/vanity/adapters/active_record_adapter.rb +1 -1
  25. data/lib/vanity/adapters/redis_adapter.rb +20 -20
  26. data/lib/vanity/commands/report.rb +4 -3
  27. data/lib/vanity/configuration.rb +4 -0
  28. data/lib/vanity/experiment/ab_test.rb +16 -11
  29. data/lib/vanity/frameworks/rails.rb +20 -9
  30. data/lib/vanity/locales/vanity.ru.yml +50 -0
  31. data/lib/vanity/templates/_experiment.erb +3 -3
  32. data/lib/vanity/templates/_experiments.erb +1 -1
  33. data/lib/vanity/templates/_metrics.erb +1 -1
  34. data/lib/vanity/templates/_report.erb +2 -2
  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 +43 -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/playground_test.rb +0 -1
  48. data/test/test_helper.rb +57 -10
  49. data/test/web/rails/dashboard_test.rb +19 -10
  50. data/vanity.gemspec +1 -1
  51. metadata +20 -21
  52. data/.travis.yml +0 -33
  53. data/gemfiles/rails32.gemfile.lock +0 -242
  54. data/gemfiles/rails41.gemfile.lock +0 -230
  55. data/gemfiles/rails5.gemfile.lock +0 -256
  56. data/lib/generators/vanity/add_participants_unique_index_generator.rb +0 -15
  57. data/lib/generators/vanity/add_unique_indexes_generator.rb +0 -15
  58. data/lib/generators/vanity_generator.rb +0 -15
@@ -1,13 +1,13 @@
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.10)
10
+ vanity (3.1.0)
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.13.0
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,13 +1,13 @@
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.10)
10
+ vanity (3.1.0)
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.8)
56
- appraisal (1.0.3)
55
+ appraisal (2.0.2)
57
56
  bundler
58
57
  rake
59
58
  thor (>= 0.14.0)
60
- arel (6.0.3)
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
  classifier-reborn (2.0.3)
66
65
  fast-stemmer (~> 1.0)
67
66
  coderay (1.1.1)
@@ -70,22 +69,26 @@ GEM
70
69
  execjs
71
70
  coffee-script-source (1.9.1)
72
71
  colorator (0.1)
73
- concurrent-ruby (1.0.0)
72
+ concurrent-ruby (1.0.5)
73
+ concurrent-ruby (1.0.5-java)
74
74
  crack (0.4.3)
75
75
  safe_yaml (~> 1.0.0)
76
+ crass (1.0.4)
76
77
  daemon_controller (1.2.0)
77
78
  erubis (2.7.0)
78
79
  execjs (2.5.2)
79
80
  fakefs (0.6.7)
80
81
  fast-stemmer (1.0.2)
81
- ffi (1.9.10)
82
+ ffi (1.15.5)
83
+ ffi (1.15.5-java)
82
84
  garb (0.9.1)
83
85
  activesupport (>= 2.2.0)
84
86
  crack (>= 0.1.6)
85
- globalid (0.3.6)
86
- activesupport (>= 4.1.0)
87
+ globalid (0.4.1)
88
+ activesupport (>= 4.2.0)
87
89
  hashdiff (0.2.3)
88
- i18n (0.7.0)
90
+ i18n (0.9.5)
91
+ concurrent-ruby (~> 1.0)
89
92
  integration (0.1.0)
90
93
  jdbc-sqlite3 (3.8.7)
91
94
  jekyll (2.5.3)
@@ -111,34 +114,31 @@ GEM
111
114
  sass (~> 3.4)
112
115
  jekyll-watch (1.3.0)
113
116
  listen (~> 3.0)
114
- json (1.8.2)
115
- json (1.8.2-java)
116
- json (1.8.3)
117
117
  kramdown (1.9.0)
118
118
  liquid (2.6.2)
119
119
  listen (3.0.5)
120
120
  rb-fsevent (>= 0.9.3)
121
121
  rb-inotify (>= 0.9)
122
- loofah (2.0.3)
122
+ loofah (2.2.2)
123
+ crass (~> 1.0.2)
123
124
  nokogiri (>= 1.5.9)
124
- mail (2.6.3)
125
- mime-types (>= 1.16, < 3)
125
+ mail (2.7.0)
126
+ mini_mime (>= 0.1.1)
126
127
  mercenary (0.3.5)
127
128
  metaclass (0.0.4)
128
129
  method_source (0.8.2)
129
- mime-types (2.99)
130
- mini_portile (0.6.2)
131
- mini_portile2 (2.0.0)
132
- minitest (5.8.3)
133
- 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)
134
134
  metaclass (~> 0.0.1)
135
135
  mongo (2.2.3)
136
136
  bson (~> 4.0)
137
- nokogiri (1.6.5)
138
- mini_portile (~> 0.6.0)
139
- nokogiri (1.6.5-java)
140
- nokogiri (1.6.7.1)
141
- 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)
142
142
  parslet (1.5.0)
143
143
  blankslate (~> 2.0)
144
144
  passenger (3.0.21)
@@ -153,69 +153,78 @@ GEM
153
153
  coderay (~> 1.1.0)
154
154
  method_source (~> 0.8.1)
155
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)
156
161
  pygments.rb (0.6.3)
157
162
  posix-spawn (~> 0.3.6)
158
163
  yajl-ruby (~> 1.2.0)
159
- rack (1.6.4)
164
+ racc (1.6.0)
165
+ racc (1.6.0-java)
166
+ rack (1.6.10)
160
167
  rack-test (0.6.3)
161
168
  rack (>= 1.0)
162
- rails (4.2.0)
163
- actionmailer (= 4.2.0)
164
- actionpack (= 4.2.0)
165
- actionview (= 4.2.0)
166
- activejob (= 4.2.0)
167
- activemodel (= 4.2.0)
168
- activerecord (= 4.2.0)
169
- 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)
170
177
  bundler (>= 1.3.0, < 2.0)
171
- railties (= 4.2.0)
178
+ railties (= 4.2.9)
172
179
  sprockets-rails
173
180
  rails-deprecated_sanitizer (1.0.3)
174
181
  activesupport (>= 4.2.0.alpha)
175
- rails-dom-testing (1.0.7)
176
- activesupport (>= 4.2.0.beta, < 5.0)
177
- nokogiri (~> 1.6.0)
182
+ rails-dom-testing (1.0.9)
183
+ activesupport (>= 4.2.0, < 5.0)
184
+ nokogiri (~> 1.6)
178
185
  rails-deprecated_sanitizer (>= 1.0.1)
179
- rails-html-sanitizer (1.0.2)
180
- loofah (~> 2.0)
181
- railties (4.2.0)
182
- actionpack (= 4.2.0)
183
- 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)
184
191
  rake (>= 0.8.7)
185
192
  thor (>= 0.18.1, < 2.0)
186
- rake (10.4.2)
193
+ rake (12.3.1)
187
194
  rb-fsevent (0.9.7)
188
195
  rb-inotify (0.9.5)
189
196
  ffi (>= 0.5.0)
190
197
  redcarpet (3.2.3)
191
- redis (3.2.2)
192
- redis-namespace (1.5.2)
193
- redis (~> 3.0, >= 3.0.4)
198
+ redis (3.3.3)
199
+ redis-namespace (1.6.0)
200
+ redis (>= 3.0.4)
194
201
  rubystats (0.2.5)
195
202
  safe_yaml (1.0.4)
196
203
  sass (3.4.20)
197
204
  slop (3.6.0)
198
- sprockets (3.5.2)
205
+ spoon (0.0.6)
206
+ ffi
207
+ sprockets (3.7.2)
199
208
  concurrent-ruby (~> 1.0)
200
209
  rack (> 1, < 3)
201
- sprockets-rails (3.0.0)
210
+ sprockets-rails (3.2.1)
202
211
  actionpack (>= 4.0)
203
212
  activesupport (>= 4.0)
204
213
  sprockets (>= 3.0.0)
205
214
  sqlite3 (1.3.11)
206
- thor (0.19.1)
207
- thread_safe (0.3.4)
208
- thread_safe (0.3.4-java)
215
+ thor (0.20.0)
216
+ thread_safe (0.3.6)
217
+ thread_safe (0.3.6-java)
209
218
  timecop (0.8.0)
210
219
  toml (0.1.2)
211
220
  parslet (~> 1.5.0)
212
- tzinfo (1.2.2)
221
+ tzinfo (1.2.5)
213
222
  thread_safe (~> 0.1)
214
223
  webmock (1.22.5)
215
224
  addressable (< 2.4.0)
216
225
  crack (>= 0.3.2)
217
226
  hashdiff
218
- yajl-ruby (1.2.1)
227
+ yajl-ruby (1.2.2)
219
228
  yard (0.8.7.6)
220
229
 
221
230
  PLATFORMS
@@ -225,7 +234,7 @@ PLATFORMS
225
234
  DEPENDENCIES
226
235
  RedCloth
227
236
  activerecord-jdbc-adapter
228
- appraisal (~> 1.0.2)
237
+ appraisal (~> 2.0)
229
238
  bundler (>= 1.8.0)
230
239
  fakefs
231
240
  fastthread!
@@ -240,9 +249,9 @@ DEPENDENCIES
240
249
  protected_attributes (= 1.1.0)
241
250
  pry
242
251
  rack
243
- rails (= 4.2.0)
252
+ rails (= 4.2.9)
244
253
  rake
245
- redis (>= 2.1)
254
+ redis (>= 3.2.1)
246
255
  redis-namespace (>= 1.1.0)
247
256
  rubystats (>= 0.2.5)
248
257
  sqlite3 (~> 1.3.10)
@@ -252,4 +261,4 @@ DEPENDENCIES
252
261
  yard
253
262
 
254
263
  BUNDLED WITH
255
- 1.13.0
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: "../"