vanity 3.0.0 → 3.0.1

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.
@@ -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,13 +7,14 @@ GIT
7
7
  PATH
8
8
  remote: ..
9
9
  specs:
10
- vanity (3.0.0)
10
+ vanity (3.0.1)
11
11
  i18n
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- RedCloth (4.3.2)
16
+ RedCloth (4.2.9)
17
+ RedCloth (4.2.9-java)
17
18
  actioncable (5.2.0)
18
19
  actionpack (= 5.2.0)
19
20
  nio4r (~> 2.0)
@@ -46,6 +47,8 @@ GEM
46
47
  activemodel (= 5.2.0)
47
48
  activesupport (= 5.2.0)
48
49
  arel (>= 9.0)
50
+ activerecord-jdbc-adapter (52.8-java)
51
+ activerecord (~> 5.2.0)
49
52
  activestorage (5.2.0)
50
53
  actionpack (= 5.2.0)
51
54
  activerecord (= 5.2.0)
@@ -64,6 +67,7 @@ GEM
64
67
  arel (9.0.0)
65
68
  blankslate (2.1.2.4)
66
69
  bson (4.3.0)
70
+ bson (4.3.0-java)
67
71
  builder (3.2.3)
68
72
  classifier-reborn (2.2.0)
69
73
  fast-stemmer (~> 1.0)
@@ -74,6 +78,7 @@ GEM
74
78
  coffee-script-source (1.11.1)
75
79
  colorator (0.1)
76
80
  concurrent-ruby (1.0.5)
81
+ concurrent-ruby (1.0.5-java)
77
82
  crack (0.4.3)
78
83
  safe_yaml (~> 1.0.0)
79
84
  crass (1.0.4)
@@ -84,7 +89,8 @@ GEM
84
89
  faraday (0.15.2)
85
90
  multipart-post (>= 1.2, < 3)
86
91
  fast-stemmer (1.0.2)
87
- ffi (1.9.25)
92
+ ffi (1.15.5)
93
+ ffi (1.15.5-java)
88
94
  garb (0.9.1)
89
95
  activesupport (>= 2.2.0)
90
96
  crack (>= 0.1.6)
@@ -94,6 +100,7 @@ GEM
94
100
  i18n (1.0.1)
95
101
  concurrent-ruby (~> 1.0)
96
102
  integration (0.1.0)
103
+ jdbc-sqlite3 (3.28.0)
97
104
  jekyll (2.5.3)
98
105
  classifier-reborn (~> 2.0)
99
106
  colorator (~> 0.1)
@@ -130,14 +137,16 @@ GEM
130
137
  nokogiri (>= 1.5.9)
131
138
  mail (2.7.0)
132
139
  mini_mime (>= 0.1.1)
133
- marcel (0.3.2)
140
+ marcel (0.3.3)
134
141
  mimemagic (~> 0.3.2)
135
142
  mercenary (0.3.6)
136
143
  metaclass (0.0.4)
137
144
  method_source (0.9.0)
138
- mimemagic (0.3.2)
145
+ mimemagic (0.3.10)
146
+ nokogiri (~> 1)
147
+ rake
139
148
  mini_mime (1.0.0)
140
- mini_portile2 (2.3.0)
149
+ mini_portile2 (2.6.1)
141
150
  minitest (5.11.3)
142
151
  mocha (1.6.0)
143
152
  metaclass (~> 0.0.1)
@@ -145,8 +154,12 @@ GEM
145
154
  bson (>= 4.3.0, < 5.0.0)
146
155
  multipart-post (2.0.0)
147
156
  nio4r (2.3.1)
148
- nokogiri (1.8.4)
149
- mini_portile2 (~> 2.3.0)
157
+ nio4r (2.3.1-java)
158
+ nokogiri (1.12.5)
159
+ mini_portile2 (~> 2.6.1)
160
+ racc (~> 1.4)
161
+ nokogiri (1.12.5-java)
162
+ racc (~> 1.4)
150
163
  octokit (4.9.0)
151
164
  sawyer (~> 0.8.0, >= 0.5.3)
152
165
  parslet (1.5.0)
@@ -160,10 +173,16 @@ GEM
160
173
  pry (0.11.3)
