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: 1a3128822211127287b3a05a06efca8bf7f27a0e (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
GIT
  remote: git://github.com/Empact/roxml.git
  revision: 33034d3e632b3a14565a791af0a63c7e23ec0de4
  specs:
    roxml (3.1.5)
      activesupport (>= 2.3.0)
      nokogiri (>= 1.3.3)

GIT
  remote: git://github.com/collectiveidea/devise-mongo_mapper
  revision: fa2f20310e0988295adc192255d3b1cedee1b412
  specs:
    devise-mongo_mapper (0.0.1)
      devise (~> 1.1.0)

GIT
  remote: git://github.com/dcu/magent.git
  revision: 90ee5db241abd2e2b7d7de5c80f0d7c5b4b8db2d
  specs:
    magent (0.5.1)
      em-websocket
      mongo
      uuidtools

GIT
  remote: git://github.com/igrigorik/em-http-request.git
  revision: bf62d67fc72d6e701be5037e239dd470194b8e45
  ref: bf62d67fc72d6e701be5
  specs:
    em-http-request (0.2.13)
      addressable (>= 2.0.0)
      eventmachine (>= 0.12.9)

GIT
  remote: git://github.com/jnunemaker/mongomapper.git
  revision: fd59b0ab068be7321f8e84b9dc12fb4fa6b8535d
  branch: rails3
  specs:
    mongo_mapper (0.8.4)
      activemodel (~> 3.0.0)
      activesupport (~> 3.0.0)
      plucky (~> 0.3.6)

GIT
  remote: git://github.com/rsofaer/carrierwave.git
  revision: c3dfbdda2fa227af91fe383bb126f59b991a318f
  branch: master
  specs:
    carrierwave (0.5.0)
      activesupport (~> 3.0)

GIT
  remote: git://github.com/rsofaer/redfinger.git
  revision: 07721f46d02b9d3aa04880788fecb0b4c1b284d7
  specs:
    redfinger (0.0.6)
      hashie
      nokogiri (>= 1.4.0)
      rest-client (>= 1.5.0)

GIT
  remote: git://github.com/rsofaer/sprinkle.git
  revision: 7c744ed158dda1f99a015e6a29d086e80bd8c635
  specs:
    sprinkle (0.3.1)
      activesupport (>= 3.0.0beta4)
      capistrano (>= 2.5.5)
      highline (>= 1.4.0)

GEM
  remote: http://rubygems.org/
  specs:
    abstract (1.0.0)
    actionmailer (3.0.1)
      actionpack (= 3.0.1)
      mail (~> 2.2.5)
    actionpack (3.0.1)
      activemodel (= 3.0.1)
      activesupport (= 3.0.1)
      builder (~> 2.1.2)
      erubis (~> 2.6.6)
      i18n (~> 0.4.1)
      rack (~> 1.2.1)
      rack-mount (~> 0.6.12)
      rack-test (~> 0.5.4)
      tzinfo (~> 0.3.23)
    activemodel (3.0.1)
      activesupport (= 3.0.1)
      builder (~> 2.1.2)
      i18n (~> 0.4.1)
    activerecord (3.0.1)
      activemodel (= 3.0.1)
      activesupport (= 3.0.1)
      arel (~> 1.0.0)
      tzinfo (~> 0.3.23)
    activeresource (3.0.1)
      activemodel (= 3.0.1)
      activesupport (= 3.0.1)
    activesupport (3.0.1)
    addressable (2.2.2)
    archive-tar-minitar (0.5.2)
    arel (1.0.1)
      activesupport (~> 3.0.0)
    aws (2.3.22)
      http_connection
      uuidtools
      xml-simple
    bcrypt-ruby (2.1.2)
    bson (1.1)
    bson_ext (1.1)
    builder (2.1.2)
    bunny (0.6.0)
    capistrano (2.5.19)
      highline
      net-scp (>= 1.0.0)
      net-sftp (>= 2.0.0)
      net-ssh (>= 2.0.14)
      net-ssh-gateway (>= 1.0.0)
    capybara (0.3.9)
      culerity (>= 0.2.4)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      selenium-webdriver (>= 0.0.3)
    chef (0.9.12)
      bunny (>= 0.6.0)
      erubis
      extlib
      highline
      json (>= 1.4.4, <= 1.4.6)
      mixlib-authentication (>= 1.1.0)
      mixlib-cli (>= 1.1.0)
      mixlib-config (>= 1.1.2)
      mixlib-log (>= 1.2.0)
      moneta
      ohai (>= 0.5.7)
      rest-client (>= 1.0.4, < 1.7.0)
      uuidtools
    childprocess (0.1.3)
      ffi (~> 0.6.3)
    columnize (0.3.1)
    configuration (1.1.0)
    crack (0.1.8)
    cucumber (0.9.2)
      builder (~> 2.1.2)
      diff-lcs (~> 1.1.2)
      gherkin (~> 2.2.5)
      json (~> 1.4.6)
      term-ansicolor (~> 1.0.5)
    cucumber-rails (0.3.2)
      cucumber (>= 0.8.0)
    culerity (0.2.12)
    daemons (1.1.0)
    database_cleaner (0.5.2)
    devise (1.1.3)
      bcrypt-ruby (~> 2.1.2)
      warden (~> 0.10.7)
    devise_invitable (0.3.4)
      devise (~> 1.1.0)
    diff-lcs (1.1.2)
    em-websocket (0.1.4)
      addressable (>= 2.1.1)
      eventmachine (>= 0.12.9)
    erubis (2.6.6)
      abstract (>= 1.0.0)
    eventmachine (0.12.10)
    extlib (0.9.15)
    factory_girl (1.3.2)
    factory_girl_rails (1.0)
      factory_girl (~> 1.3)
      rails (>= 3.0.0.beta4)
    faraday (0.4.6)
      addressable (>= 2.1.1)
      rack (>= 1.0.1)
    ffi (0.6.3)
      rake (>= 0.8.7)
    gherkin (2.2.9)
      json (~> 1.4.6)
      term-ansicolor (~> 1.0.5)
    haml (3.0.22)
    hashie (0.4.0)
    highline (1.6.1)
    http_connection (1.4.0)
    httparty (0.6.1)
      crack (= 0.1.8)
    i18n (0.4.1)
    json (1.4.6)
    json_pure (1.4.6)
    launchy (0.3.7)
      configuration (>= 0.0.5)
      rake (>= 0.8.1)
    linecache19 (0.5.11)
      ruby_core_source (>= 0.1.4)
    mail (2.2.7)
      activesupport (>= 2.3.6)
      mime-types
      treetop (>= 1.4.5)
    mime-types (1.16)
    mini_fb (1.1.3)
      hashie
      rest-client
    mini_magick (2.3)
      subexec (~> 0.0.4)
    mixlib-authentication (1.1.4)
      mixlib-log
    mixlib-cli (1.2.0)
    mixlib-config (1.1.2)
    mixlib-log (1.2.0)
    mocha (0.9.8)
      rake
    moneta (0.6.0)
    mongo (1.1)
      bson (>= 1.0.5)
    multi_json (0.0.4)
    net-ldap (0.1.1)
    net-scp (1.0.4)
      net-ssh (>= 1.99.1)
    net-sftp (2.0.5)
      net-ssh (>= 2.0.9)
    net-ssh (2.0.23)
    net-ssh-gateway (1.0.1)
      net-ssh (>= 1.99.1)
    nokogiri (1.4.3.1)
    oa-basic (0.1.5)
      multi_json (~> 0.0.2)
      nokogiri (~> 1.4.2)
      oa-core (= 0.1.5)
      rest-client (~> 1.6.0)
    oa-core (0.1.5)
      rack (~> 1.1)
    oa-enterprise (0.1.5)
      net-ldap (~> 0.1.1)
      nokogiri (~> 1.4.2)
      oa-core (= 0.1.5)
      pyu-ruby-sasl (~> 0.0.3.1)
      rubyntlm (~> 0.1.1)
    oa-oauth (0.1.5)
      multi_json (~> 0.0.2)
      nokogiri (~> 1.4.2)
      oa-core (= 0.1.5)
      oauth (~> 0.4.0)
      oauth2 (~> 0.0.10)
    oa-openid (0.1.5)
      oa-core (= 0.1.5)
      rack-openid (~> 1.1.1)
      ruby-openid-apps-discovery
    oauth (0.4.3)
    oauth2 (0.0.13)
      faraday (~> 0.4.1)
      multi_json (>= 0.0.4)
    ohai (0.5.8)
      extlib
      json (>= 1.4.4, <= 1.4.6)
      mixlib-cli
      mixlib-config
      mixlib-log
      systemu
    omniauth (0.1.5)
      oa-basic (= 0.1.5)
      oa-core (= 0.1.5)
      oa-enterprise (= 0.1.5)
      oa-oauth (= 0.1.5)
      oa-openid (= 0.1.5)
    plucky (0.3.6)
      mongo (~> 1.1)
    polyglot (0.3.1)
    pubsubhubbub (0.1.1)
      em-http-request (>= 0.1.5)
      eventmachine (>= 0.12.9)
    pyu-ruby-sasl (0.0.3.2)
    rack (1.2.1)
    rack-mount (0.6.13)
      rack (>= 1.0.0)
    rack-openid (1.1.2)
      rack (>= 0.4)
      ruby-openid (>= 2.0.3)
    rack-test (0.5.6)
      rack (>= 1.0)
    rails (3.0.1)
      actionmailer (= 3.0.1)
      actionpack (= 3.0.1)
      activerecord (= 3.0.1)
      activeresource (= 3.0.1)
      activesupport (= 3.0.1)
      bundler (~> 1.0.0)
      railties (= 3.0.1)
    railties (3.0.1)
      actionpack (= 3.0.1)
      activesupport (= 3.0.1)
      rake (>= 0.8.4)
      thor (~> 0.14.0)
    rake (0.8.7)
    rest-client (1.6.1)
      mime-types (>= 1.16)
    rspec (2.0.1)
      rspec-core (~> 2.0.1)
      rspec-expectations (~> 2.0.1)
      rspec-mocks (~> 2.0.1)
    rspec-core (2.0.1)
    rspec-expectations (2.0.1)
      diff-lcs (>= 1.1.2)
    rspec-mocks (2.0.1)
      rspec-core (~> 2.0.1)
      rspec-expectations (~> 2.0.1)
    rspec-rails (2.0.1)
      rspec (~> 2.0.0)
    ruby-debug-base19 (0.11.24)
      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-openid (2.1.8)
    ruby-openid-apps-discovery (1.2.0)
      ruby-openid (>= 2.1.7)
    ruby_core_source (0.1.4)
      archive-tar-minitar (>= 0.5.2)
    rubyntlm (0.1.1)
    rubyzip (0.9.4)
    selenium-webdriver (0.0.29)
      childprocess (>= 0.0.7)
      ffi (~> 0.6.3)
      json_pure
      rubyzip
    subexec (0.0.4)
    systemu (1.2.0)
    term-ansicolor (1.0.5)
    thin (1.2.7)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thor (0.14.3)
    treetop (1.4.8)
      polyglot (>= 0.3.1)
    twitter (0.9.12)
      hashie (~> 0.4.0)
      httparty (~> 0.6.1)
      multi_json (~> 0.0.4)
      oauth (~> 0.4.3)
    tzinfo (0.3.23)
    uuidtools (2.1.1)
    warden (0.10.7)
      rack (>= 1.0.0)
    webmock (1.4.0)
      addressable (>= 2.2.2)
      crack (>= 0.1.7)
    will_paginate (3.0.pre2)
    xml-simple (1.0.12)

PLATFORMS
  ruby

DEPENDENCIES
  addressable
  aws
  bson (= 1.1)
  bson_ext (= 1.1)
  bundler (>= 1.0.0)
  capybara (~> 0.3.9)
  carrierwave!
  chef
  cucumber-rails (= 0.3.2)
  database_cleaner
  devise (= 1.1.3)
  devise-mongo_mapper!
  devise_invitable (~> 0.3.4)
  em-http-request!
  em-websocket
  factory_girl_rails
  haml
  json
  launchy
  magent!
  mini_fb
  mini_magick
  mocha
  mongo_mapper!
  omniauth
  pubsubhubbub
  rails (>= 3.0.0)
  redfinger!
  roxml!
  rspec (>= 2.0.0)
  rspec-rails (>= 2.0.0)
  ruby-debug19
  sprinkle!
  thin
  twitter
  webmock
  will_paginate (= 3.0.pre2)