forked from rikai/Showbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
365 lines (362 loc) · 8.02 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.16)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.8)
autoparse (0.3.3)
addressable (>= 2.3.1)
extlib (>= 0.9.15)
multi_json (>= 1.0.0)
backports (3.6.5)
backup (3.4.0)
open4 (~> 1.3.0)
thor (>= 0.15.4, < 2)
bcrypt (3.1.10)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
binding.repl (3.0.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bond (0.5.1)
buftok (0.2.0)
builder (3.2.2)
cd (1.0.1)
chronic (0.10.2)
chronic_duration (0.10.6)
numerizer (~> 0.1.1)
cinch (2.2.6)
cinch-identify (1.7.0)
cinch (~> 2.0)
cinchize (0.4.2)
cinch (>= 2.0.1)
daemons
clipboard (1.0.6)
code (0.9.0)
coderay (~> 1.1)
method_source (~> 0.8, >= 0.8.2)
coderay (1.1.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
daemons (1.2.3)
data_mapper (1.2.0)
dm-aggregates (~> 1.2.0)
dm-constraints (~> 1.2.0)
dm-core (~> 1.2.0)
dm-migrations (~> 1.2.0)
dm-serializer (~> 1.2.0)
dm-timestamps (~> 1.2.0)
dm-transactions (~> 1.2.0)
dm-types (~> 1.2.0)
dm-validations (~> 1.2.0)
data_objects (0.10.16)
addressable (~> 2.1)
debug_inspector (0.0.2)
debugging (1.1.0)
binding.repl (~> 3.0)
paint (>= 0.9, < 2.0)
did_you_mean (0.9.10)
interception
diff-lcs (1.2.5)
dm-aggregates (1.2.0)
dm-core (~> 1.2.0)
dm-constraints (1.2.0)
dm-core (~> 1.2.0)
dm-core (1.2.1)
addressable (~> 2.3)
dm-do-adapter (1.2.0)
data_objects (~> 0.10.6)
dm-core (~> 1.2.0)
dm-is-counter_cacheable (0.1.1)
dm-core (~> 1.0)
dm-migrations (1.2.0)
dm-core (~> 1.2.0)
dm-mysql-adapter (1.2.0)
dm-do-adapter (~> 1.2.0)
do_mysql (~> 0.10.6)
dm-serializer (1.2.2)
dm-core (~> 1.2.0)
fastercsv (~> 1.5)
json (~> 1.6)
json_pure (~> 1.6)
multi_json (~> 1.0)
dm-sqlite-adapter (1.2.0)
dm-do-adapter (~> 1.2.0)
do_sqlite3 (~> 0.10.6)
dm-timestamps (1.2.0)
dm-core (~> 1.2.0)
dm-transactions (1.2.0)
dm-core (~> 1.2.0)
dm-types (1.2.2)
bcrypt-ruby (~> 3.0)
dm-core (~> 1.2.0)
fastercsv (~> 1.5)
json (~> 1.6)
multi_json (~> 1.0)
stringex (~> 1.4)
uuidtools (~> 2.1)
dm-validations (1.2.0)
dm-core (~> 1.2.0)
do_mysql (0.10.16)
data_objects (= 0.10.16)
do_sqlite3 (0.10.16)
data_objects (= 0.10.16)
dotenv (2.0.2)
eat (0.1.8)
httpclient
equalizer (0.0.11)
eventmachine (1.0.7)
every_day_irb (2.0.0)
cd (~> 1.0)
excon (0.17.0)
execjs (2.5.2)
extlib (0.9.16)
fancy_irb (1.0.0)
paint (>= 0.9, < 2.0)
unicode-display_width (>= 0.2.0)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
fastercsv (1.5.5)
ffi (1.9.10)
fog (1.9.0)
builder
excon (~> 0.14)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0)
net-scp (~> 1.0.4)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5.0)
ruby-hmac
foreman (0.78.0)
thor (~> 0.19.1)
formatador (0.2.5)
google-api-client (0.8.6)
activesupport (>= 3.2)
addressable (~> 2.3)
autoparse (~> 0.3)
extlib (~> 0.9)
faraday (~> 0.9)
googleauth (~> 0.3)
launchy (~> 2.4)
multi_json (~> 1.10)
retriable (~> 1.4)
signet (~> 0.6)
googleauth (0.4.1)
faraday (~> 0.9)
jwt (~> 1.4)
logging (~> 2.0)
memoist (~> 0.12)
multi_json (= 1.11)
signet (~> 0.6)
haml (4.0.6)
tilt
hirb (0.7.3)
htmlentities (4.3.4)
http (0.6.4)
http_parser.rb (~> 0.6.0)
http_parser.rb (0.6.0)
httpclient (2.6.0.1)
i18n (0.7.0)
instance (0.2.0)
interactive_editor (0.0.10)
spoon (>= 0.0.1)
interception (0.5)
irbtools (2.0.1)
binding.repl (~> 3.0)
clipboard (~> 1.0, >= 1.0.6)
code (~> 0.9)
coderay (~> 1.1)
debugging (~> 1.1)
every_day_irb (~> 2.0)
fancy_irb (~> 1.0)
hirb (~> 0.7, >= 0.7.3)
instance (~> 0.2)
interactive_editor (~> 0.0, >= 0.0.10)
method_locator (~> 0.0, >= 0.0.4)
methodfinder (~> 2.0)
ori (~> 0.1.0)
os (~> 0.9)
paint (>= 0.9, < 2.0)
ruby_engine (~> 1.0)
ruby_info (~> 1.0)
ruby_version (~> 1.0)
wirb (~> 2.0)
irbtools-more (2.0.0)
binding_of_caller (~> 0.7)
bond (~> 0.5)
did_you_mean (~> 0.9, >= 0.9.6)
irbtools (~> 2.0)
looksee (~> 3.1)
json (1.8.3)
json_pure (1.8.2)
jwt (1.5.1)
launchy (2.4.3)
addressable (~> 2.3)
libv8 (3.16.14.11)
little-plugger (1.1.3)
logging (2.0.0)
little-plugger (~> 1.1)
multi_json (~> 1.10)
looksee (3.1.0)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
memoist (0.12.0)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
method_locator (0.0.4)
method_source (0.8.2)
methodfinder (2.0.0)
mime-types (1.25.1)
multi_json (1.11.0)
multipart-post (2.0.0)
naught (1.0.0)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.5.2)
nokogiri (1.5.11)
numerizer (0.1.1)
open4 (1.3.4)
ori (0.1.0)
os (0.9.6)
paint (1.0.0)
polyglot (0.3.5)
rack (1.6.4)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (10.4.2)
rb-fsevent (0.9.5)
ref (2.0.0)
retriable (1.4.1)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
rspec-core (3.3.2)
rspec-support (~> 3.3.0)
rspec-expectations (3.3.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-mocks (3.3.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
ruby-hmac (0.4.0)
ruby_engine (1.0.1)
ruby_info (1.0.1)
ruby_version (1.0.1)
sass (3.4.16)
signet (0.6.1)
addressable (~> 2.3)
extlib (~> 0.9)
faraday (~> 0.9)
jwt (~> 1.5)
multi_json (~> 1.10)
simple_oauth (0.3.1)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-contrib (1.4.6)
backports (>= 2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
sinatra-reloader (1.0)
sinatra-contrib
spoon (0.0.4)
ffi
stopwords (0.2)
stringex (1.5.1)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
twitter (5.14.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
equalizer (~> 0.0.9)
faraday (~> 0.9.0)
http (~> 0.6.0)
http_parser.rb (~> 0.6.0)
json (~> 1.8)
memoizable (~> 0.4.0)
naught (~> 1.0)
simple_oauth (~> 0.3.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo-data (1.2015.5)
tzinfo (>= 1.0.0)
unicode-display_width (0.2.0)
uuidtools (2.1.5)
whenever (0.9.4)
chronic (>= 0.6.3)
wirb (2.0.0)
paint (>= 0.9, < 2.0)
PLATFORMS
ruby
DEPENDENCIES
activesupport (<= 3.2.16)
backup
chronic
chronic_duration
cinch
cinch-identify
cinchize
coffee-script
data_mapper
dm-aggregates
dm-core
dm-is-counter_cacheable
dm-migrations
dm-mysql-adapter
dm-sqlite-adapter
dm-timestamps
dm-types
dm-validations
dotenv
eat
excon (~> 0.17.0)
execjs
fog (~> 1.9.0)
foreman
google-api-client
haml
htmlentities
i18n
irbtools-more
mail (~> 2.5.0)
net-ssh (>= 2.3.0, <= 2.5.2)
rack-test
rake
rb-fsevent
rspec
sass
sinatra
sinatra-reloader
stopwords (= 0.2)
therubyracer
thin
twitter
tzinfo
tzinfo-data
whenever
BUNDLED WITH
1.10.3