161
174
  coderay (~> 1.1.0)
162
175
  method_source (~> 0.9.0)
176
+ pry (0.11.3-java)
177
+ coderay (~> 1.1.0)
178
+ method_source (~> 0.9.0)
179
+ spoon (~> 0.0)
163
180
  public_suffix (3.0.2)
164
181
  pygments.rb (0.6.3)
165
182
  posix-spawn (~> 0.3.6)
166
183
  yajl-ruby (~> 1.2.0)
184
+ racc (1.6.0)
185
+ racc (1.6.0-java)
167
186
  rack (2.0.5)
168
187
  rack-test (1.1.0)
169
188
  rack (>= 1.0, < 3)
@@ -210,6 +229,8 @@ GEM
210
229
  sawyer (0.8.1)
211
230
  addressable (>= 2.3.5, < 2.6)
212
231
  faraday (~> 0.8, < 1.0)
232
+ spoon (0.0.6)
233
+ ffi
213
234
  sprockets (3.7.2)
214
235
  concurrent-ruby (~> 1.0)
215
236
  rack (> 1, < 3)
@@ -217,9 +238,10 @@ GEM
217
238
  actionpack (>= 4.0)
218
239
  activesupport (>= 4.0)
219
240
  sprockets (>= 3.0.0)
220
- sqlite3 (1.3.13)
241
+ sqlite3 (1.3.10)
221
242
  thor (0.20.0)
222
243
  thread_safe (0.3.6)
244
+ thread_safe (0.3.6-java)
223
245
  timecop (0.9.1)
224
246
  toml (0.1.2)
225
247
  parslet (~> 1.5.0)
@@ -231,17 +253,20 @@ GEM
231
253
  hashdiff
232
254
  websocket-driver (0.7.0)
233
255
  websocket-extensions (>= 0.1.0)
256
+ websocket-driver (0.7.0-java)
257
+ websocket-extensions (>= 0.1.0)
234
258
  websocket-extensions (0.1.3)
235
259
  yajl-ruby (1.2.3)
236
260
  yard (0.9.15)
237
261
 
238
262
  PLATFORMS
263
+ java
239
264
  ruby
240
265
 
241
266
  DEPENDENCIES
242
267
  RedCloth
243
268
  activerecord-jdbc-adapter
244
- appraisal (~> 2.0.0)
269
+ appraisal (~> 2.0)
245
270
  bundler (>= 1.8.0)
246
271
  fakefs
247
272
  fastthread!
@@ -267,4 +292,4 @@ DEPENDENCIES
267
292
  yard
268
293
 
269
294
  BUNDLED WITH
