vanity 2.2.10 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +8 -10
  3. data/Appraisals +9 -19
  4. data/CHANGELOG +7 -1
  5. data/Gemfile +1 -1
  6. data/Gemfile.lock +20 -12
  7. data/README.md +11 -13
  8. data/gemfiles/rails42.gemfile +2 -2
  9. data/gemfiles/rails42.gemfile.lock +89 -84
  10. data/gemfiles/rails42_protected_attributes.gemfile +2 -2
  11. data/gemfiles/rails42_protected_attributes.gemfile.lock +84 -79
  12. data/gemfiles/{rails41.gemfile → rails51.gemfile} +3 -3
  13. data/gemfiles/rails51.gemfile.lock +262 -0
  14. data/gemfiles/{rails5.gemfile → rails52.gemfile} +2 -2
  15. data/gemfiles/rails52.gemfile.lock +270 -0
  16. data/lib/generators/templates/{add_participants_unique_index_migration.rb → add_participants_unique_index_migration.rb.erb} +1 -1
  17. data/lib/generators/templates/{add_unique_indexes_migration.rb → add_unique_indexes_migration.rb.erb} +1 -1
  18. data/lib/generators/templates/{vanity_migration.rb → vanity_migration.rb.erb} +1 -1
  19. data/lib/generators/vanity/migration_generator.rb +34 -0
  20. data/lib/vanity/adapters/redis_adapter.rb +18 -18
  21. data/lib/vanity/version.rb +1 -1
  22. data/test/adapters/redis_adapter_test.rb +8 -12
  23. data/test/adapters/shared_tests.rb +7 -6
  24. data/test/commands/report_test.rb +13 -1
  25. data/test/configuration_test.rb +15 -2
  26. data/test/dummy/app/mailers/vanity_mailer.rb +3 -1
  27. data/test/dummy/config/routes.rb +17 -3
  28. data/test/experiment/ab_test.rb +3 -3
  29. data/test/frameworks/rails/action_controller_test.rb +12 -6
  30. data/test/frameworks/rails/action_mailer_test.rb +0 -1
  31. data/test/metric/active_record_test.rb +8 -2
  32. data/test/test_helper.rb +57 -10
  33. data/test/web/rails/dashboard_test.rb +19 -10
  34. data/vanity.gemspec +1 -1
  35. metadata +14 -19
  36. data/gemfiles/rails32.gemfile +0 -36
  37. data/gemfiles/rails32.gemfile.lock +0 -242
  38. data/gemfiles/rails41.gemfile.lock +0 -230
  39. data/gemfiles/rails5.gemfile.lock +0 -256
  40. data/lib/generators/vanity/add_participants_unique_index_generator.rb +0 -15
  41. data/lib/generators/vanity/add_unique_indexes_generator.rb +0 -15
  42. data/lib/generators/vanity_generator.rb +0 -15
@@ -3,7 +3,7 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rack"
6
- gem "redis", ">= 2.1"
6
+ gem "redis", "= 3.3.3"
7
7
  gem "redis-namespace", ">= 1.1.0"
8
8
  gem "mongo", "~> 2.1"
9
9
  gem "integration", "<= 0.1.0"
@@ -11,7 +11,7 @@ gem "rubystats", ">= 0.2.5"
11
11
  gem "garb", "< 0.9.2", :require => false
12
12
  gem "protected_attributes", "1.1.0"
13
13
  gem "mocha", "~> 1.0", :require => false
14
- gem "rails", "4.2.0"
14
+ gem "rails", "4.2.9"
15
15
  gem "fastthread", :git => "git://github.com/zoltankiss/fastthread.git", :platforms => :mri_20
16
16
  gem "passenger", "~>3.0"
17
17
 
@@ -5,9 +5,9 @@ GIT
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.0.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
82
  ffi (1.9.10)
83
+ ffi (1.9.10-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,29 @@ 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.3.0)
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.8.3)
138
+ mini_portile2 (~> 2.3.0)
139
+ nokogiri (1.8.3-java)
142
140
  parslet (1.5.0)
143
141
  blankslate (~> 2.0)
144
142
  passenger (3.0.21)
