Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Gemfile.lock - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b37172b506aaf47064579efb9ae3fed8a8524f8 (plain)
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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
GIT
  remote: git://github.com/Empact/roxml.git
  revision: 7ea9a9ffd2338aaef5b04cb792060ae8c98f346a
  ref: 7ea9a9ffd2338aaef5b0
  specs:
    roxml (3.1.6)
      activesupport (>= 2.3.0)
      nokogiri (>= 1.3.3)

GIT
  remote: git://github.com/MikeSofaer/sod.git
  revision: e7fb74b412ec9dcd6b18f29c2accca6375cacdcf
  specs:
    sod (0.0.1)
      net-scp

GIT
  remote: git://github.com/MikeSofaer/vanna.git
  revision: 334eec220dbfddcc6bd3108e6e6c77fec8484dc4
  specs:
    vanna (0.1.1)
      json
      rails (>= 3.0.0)

GIT
  remote: git://github.com/diaspora/acts-as-taggable-on.git
  revision: c3592fe1a906f6ff1cd12766c5cf1152c51eec40
  specs:
    acts-as-taggable-on (2.0.6)
      rails (>= 3.0)

GIT
  remote: git://github.com/diaspora/diaspora-client.git
  revision: 0c06eaefd3a9de9f4284564ac7fd8398aa1012a7
  specs:
    diaspora-client (0.1.2)
      activerecord
      faraday
      jwt (>= 0.1.3)
      oauth2 (= 0.5.0)
      sinatra

GIT
  remote: git://github.com/iain/http_accept_language.git
  revision: 0b78aa7849fc90cf9e12586af162fa4c408a795d
  ref: 0b78aa7849fc90cf9e12
  specs:
    http_accept_language (1.0.1)