270
- 1.16.2
295
+ 1.17.2
@@ -0,0 +1,33 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rack"
6
+ gem "redis", ">= 3.2.1"
7
+ gem "redis-namespace", ">= 1.1.0"
8
+ gem "mongo", "~> 2.1"
9
+ gem "integration", "<= 0.1.0"
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.2.0"
14
+ gem "fastthread", platforms: :mri_20, git: "https://github.com/zoltankiss/fastthread.git"
15
+ gem "passenger", "~>3.0"
16
+
17
+ group :development do
18
+ gem "rake"
19
+ gem "RedCloth"
20
+ gem "yard"
21
+ end
22
+
23
+ platforms :ruby do
24
+ gem "sqlite3", "~> 1.3.10"
25
+ gem "jekyll", "~> 2.5.3"
26
+ end
27
+
28
+ platforms :jruby do
29
+ gem "activerecord-jdbc-adapter"
30
+ gem "jdbc-sqlite3"
31
+ end
32
+
33
+ gemspec development_group: :test, path: "../"
@@ -0,0 +1,293 @@
1
+ GIT
2
+ remote: https://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.1)
11
+ i18n
12
+
13
+ GEM
14
+ remote: https://rubygems.org/
15
+ specs:
16
+ RedCloth (4.2.9)
17
+ RedCloth (4.2.9-java)
18
+ actioncable (5.2.0)
19
+ actionpack (= 5.2.0)
20
+ nio4r (~> 2.0)
21
+ websocket-driver (>= 0.6.1)
22
+ actionmailer (5.2.0)
23
+ actionpack (= 5.2.0)
24
+ actionview (= 5.2.0)
25
+ activejob (= 5.2.0)
26
+ mail (~> 2.5, >= 2.5.4)
27
+ rails-dom-testing (~> 2.0)
28
+ actionpack (5.2.0)
29
+ actionview (= 5.2.0)
30
+ activesupport (= 5.2.0)
31
+ rack (~> 2.0)
32
+ rack-test (>= 0.6.3)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
35
+ actionview (5.2.0)
36
+ activesupport (= 5.2.0)
37
+ builder (~> 3.1)
38
+ erubi (~> 1.4)
39
+ rails-dom-testing (~> 2.0)
40
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
41
+ activejob (5.2.0)
42
+ activesupport (= 5.2.0)
43
+ globalid (>= 0.3.6)
44
+ activemodel (5.2.0)
45
+ activesupport (= 5.2.0)
46
+ activerecord (5.2.0)
47
+ activemodel (= 5.2.0)
48
+ activesupport (= 5.2.0)
49
+ arel (>= 9.0)
50
+ activerecord-jdbc-adapter (52.8-java)
51
+ activerecord (~> 5.2.0)
52
+ activestorage (5.2.0)
53
+ actionpack (= 5.2.0)
54
+ activerecord (= 5.2.0)
55
+ marcel (~> 0.3.1)
56
+ activesupport (5.2.0)
57
+ concurrent-ruby (~> 1.0, >= 1.0.2)
58
+ i18n (>= 0.7, < 2)
59
+ minitest (~> 5.1)
60
+ tzinfo (~> 1.1)
61
+ addressable (2.5.2)
62
+ public_suffix (>= 2.0.2, < 4.0)
63
+ appraisal (2.0.2)
64
+ bundler
65
+ rake
66
+ thor (>= 0.14.0)
67
+ arel (9.0.0)
68
+ blankslate (2.1.2.4)
69
+ bson (4.3.0)
70
+ bson (4.3.0-java)
71
+ builder (3.2.3)
72
+ classifier-reborn (2.2.0)
73
+ fast-stemmer (~> 1.0)
74
+ coderay (1.1.2)
75
+ coffee-script (2.4.1)
76
+ coffee-script-source
77
+ execjs
78
+ coffee-script-source (1.11.1)
79
+ colorator (0.1)
80
+ concurrent-ruby (1.0.5)
81
+ concurrent-ruby (1.0.5-java)
82
+ crack (0.4.3)
83
+ safe_yaml (~> 1.0.0)
84
+ crass (1.0.4)
85
+ daemon_controller (1.2.0)
86
+ erubi (1.7.1)
87
+ execjs (2.7.0)
88
+ fakefs (0.18.0)
89
+ faraday (0.15.2)
90
+ multipart-post (>= 1.2, < 3)
91
+ fast-stemmer (1.0.2)
92
+ ffi (1.15.5)
93
+ ffi (1.15.5-java)
94
+ garb (0.9.1)
95
+ activesupport (>= 2.2.0)
96
+ crack (>= 0.1.6)
97
+ globalid (0.4.1)
98
+ activesupport (>= 4.2.0)
99
+ hashdiff (0.3.7)
100
+ i18n (1.0.1)
101
+ concurrent-ruby (~> 1.0)
102
+ integration (0.1.0)
103
+ jdbc-sqlite3 (3.28.0)
104
+ jekyll (2.5.3)
105
+ classifier-reborn (~> 2.0)
106
+ colorator (~> 0.1)
107
+ jekyll-coffeescript (~> 1.0)
108
+ jekyll-gist (~> 1.0)
109
+ jekyll-paginate (~> 1.0)
110
+ jekyll-sass-converter (~> 1.0)
111
+ jekyll-watch (~> 1.1)
112
+ kramdown (~> 1.3)
113
+ liquid (~> 2.6.1)
114
+ mercenary (~> 0.3.3)
115
+ pygments.rb (~> 0.6.0)
116
+ redcarpet (~> 3.1)
117
+ safe_yaml (~> 1.0)
118
+ toml (~> 0.1.0)
119
+ jekyll-coffeescript (1.1.1)
120
+ coffee-script (~> 2.2)
121
+ coffee-script-source (~> 1.11.1)
122
+ jekyll-gist (1.5.0)
123
+ octokit (~> 4.2)
124
+ jekyll-paginate (1.1.0)
125
+ jekyll-sass-converter (1.5.2)
126
+ sass (~> 3.4)
127
+ jekyll-watch (1.5.1)
128
+ listen (~> 3.0)
129
+ kramdown (1.17.0)
130
+ liquid (2.6.3)
131
+ listen (3.1.5)
132
+ rb-fsevent (~> 0.9, >= 0.9.4)
133
+ rb-inotify (~> 0.9, >= 0.9.7)
134
+ ruby_dep (~> 1.2)
135
+ loofah (2.2.2)
136
+ crass (~> 1.0.2)
137
+ nokogiri (>= 1.5.9)
138
+ mail (2.7.0)
139
+ mini_mime (>= 0.1.1)
140
+ marcel (0.3.3)
141
+ mimemagic (~> 0.3.2)
142
+ mercenary (0.3.6)
143
+ method_source (0.9.0)
144
+ mimemagic (0.3.10)
145
+ nokogiri (~> 1)
146
+ rake
147
+ mini_mime (1.0.0)
148
+ mini_portile2 (2.6.1)
149
+ minitest (5.11.3)
150
+ mocha (1.13.0)
151
+ mongo (2.6.1)
152
+ bson (>= 4.3.0, < 5.0.0)
153
+ multipart-post (2.0.0)
154
+ nio4r (2.3.1)
155
+ nio4r (2.3.1-java)
156
+ nokogiri (1.12.5)
157
+ mini_portile2 (~> 2.6.1)
158
+ racc (~> 1.4)
159
+ nokogiri (1.12.5-java)
160
+ racc (~> 1.4)
161
+ octokit (4.9.0)
162
+ sawyer (~> 0.8.0, >= 0.5.3)
163
+ parslet (1.5.0)
164
+ blankslate (~> 2.0)
165
+ passenger (3.0.21)
166
+ daemon_controller (>= 1.0.0)
167
+ fastthread (>= 1.0.1)
168
+ rack
169
+ rake (>= 0.8.1)
170
+ posix-spawn (0.3.13)
171
+ pry (0.11.3)
172
+ coderay (~> 1.1.0)
173
+ method_source (~> 0.9.0)
174
+ pry (0.11.3-java)
175
+ coderay (~> 1.1.0)
176
+ method_source (~> 0.9.0)
177
+ spoon (~> 0.0)
178
+ public_suffix (3.0.2)
179
+ pygments.rb (0.6.3)
180
+ posix-spawn (~> 0.3.6)
181
+ yajl-ruby (~> 1.2.0)
182
+ racc (1.6.0)
183
+ racc (1.6.0-java)
184
+ rack (2.0.5)
185
+ rack-test (1.1.0)
186
+ rack (>= 1.0, < 3)
187
+ rails (5.2.0)
188
+ actioncable (= 5.2.0)
189
+ actionmailer (= 5.2.0)
190
+ actionpack (= 5.2.0)
191
+ actionview (= 5.2.0)
192
+ activejob (= 5.2.0)
193
+ activemodel (= 5.2.0)
194
+ activerecord (= 5.2.0)
195
+ activestorage (= 5.2.0)
196
+ activesupport (= 5.2.0)
197
+ bundler (>= 1.3.0)
198
+ railties (= 5.2.0)
199
+ sprockets-rails (>= 2.0.0)
200
+ rails-dom-testing (2.0.3)
201
+ activesupport (>= 4.2.0)
202
+ nokogiri (>= 1.6)
203
+ rails-html-sanitizer (1.0.4)
204
+ loofah (~> 2.2, >= 2.2.2)
205
+ railties (5.2.0)
206
+ actionpack (= 5.2.0)
207
+ activesupport (= 5.2.0)
208
+ method_source
209
+ rake (>= 0.8.7)
210
+ thor (>= 0.18.1, < 2.0)
211
+ rake (12.3.1)
212
+ rb-fsevent (0.10.3)
213
+ rb-inotify (0.9.10)
214
+ ffi (>= 0.5.0, < 2)
215
+ redcarpet (3.4.0)
216
+ redis (4.0.1)
217
+ redis-namespace (1.6.0)
218
+ redis (>= 3.0.4)
219
+ ruby_dep (1.5.0)
220
+ rubystats (0.3.0)
221
+ safe_yaml (1.0.4)
222
+ sass (3.5.7)
223
+ sass-listen (~> 4.0.0)
224
+ sass-listen (4.0.0)
225
+ rb-fsevent (~> 0.9, >= 0.9.4)
226
+ rb-inotify (~> 0.9, >= 0.9.7)
227
+ sawyer (0.8.1)
228
+ addressable (>= 2.3.5, < 2.6)
229
+ faraday (~> 0.8, < 1.0)
230
+ spoon (0.0.6)
231
+ ffi
232
+ sprockets (3.7.2)
233
+ concurrent-ruby (~> 1.0)
234
+ rack (> 1, < 3)
235
+ sprockets-rails (3.2.1)
236
+ actionpack (>= 4.0)
237
+ activesupport (>= 4.0)
238
+ sprockets (>= 3.0.0)
239
+ sqlite3 (1.3.10)
240
+ thor (0.20.0)
241
+ thread_safe (0.3.6)
242
+ thread_safe (0.3.6-java)
243
+ timecop (0.9.1)
244
+ toml (0.1.2)
245
+ parslet (~> 1.5.0)
246
+ tzinfo (1.2.5)
247
+ thread_safe (~> 0.1)
248
+ webmock (3.4.2)
249
+ addressable (>= 2.3.6)
250
+ crack (>= 0.3.2)
251
+ hashdiff
252
+ websocket-driver (0.7.0)
253
+ websocket-extensions (>= 0.1.0)
254
+ websocket-driver (0.7.0-java)
255
+ websocket-extensions (>= 0.1.0)
256
+ websocket-extensions (0.1.3)
257
+ yajl-ruby (1.2.3)
258
+ yard (0.9.15)
259
+
260
+ PLATFORMS
261
+ java
262
+ ruby
263
+
264
+ DEPENDENCIES
265
+ RedCloth
266
+ activerecord-jdbc-adapter
267
+ appraisal (~> 2.0)
268
+ bundler (>= 1.8.0)
269
+ fakefs
270
+ fastthread!
271
+ garb (< 0.9.2)
272
+ integration (<= 0.1.0)
273
+ jdbc-sqlite3
274
+ jekyll (~> 2.5.3)
275
+ minitest (>= 4.2)
276
+ mocha (~> 1.0)
277
+ mongo (~> 2.1)
278
+ passenger (~> 3.0)
279
+ pry
280
+ rack
281
+ rails (~> 5.2.0)
282
+ rake
283
+ redis (>= 3.2.1)
284
+ redis-namespace (>= 1.1.0)
285
+ rubystats (>= 0.2.5)
286
+ sqlite3 (~> 1.3.10)
287
+ timecop
288
+ vanity!
289
+ webmock
290
+ yard
291
+
292
+ BUNDLED WITH
293
+ 1.17.2
@@ -0,0 +1,33 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rack"
6
+ gem "redis", ">= 3.2.1"
7
+ gem "redis-namespace", ">= 1.1.0"
8
+ gem "mongo", "~> 2.1"
9
+ gem "integration", "<= 0.1.0"
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.2.0"
14
+ gem "fastthread", platforms: :mri_20, git: "https://github.com/zoltankiss/fastthread.git"
15
+ gem "passenger", "~>3.0"
16
+
17
+ group :development do
18
+ gem "rake"
19
+ gem "RedCloth"
20
+ gem "yard"
21
+ end
22
+
23
+ platforms :ruby do
24
+ gem "sqlite3", "~> 1.3.10"
25
+ gem "jekyll", "~> 2.5.3"
26
+ end
27
+
28
+ platforms :jruby do
29
+ gem "activerecord-jdbc-adapter"
30
+ gem "jdbc-sqlite3"
31
+ end
32
+
33
+ gemspec development_group: :test, path: "../"