@@ -153,69 +151,76 @@ GEM
153
151
  coderay (~> 1.1.0)
154
152
  method_source (~> 0.8.1)
155
153
  slop (~> 3.4)
154
+ pry (0.10.3-java)
155
+ coderay (~> 1.1.0)
156
+ method_source (~> 0.8.1)
157
+ slop (~> 3.4)
158
+ spoon (~> 0.0)
156
159
  pygments.rb (0.6.3)
157
160
  posix-spawn (~> 0.3.6)
158
161
  yajl-ruby (~> 1.2.0)
159
- rack (1.6.4)
162
+ rack (1.6.10)
160
163
  rack-test (0.6.3)
161
164
  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)
165
+ rails (4.2.9)
166
+ actionmailer (= 4.2.9)
167
+ actionpack (= 4.2.9)
168
+ actionview (= 4.2.9)
169
+ activejob (= 4.2.9)
170
+ activemodel (= 4.2.9)
171
+ activerecord (= 4.2.9)
172
+ activesupport (= 4.2.9)
170
173
  bundler (>= 1.3.0, < 2.0)
171
- railties (= 4.2.0)
174
+ railties (= 4.2.9)
172
175
  sprockets-rails
173
176
  rails-deprecated_sanitizer (1.0.3)
174
177
  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)
178
+ rails-dom-testing (1.0.9)
179
+ activesupport (>= 4.2.0, < 5.0)
180
+ nokogiri (~> 1.6)
178
181
  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)
182
+ rails-html-sanitizer (1.0.4)
183
+ loofah (~> 2.2, >= 2.2.2)
184
+ railties (4.2.9)
185
+ actionpack (= 4.2.9)
186
+ activesupport (= 4.2.9)
184
187
  rake (>= 0.8.7)
185
188
  thor (>= 0.18.1, < 2.0)
186
- rake (10.4.2)
189
+ rake (12.3.1)
187
190
  rb-fsevent (0.9.7)
188
191
  rb-inotify (0.9.5)
189
192
  ffi (>= 0.5.0)
190
193
  redcarpet (3.2.3)
191
- redis (3.2.2)
192
- redis-namespace (1.5.2)
193
- redis (~> 3.0, >= 3.0.4)
194
+ redis (3.3.3)
195
+ redis-namespace (1.6.0)
196
+ redis (>= 3.0.4)
194
197
  rubystats (0.2.5)
195
198
  safe_yaml (1.0.4)
196
199
  sass (3.4.20)
197
200
  slop (3.6.0)
198
- sprockets (3.5.2)
201
+ spoon (0.0.6)
202
+ ffi
203
+ sprockets (3.7.2)
199
204
  concurrent-ruby (~> 1.0)
200
205
  rack (> 1, < 3)
201
- sprockets-rails (3.0.0)
206
+ sprockets-rails (3.2.1)
202
207
  actionpack (>= 4.0)
203
208
  activesupport (>= 4.0)
204
209
  sprockets (>= 3.0.0)
205
210
  sqlite3 (1.3.11)
206
- thor (0.19.1)
207
- thread_safe (0.3.4)
208
- thread_safe (0.3.4-java)
211
+ thor (0.20.0)
212
+ thread_safe (0.3.6)
213
+ thread_safe (0.3.6-java)
209
214
  timecop (0.8.0)
210
215
  toml (0.1.2)
211
216
  parslet (~> 1.5.0)
212
- tzinfo (1.2.2)
217
+ tzinfo (1.2.5)
213
218
  thread_safe (~> 0.1)
214
219
  webmock (1.22.5)
215
220
  addressable (< 2.4.0)
216
221
  crack (>= 0.3.2)
217
222
  hashdiff
218
- yajl-ruby (1.2.1)
223
+ yajl-ruby (1.2.2)
219
224
  yard (0.8.7.6)
220
225
 
221
226
  PLATFORMS
@@ -225,7 +230,7 @@ PLATFORMS
225
230
  DEPENDENCIES
226
231
  RedCloth
227
232
  activerecord-jdbc-adapter
228
- appraisal (~> 1.0.2)
233
+ appraisal (~> 2.0.0)
229
234
  bundler (>= 1.8.0)
230
235
  fakefs