GEM
  remote: http://rubygems.org/
  specs:
    POpen4 (0.1.4)
      Platform (>= 0.4.0)
      open4
    Platform (0.4.0)
    SystemTimer (1.2.3)
    abstract (1.0.0)
    actionmailer (3.0.11)
      actionpack (= 3.0.11)
      mail (~> 2.2.19)
    actionpack (3.0.11)
      activemodel (= 3.0.11)
      activesupport (= 3.0.11)
      builder (~> 2.1.2)
      erubis (~> 2.6.6)
      i18n (~> 0.5.0)
      rack (~> 1.2.1)
      rack-mount (~> 0.6.14)
      rack-test (~> 0.5.7)
      tzinfo (~> 0.3.23)
    activemodel (3.0.11)
      activesupport (= 3.0.11)
      builder (~> 2.1.2)
      i18n (~> 0.5.0)
    activerecord (3.0.11)
      activemodel (= 3.0.11)
      activesupport (= 3.0.11)
      arel (~> 2.0.10)
      tzinfo (~> 0.3.23)
    activerecord-import (0.2.8)
      activerecord (~> 3.0pre)
      activerecord (~> 3.0pre)
    activeresource (3.0.11)
      activemodel (= 3.0.11)
      activesupport (= 3.0.11)
    activesupport (3.0.11)
    addressable (2.2.4)
    archive-tar-minitar (0.5.2)
    arel (2.0.10)
    bcrypt-ruby (2.1.4)
    builder (2.1.2)
    bunny (0.7.8)
    capistrano (2.9.0)
      highline
      net-scp (>= 1.0.0)
      net-sftp (>= 2.0.0)
      net-ssh (>= 2.0.14)
      net-ssh-gateway (>= 1.1.0)
    capistrano-ext (1.2.1)
      capistrano (>= 1.0.0)
    capistrano_colors (0.5.5)
    capybara (1.1.2)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      selenium-webdriver (~> 2.0)
      xpath (~> 0.1.4)
    carrierwave (0.5.8)
      activesupport (~> 3.0)
    cgi_multipart_eof_fix (2.5.0)
    chef (0.10.4)
      bunny (>= 0.6.0)
      erubis
      highline
      json (>= 1.4.4, <= 1.5.2)
      mixlib-authentication (>= 1.1.0)
      mixlib-cli (>= 1.1.0)
      mixlib-config (>= 1.1.2)
      mixlib-log (>= 1.3.0)
      moneta
      net-ssh (~> 2.1.3)
      net-ssh-multi (~> 1.1.0)
      ohai (>= 0.6.0)
      rest-client (>= 1.0.4, < 1.7.0)
      treetop (~> 1.4.9)
      uuidtools
    childprocess (0.2.3)
      ffi (~> 1.0.6)
    client_side_validations (3.1.3)
    cloudfiles (1.4.10)
      mime-types (>= 1.16)
    columnize (0.3.5)
    crack (0.3.1)
    cucumber (1.1.3)
      builder (>= 2.1.2)
      diff-lcs (>= 1.1.2)
      gherkin (~> 2.6.7)
      json (>= 1.4.6)
      term-ansicolor (>= 1.0.6)
    cucumber-api-steps (0.6)
      cucumber (>= 0.8.3)
      jsonpath (>= 0.1.2)
    cucumber-rails (1.2.1)
      capybara (>= 1.1.2)
      cucumber (>= 1.1.3)
      nokogiri (>= 1.5.0)
    daemons (1.1.4)
    database_cleaner (0.7.0)
    devise (1.3.4)
      bcrypt-ruby (~> 2.1.2)
      orm_adapter (~> 0.0.3)
      warden (~> 1.0.3)
    devise_invitable (0.5.0)
      devise (~> 1.3.1)
      rails (>= 3.0.0, <= 3.2)
    diff-lcs (1.1.3)
    em-synchrony (0.2.0)
      eventmachine (>= 0.12.9)
    em-websocket (0.3.5)
      addressable (>= 2.1.1)
      eventmachine (>= 0.12.9)
    erubis (2.6.6)
      abstract (>= 1.0.0)
    eventmachine (0.12.10)
    excon (0.7.12)
    factory_girl (2.3.2)
      activesupport
    factory_girl_rails (1.4.0)
      factory_girl (~> 2.3.0)
      railties (>= 3.0.0)
    faraday (0.7.0)
      addressable (~> 2.2.4)
      multipart-post (~> 1.1.0)
      rack (>= 1.1.0, < 2)
    faraday-stack (0.1.3)
      faraday (~> 0.6)
    fastercsv (1.5.4)
    fastthread (1.0.7)
    ffi (1.0.11)
    fixture_builder (0.3.1)
      activerecord (>= 2)
      activesupport (>= 2)
    fog (1.1.1)
      builder
      excon (~> 0.7.4)
      formatador (~> 0.2.0)
      mime-types
      multi_json (~> 1.0.3)
      net-scp (~> 1.0.4)
      net-ssh (>= 2.1.3)
      nokogiri (~> 1.5.0)
      ruby-hmac
    foreigner (1.1.1)
      activerecord (>= 3.0.0)
    foreman (0.27.0)
      term-ansicolor (~> 1.0.5)
      thor (>= 0.13.6)
    formatador (0.2.1)
    fuubar (0.0.6)
      rspec (~> 2.0)
      rspec-instafail (~> 0.1.8)
      ruby-progressbar (~> 0.0.10)
    gem_plugin (0.2.3)
    gherkin (2.6.9)
      json (>= 1.4.6)
    haml (3.1.4)
    hashie (1.2.0)
    highline (1.6.8)
    hoptoad_notifier (2.4.11)
      activesupport
      builder
    i18n (0.5.0)
    i18n-inflector (2.6.3)
      i18n (>= 0.4.1)
    i18n-inflector-rails (1.0.6)
      actionpack (~> 3.0)
      i18n-inflector (~> 2.6)
      railties (~> 3.0)
    jammit (0.6.5)
      yui-compressor (>= 0.9.3)
    jasmine (1.1.2)
      jasmine-core (>= 1.1.0)
      rack (>= 1.1)
      rspec (>= 1.3.1)
      selenium-webdriver (>= 0.1.3)
    jasmine-core (1.1.0)
    json (1.5.2)
    jsonpath (0.4.2)
      multi_json
    jwt (0.1.3)
      json (>= 1.2.4)
    linecache (0.46)
      rbx-require-relative (> 0.0.4)
    linecache19 (0.5.12)
      ruby_core_source (>= 0.1.4)
    mail (2.2.19)
      activesupport (>= 2.3.6)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    messagebus_ruby_api (0.4.8)
    mime-types (1.17.2)
    mini_magick (3.3)
      subexec (~> 0.1.0)
    mixlib-authentication (1.1.4)
      mixlib-log
    mixlib-cli (1.2.2)
    mixlib-config (1.1.2)
    mixlib-log (1.3.0)
    mobile-fu (0.2.1)
      rack-mobile-detect
      rails
    mock_redis (0.2.0)
    moneta (0.6.0)
    mongrel (1.1.5)
      cgi_multipart_eof_fix (>= 2.4)
      daemons (>= 1.0.3)
      fastthread (>= 1.0.1)
      gem_plugin (>= 0.2.3)
    multi_json (1.0.4)
    multipart-post (1.1.4)
    mysql2 (0.2.17)
    net-scp (1.0.4)
      net-ssh (>= 1.99.1)
    net-sftp (2.0.5)
      net-ssh (>= 2.0.9)
    net-ssh (2.1.4)
    net-ssh-gateway (1.1.0)
      net-ssh (>= 1.99.1)
    net-ssh-multi (1.1)
      net-ssh (>= 2.1.4)
      net-ssh-gateway (>= 0.99.0)
    newrelic_rpm (3.3.0)
    nokogiri (1.5.0)
    oauth (0.4.5)
    oauth2 (0.5.0)
      faraday (>= 0.6.1, < 0.8)
      multi_json (~> 1.0.0)
    oauth2-provider (0.0.19)
      activesupport (~> 3.0)
      addressable (~> 2.2)
    ohai (0.6.10)
      mixlib-cli
      mixlib-config
      mixlib-log
      systemu (~> 2.2.0)
      yajl-ruby
    omniauth (1.0.1)
      hashie (~> 1.2)
      rack
    omniauth-facebook (1.0.0)
      omniauth-oauth2 (~> 1.0.0)
    omniauth-oauth (1.0.0)
      oauth
      omniauth (~> 1.0)
    omniauth-oauth2 (1.0.0)
      oauth2 (~> 0.5.0)
      omniauth (~> 1.0)
    omniauth-tumblr (1.0)
      omniauth-oauth (~> 1.0)
    omniauth-twitter (0.0.7)
      omniauth-oauth (~> 1.0)
    open4 (1.3.0)
    orm_adapter (0.0.5)
    parallel (0.5.11)
    parallel_tests (0.6.11)
      parallel
    pg (0.11.0)
    polyglot (0.3.3)
    rack (1.2.4)
    rack-mobile-detect (0.3.0)
      rack
    rack-mount (0.6.14)
      rack (>= 1.0.0)
    rack-test (0.5.7)
      rack (>= 1.0)
    rails (3.0.11)
      actionmailer (= 3.0.11)
      actionpack (= 3.0.11)
      activerecord (= 3.0.11)
      activeresource (= 3.0.11)
      activesupport (= 3.0.11)
      bundler (~> 1.0)
      railties (= 3.0.11)
    rails-i18n (0.2.0)
      i18n (~> 0.5)
    railties (3.0.11)
      actionpack (= 3.0.11)
      activesupport (= 3.0.11)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (~> 0.14.4)
    rake (0.9.2.2)
    rbx-require-relative (0.0.5)
    rdoc (3.11)
      json (~> 1.4)
    redcarpet (2.0.0)
    redis (2.2.2)
    redis-namespace (1.0.3)
      redis (< 3.0.0)
    resque (1.19.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.0.2)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
    resque-ensure-connected (0.2.0)
      activerecord (>= 2.3.5)
      resque (>= 1.10.0)
    resque-timeout (1.0.0)
      resque (~> 1.0)
    rest-client (1.6.1)
      mime-types (>= 1.16)
    rspec (2.7.0)
      rspec-core (~> 2.7.0)
      rspec-expectations (~> 2.7.0)
      rspec-mocks (~> 2.7.0)
    rspec-core (2.7.1)
    rspec-expectations (2.7.0)
      diff-lcs (~> 1.1.2)
    rspec-instafail (0.1.9)
    rspec-mocks (2.7.0)
    rspec-rails (2.7.0)
      actionpack (~> 3.0)
      activesupport (~> 3.0)
      railties (~> 3.0)
      rspec (~> 2.7.0)
    ruby-debug (0.10.4)
      columnize (>= 0.1)
      ruby-debug-base (~> 0.10.4.0)
    ruby-debug-base (0.10.4)
      linecache (>= 0.3)
    ruby-debug-base19 (0.11.25)
      columnize (>= 0.3.1)
      linecache19 (>= 0.5.11)
      ruby_core_source (>= 0.1.4)
    ruby-debug19 (0.11.6)
      columnize (>= 0.3.1)
      linecache19 (>= 0.5.11)
      ruby-debug-base19 (>= 0.11.19)
    ruby-hmac (0.4.0)
    ruby-oembed (0.8.5)
    ruby-progressbar (0.0.10)
    ruby_core_source (0.1.5)
      archive-tar-minitar (>= 0.5.2)
    rubyzip (0.9.5)
    sass (3.1.11)
    selenium-webdriver (2.15.0)
      childprocess (>= 0.2.1)
      ffi (~> 1.0.9)
      multi_json (~> 1.0.4)
      rubyzip
    settingslogic (2.0.6)
    simple_oauth (0.1.5)
    sinatra (1.2.7)
      rack (~> 1.1)
      tilt (>= 1.2.2, < 2.0)
    sqlite3 (1.3.5)
    subexec (0.1.0)
    systemu (2.2.0)
    term-ansicolor (1.0.7)
    thin (1.3.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thor (0.14.6)
    tilt (1.3.3)
    treetop (1.4.10)
      polyglot
      polyglot (>= 0.3.1)
    twitter (2.0.1)
      activesupport (>= 2.3.9, < 4)
      faraday (~> 0.7)
      multi_json (~> 1.0)
      simple_oauth (~> 0.1)
    typhoeus (0.3.3)
      mime-types
    tzinfo (0.3.31)
    uuidtools (2.1.2)
    vegas (0.1.8)
      rack (>= 1.0.0)
    warden (1.0.6)
      rack (>= 1.0)
    webmock (1.6.2)
      addressable (>= 2.2.2)
      crack (>= 0.1.7)
    will_paginate (3.0.2)
    xpath (0.1.4)
      nokogiri (~> 1.3)
    yajl-ruby (1.1.0)
    yard (0.7.4)
    yui-compressor (0.9.6)
      POpen4 (>= 0.1.4)

PLATFORMS
  ruby

DEPENDENCIES
  SystemTimer (= 1.2.3)
  activerecord-import
  acts-as-taggable-on!
  addressable (= 2.2.4)
  bundler (>= 1.0.0)
  capistrano (~> 2.9.0)
  capistrano-ext (= 1.2.1)
  capistrano_colors
  capybara (~> 1.1.2)
  carrierwave (= 0.5.8)
  chef (~> 0.10.4)
  client_side_validations
  cloudfiles (= 1.4.10)
  cucumber-api-steps (= 0.6)
  cucumber-rails (= 1.2.1)
  database_cleaner (= 0.7.0)
  devise (~> 1.3.1)
  devise_invitable (= 0.5.0)
  diaspora-client!
  em-synchrony
  em-websocket
  factory_girl_rails
  faraday
  faraday-stack
  fastercsv (= 1.5.4)
  fixture_builder (= 0.3.1)
  fog
  foreigner (~> 1.1.0)
  foreman
  fuubar (= 0.0.6)
  haml (= 3.1.4)
  hoptoad_notifier
  http_accept_language!
  i18n-inflector-rails (~> 1.0)
  jammit (= 0.6.5)
  jasmine (~> 1.1.2)
  json (= 1.5.2)
  jwt (= 0.1.3)
  linecache (= 0.46)
  messagebus_ruby_api (= 0.4.8)
  mini_magick (= 3.3)
  mobile-fu
  mock_redis
  mongrel
  mysql2 (= 0.2.17)
  newrelic_rpm
  nokogiri (~> 1.5.0)
  oauth2-provider (= 0.0.19)
  ohai (~> 0.6.10)
  omniauth (= 1.0.1)
  omniauth-facebook
  omniauth-tumblr
  omniauth-twitter
  parallel_tests
  pg
  rails (= 3.0.11)
  rails-i18n
  redcarpet (= 2.0.0)
  resque (= 1.19.0)
  resque-ensure-connected
  resque-timeout (= 1.0.0)
  rest-client (= 1.6.1)
  roxml!
  rspec (>= 2.0.0)
  rspec-core (~> 2.7.1)
  rspec-instafail (>= 0.1.7)
  rspec-rails (>= 2.0.0)
  ruby-debug
  ruby-debug19
  ruby-oembed
  sass (= 3.1.11)
  selenium-webdriver (~> 2.15.0)
  settingslogic (= 2.0.6)
  sod!
  sqlite3
  thin (~> 1.3.1)
  twitter (= 2.0.1)
  typhoeus
  vanna!
  webmock
  will_paginate (= 3.0.2)
  yard