231
236
  fastthread!
@@ -240,9 +245,9 @@ DEPENDENCIES
240
245
  protected_attributes (= 1.1.0)
241
246
  pry
242
247
  rack
243
- rails (= 4.2.0)
248
+ rails (= 4.2.9)
244
249
  rake
245
- redis (>= 2.1)
250
+ redis (= 3.3.3)
246
251
  redis-namespace (>= 1.1.0)
247
252
  rubystats (>= 0.2.5)
248
253
  sqlite3 (~> 1.3.10)
@@ -252,4 +257,4 @@ DEPENDENCIES
252
257
  yard
253
258
 
254
259
  BUNDLED WITH
255
- 1.13.0
260
+ 1.17.1
@@ -3,14 +3,14 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rack"
6
- gem "redis", ">= 2.1"
7
- gem "redis-namespace", ">= 1.1.0"
6
+ gem "redis", ">= 4.0.0"
7
+ gem "redis-namespace", ">= 1.6.0"
8
8
  gem "mongo", "~> 2.1"
9
9
  gem "integration", "<= 0.1.0"
10
10
  gem "rubystats", ">= 0.2.5"
11
11
  gem "garb", "< 0.9.2", :require => false
12
12
  gem "mocha", "~> 1.0", :require => false
13
- gem "rails", "4.1.9"
13
+ gem "rails", "~>5.1.0"
14
14
  gem "fastthread", :git => "git://github.com/zoltankiss/fastthread.git", :platforms => :mri_20
15
15
  gem "passenger", "~>3.0"
16
16
 
@@ -0,0 +1,262 @@
1
+ GIT
2
+ remote: git://github.com/zoltankiss/fastthread.git
3
+ revision: cefbca3009b9c68df5e473d840462ebcc7fa1504
4
+ specs:
5
+ fastthread (1.0.7)
6
+
7
+ PATH
8
+ remote: ..
9
+ specs:
10
+ vanity (3.0.0)
11
+ i18n
12
+
13
+ GEM
14
+ remote: https://rubygems.org/
15
+ specs:
16
+ RedCloth (4.3.2)
17
+ actioncable (5.1.6)
18
+ actionpack (= 5.1.6)
19
+ nio4r (~> 2.0)
20
+ websocket-driver (~> 0.6.1)
21
+ actionmailer (5.1.6)
22
+ actionpack (= 5.1.6)
23
+ actionview (= 5.1.6)
24
+ activejob (= 5.1.6)
25
+ mail (~> 2.5, >= 2.5.4)
26
+ rails-dom-testing (~> 2.0)
27
+ actionpack (5.1.6)
28
+ actionview (= 5.1.6)
29
+ activesupport (= 5.1.6)
30
+ rack (~> 2.0)
31
+ rack-test (>= 0.6.3)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
34
+ actionview (5.1.6)
35
+ activesupport (= 5.1.6)
36
+ builder (~> 3.1)
37
+ erubi (~> 1.4)
38
+ rails-dom-testing (~> 2.0)
39
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
40
+ activejob (5.1.6)
41
+ activesupport (= 5.1.6)
42
+ globalid (>= 0.3.6)
43
+ activemodel (5.1.6)
44
+ activesupport (= 5.1.6)
45
+ activerecord (5.1.6)
46
+ activemodel (= 5.1.6)
47
+ activesupport (= 5.1.6)
48
+ arel (~> 8.0)
49
+ activesupport (5.1.6)
50
+ concurrent-ruby (~> 1.0, >= 1.0.2)
51
+ i18n (>= 0.7, < 2)
52
+ minitest (~> 5.1)
53
+ tzinfo (~> 1.1)
54
+ addressable (2.5.2)
55
+ public_suffix (>= 2.0.2, < 4.0)
56
+ appraisal (2.0.2)
57
+ bundler
58
+ rake
59
+ thor (>= 0.14.0)
60
+ arel (8.0.0)
61
+ blankslate (2.1.2.4)
62
+ bson (4.3.0)
63
+ builder (3.2.3)
64
+ classifier-reborn (2.2.0)
65
+ fast-stemmer (~> 1.0)
66
+ coderay (1.1.2)
67
+ coffee-script (2.4.1)
68
+ coffee-script-source
69
+ execjs
70
+ coffee-script-source (1.11.1)
71
+ colorator (0.1)
72
+ concurrent-ruby (1.0.5)
73
+ crack (0.4.3)
74
+ safe_yaml (~> 1.0.0)
75
+ crass (1.0.4)
76
+ daemon_controller (1.2.0)
77
+ erubi (1.7.1)
78
+ execjs (2.7.0)
79
+ fakefs (0.18.0)
80
+ faraday (0.15.2)
81
+ multipart-post (>= 1.2, < 3)
82
+ fast-stemmer (1.0.2)
83
+ ffi (1.9.25)
84
+ garb (0.9.1)
85
+ activesupport (>= 2.2.0)
86
+ crack (>= 0.1.6)
87
+ globalid (0.4.1)
88
+ activesupport (>= 4.2.0)
89
+ hashdiff (0.3.7)
90
+ i18n (1.0.1)
91
+ concurrent-ruby (~> 1.0)
92
+ integration (0.1.0)
93
+ jekyll (2.5.3)
94
+ classifier-reborn (~> 2.0)
95
+ colorator (~> 0.1)
96
+ jekyll-coffeescript (~> 1.0)
97
+ jekyll-gist (~> 1.0)
98
+ jekyll-paginate (~> 1.0)
99
+ jekyll-sass-converter (~> 1.0)
100
+ jekyll-watch (~> 1.1)
101
+ kramdown (~> 1.3)
102
+ liquid (~> 2.6.1)
103
+ mercenary (~> 0.3.3)
104
+ pygments.rb (~> 0.6.0)
105
+ redcarpet (~> 3.1)
106
+ safe_yaml (~> 1.0)
107
+ toml (~> 0.1.0)
108
+ jekyll-coffeescript (1.1.1)
109
+ coffee-script (~> 2.2)
110
+ coffee-script-source (~> 1.11.1)
111
+ jekyll-gist (1.5.0)
112
+ octokit (~> 4.2)
113
+ jekyll-paginate (1.1.0)
114
+ jekyll-sass-converter (1.5.2)
115
+ sass (~> 3.4)
116
+ jekyll-watch (1.5.1)
117
+ listen (~> 3.0)
118
+ kramdown (1.17.0)
119
+ liquid (2.6.3)
120
+ listen (3.1.5)
121
+ rb-fsevent (~> 0.9, >= 0.9.4)
122
+ rb-inotify (~> 0.9, >= 0.9.7)
123
+ ruby_dep (~> 1.2)
124
+ loofah (2.2.2)
125
+ crass (~> 1.0.2)
126
+ nokogiri (>= 1.5.9)
127
+ mail (2.7.0)
128
+ mini_mime (>= 0.1.1)
129
+ mercenary (0.3.6)
130
+ metaclass (0.0.4)
131
+ method_source (0.9.0)
132
+ mini_mime (1.0.0)
133
+ mini_portile2 (2.3.0)
134
+ minitest (5.11.3)
135
+ mocha (1.7.0)
136
+ metaclass (~> 0.0.1)
137
+ mongo (2.6.1)
138
+ bson (>= 4.3.0, < 5.0.0)
139
+ multipart-post (2.0.0)
140
+ nio4r (2.3.1)
141
+ nokogiri (1.8.4)
142
+ mini_portile2 (~> 2.3.0)
143
+ octokit (4.9.0)
144
+ sawyer (~> 0.8.0, >= 0.5.3)
145
+ parslet (1.5.0)
146
+ blankslate (~> 2.0)
147
+ passenger (3.0.21)
148
+ daemon_controller (>= 1.0.0)
149
+ fastthread (>= 1.0.1)
150
+ rack
151
+ rake (>= 0.8.1)
152
+ posix-spawn (0.3.13)
153
+ pry (0.11.3)
154
+ coderay (~> 1.1.0)
155
+ method_source (~> 0.9.0)
156
+ public_suffix (3.0.2)
157
+ pygments.rb (0.6.3)
158
+ posix-spawn (~> 0.3.6)
159
+ yajl-ruby (~> 1.2.0)
160
+ rack (2.0.5)
161
+ rack-test (1.1.0)
162
+ rack (>= 1.0, < 3)
163
+ rails (5.1.6)
164
+ actioncable (= 5.1.6)
165
+ actionmailer (= 5.1.6)
166
+ actionpack (= 5.1.6)
167
+ actionview (= 5.1.6)
168
+ activejob (= 5.1.6)
169
+ activemodel (= 5.1.6)
170
+ activerecord (= 5.1.6)
171
+ activesupport (= 5.1.6)
172
+ bundler (>= 1.3.0)
173
+ railties (= 5.1.6)
174
+ sprockets-rails (>= 2.0.0)
175
+ rails-dom-testing (2.0.3)
176
+ activesupport (>= 4.2.0)
177
+ nokogiri (>= 1.6)
178
+ rails-html-sanitizer (1.0.4)
179
+ loofah (~> 2.2, >= 2.2.2)
180
+ railties (5.1.6)
181
+ actionpack (= 5.1.6)
182
+ activesupport (= 5.1.6)
183
+ method_source
184
+ rake (>= 0.8.7)
185
+ thor (>= 0.18.1, < 2.0)
186
+ rake (12.3.1)
187
+ rb-fsevent (0.10.3)
188
+ rb-inotify (0.9.10)
189
+ ffi (>= 0.5.0, < 2)
190
+ redcarpet (3.4.0)
191
+ redis (4.0.3)
192
+ redis-namespace (1.6.0)
193
+ redis (>= 3.0.4)
194
+ ruby_dep (1.5.0)
195
+ rubystats (0.3.0)
196
+ safe_yaml (1.0.4)
197
+ sass (3.5.7)
198
+ sass-listen (~> 4.0.0)
199
+ sass-listen (4.0.0)
200
+ rb-fsevent (~> 0.9, >= 0.9.4)
201
+ rb-inotify (~> 0.9, >= 0.9.7)
202
+ sawyer (0.8.1)
203
+ addressable (>= 2.3.5, < 2.6)
204
+ faraday (~> 0.8, < 1.0)
205
+ sprockets (3.7.2)
206
+ concurrent-ruby (~> 1.0)
207
+ rack (> 1, < 3)
208
+ sprockets-rails (3.2.1)
209
+ actionpack (>= 4.0)
210
+ activesupport (>= 4.0)
211
+ sprockets (>= 3.0.0)
212
+ sqlite3 (1.3.13)
213
+ thor (0.20.0)
214
+ thread_safe (0.3.6)
215
+ timecop (0.9.1)
216
+ toml (0.1.2)
217
+ parslet (~> 1.5.0)
218
+ tzinfo (1.2.5)
219
+ thread_safe (~> 0.1)
220
+ webmock (3.4.2)
221
+ addressable (>= 2.3.6)
222
+ crack (>= 0.3.2)
223
+ hashdiff
224
+ websocket-driver (0.6.5)
225
+ websocket-extensions (>= 0.1.0)
226
+ websocket-extensions (0.1.3)
227
+ yajl-ruby (1.2.3)
228
+ yard (0.9.15)
229
+
230
+ PLATFORMS
231
+ ruby
232
+
233
+ DEPENDENCIES
234
+ RedCloth
235
+ activerecord-jdbc-adapter
236
+ appraisal (~> 2.0.0)
237
+ bundler (>= 1.8.0)
238
+ fakefs
239
+ fastthread!
240
+ garb (< 0.9.2)
241
+ integration (<= 0.1.0)
242
+ jdbc-sqlite3
243
+ jekyll (~> 2.5.3)
244
+ minitest (>= 4.2)
245
+ mocha (~> 1.0)
246
+ mongo (~> 2.1)
247
+ passenger (~> 3.0)
248
+ pry
249
+ rack
250
+ rails (~> 5.1.0)
251
+ rake
252
+ redis (>= 3.2.1)
253
+ redis-namespace (>= 1.1.0)
254
+ rubystats (>= 0.2.5)
255
+ sqlite3 (~> 1.3.10)
256
+ timecop
257
+ vanity!
258
+ webmock
259
+ yard
260
+
261
+ BUNDLED WITH
262
+ 1.17.1