forked from avalonmediasystem/avalon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
884 lines (861 loc) · 20.7 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
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
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
GIT
remote: https://github.com/Empact/roo
revision: 9e1b969762cbb80b1c52cfddd848e489f22f468f
ref: 9e1b969762cbb80b1c52cfddd848e489f22f468f
specs:
roo (1.13.2)
nokogiri
rubyzip
spreadsheet (> 0.6.4)
GIT
remote: https://github.com/avalonmediasystem/about_page.git
revision: 42ec4aa5a16d626280291a931740ad74fa1c8a9a
specs:
about_page (0.3.1)
rails (>= 3.2)
GIT
remote: https://github.com/avalonmediasystem/active_annotations.git
revision: 63c683fdf9f8d629116a28b9e8439b7e2269c265
tag: avalon-r5
specs:
active_annotations (0.1.0)
json-ld
rdf-vocab
GIT
remote: https://github.com/avalonmediasystem/avalon-about.git
revision: 4bb6dda8426bfdad0969bbadb8f921c633d1cda0
tag: avalon-r4
specs:
avalon-about (0.1.0)
about_page
mediainfo
GIT
remote: https://github.com/avalonmediasystem/avalon-workflow.git
revision: bcefb17e76a71ae657450434c22290ab52c123cf
tag: avalon-r4
specs:
avalon-workflow (0.0.3)
GIT
remote: https://github.com/avalonmediasystem/database_cleaner.git
revision: 5d6c5956cb78668d3b4df3edfd3678dda7f5838a
tag: avalon-r4
specs:
database_cleaner (1.0.1)
GIT
remote: https://github.com/avalonmediasystem/felixwrapper.git
revision: 2ae939d4811bc245d9f80c6a3f6cf6cc70d8c5b4
tag: avalon-r4
specs:
felixwrapper (0.0.1)
activesupport (>= 3.2.3)
childprocess
dot-properties
i18n
logger
mediashelf-loggable
GIT
remote: https://github.com/avalonmediasystem/hydra-head.git
revision: 95d4a526ba73e449829f221565c3186f93c375b9
branch: 8-1-stable
specs:
hydra-access-controls (8.1.0)
active-fedora (~> 8.0)
activesupport (~> 4.0)
blacklight (~> 5.10)
cancancan (~> 1.8)
deprecation (~> 0.1)
om (~> 3.0, >= 3.0.7)
sass-rails
hydra-core (8.1.0)
block_helpers
hydra-access-controls (= 8.1.0)
jettywrapper (~> 1.5)
rails (~> 4.0)
hydra-head (8.1.0)
hydra-access-controls (= 8.1.0)
hydra-core (= 8.1.0)
rails (~> 4.0)
GIT
remote: https://github.com/avalonmediasystem/media-element-add-to-playlist.git
revision: af3644c432e8c61dc6d31a0c72ab4bf28c6ecbdd
branch: master
specs:
media_element_add_to_playlist (0.0.1)
rails (~> 4.0)
GIT
remote: https://github.com/avalonmediasystem/media-element-thumbnail-selector
revision: b919ad61525cd608f42983846c87f48212e11646
tag: avalon-r4
specs:
media_element_thumbnail_selector (0.0.1)
rails (>= 3.2.3)
GIT
remote: https://github.com/avalonmediasystem/mediaelement-hd-toggle.git
revision: 102ad74ef5baef7b15983a9a49586da461fe1d32
tag: avalon-r4
specs:
mediaelement-hd-toggle (0.0.1)
GIT
remote: https://github.com/avalonmediasystem/mediaelement-qualityselector.git
revision: f0b1a10883a6e57faedff45112c1fb4243e99ad2
tag: avalon-r4
specs:
mediaelement-qualityselector (0.0.1)
GIT
remote: https://github.com/avalonmediasystem/mediaelement-skin-avalon.git
revision: a564874595672d5f751a83ae43685728c247f49e
tag: avalon-r5
specs:
mediaelement-skin-avalon (0.0.1)
GIT
remote: https://github.com/avalonmediasystem/mediaelement-title.git
revision: a2e67d24217f06a0a7d46c0175cc64fc178cf1fc
tag: avalon-r4
specs:
mediaelement-title (0.0.1)
GIT
remote: https://github.com/avalonmediasystem/mediaelement-track-scrubber.git
revision: 66973deb051847e4b8084e8413355c313555b851
branch: master
specs:
mediaelement-track-scrubber (0.0.1)
rails (~> 4.0.3)
GIT
remote: https://github.com/avalonmediasystem/mediaelement_rails.git
revision: 86de64fd02e4982508c07dd6b3412430793e6955
branch: captions
specs:
mediaelement_rails (0.5.1)
jquery-rails (>= 1.0)
railties (>= 3.1)
GIT
remote: https://github.com/avalonmediasystem/omniauth-lti.git
revision: 7534c44fc5a3c927aec57bbd3a15cbad37feec74
tag: avalon-r4
specs:
omniauth-lti (0.0.2)
ims-lti
omniauth
GIT
remote: https://github.com/avalonmediasystem/red5wrapper.git
revision: 0975db8c8664730734c54cc5683bc75400e4143e
tag: avalon-r4
specs:
red5wrapper (0.0.1)
activesupport (>= 3.2.3)
childprocess
i18n
logger
mediashelf-loggable
GIT
remote: https://github.com/avalonmediasystem/rubyhorn.git
revision: 9849835a4711f671371e8ef8b18e87bb9183cbba
specs:
rubyhorn (0.0.6)
activesupport
json
mediashelf-loggable
mime-types
net-http-digest_auth
om
rest-client
GIT
remote: https://github.com/projecthydra-labs/active_encode.git
revision: 5e68c05fd4023d8bc6655d9a65ae709553c7ab8f
tag: v0.0.3
specs:
active_encode (0.0.2)
activesupport
GEM
remote: http://rubygems.org/
specs:
actionmailer (4.0.13)
actionpack (= 4.0.13)
mail (~> 2.5, >= 2.5.4)
actionpack (4.0.13)
activesupport (= 4.0.13)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
active-fedora (8.1.0)
active-triples (~> 0.4.0)
activesupport (>= 3.0.0)
deprecation
nom-xml (>= 0.5.1)
om (~> 3.1)
rdf-rdfxml (~> 1.1.0)
rsolr (~> 1.1.2)
rubydora (~> 1.8)
active-triples (0.4.0)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
deprecation (~> 0.1)
linkeddata (~> 1.1)
rdf (~> 1.1)
activemodel (4.0.13)
activesupport (= 4.0.13)
builder (~> 3.1.0)
activerecord (4.0.13)
activemodel (= 4.0.13)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.13)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.4)
activerecord-session_store (0.1.1)
actionpack (>= 4.0.0, < 5)
activerecord (>= 4.0.0, < 5)
railties (>= 4.0.0, < 5)
activesupport (4.0.13)
i18n (~> 0.6, >= 0.6.9)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
acts_as_list (0.7.4)
activerecord (>= 3.0)
addressable (2.3.7)
api-pagination (4.1.1)
arel (4.0.2)
ast (2.2.0)
autoparse (0.3.3)
addressable (>= 2.3.1)
extlib (>= 0.9.15)
multi_json (>= 1.0.0)
autoprefixer-rails (6.3.6)
execjs
bcrypt (3.1.10)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
blacklight (5.18.0)
bootstrap-sass (~> 3.2)
deprecation
kaminari (>= 0.15)
nokogiri (~> 1.6)
rails (>= 3.2.6, < 5)
rsolr (~> 1.1.2)
block_helpers (0.3.3)
activesupport (>= 2.0)
bootstrap-sass (3.3.3)
autoprefixer-rails (>= 5.0.0.1)
sass (>= 3.2.19)
bootstrap-toggle-rails (2.2.1.0)
bootstrap_form (2.3.0)
browse-everything (0.6.3)
bootstrap-sass
dropbox-sdk (>= 1.6.2)
font-awesome-rails
google-api-client
google_drive
rails (>= 3.1)
ruby-box
sass-rails
skydrive
builder (3.1.4)
byebug (3.5.1)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
slop (~> 3.6)
callsite (0.0.11)
cancancan (1.13.1)
capistrano (2.12.0)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capybara (2.4.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.5.6)
ffi (~> 1.0, >= 1.0.11)
chronic (0.10.2)
chunky_png (1.3.4)
coderay (1.1.0)
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.9.1)
columnize (0.9.0)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
compass-rails (2.0.0)
compass (>= 0.12.2)
compass-susy-plugin (0.9)
compass (>= 0.11.1)
coveralls (0.8.0)
multi_json (~> 1.10)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.9.1)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
daemons (1.2.4)
debug_inspector (0.0.2)
debugger (1.6.8)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.5)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.8)
delayed_job (4.0.4)
activesupport (>= 3.0, < 4.2)
delayed_job_active_record (4.0.3)
activerecord (>= 3.0, < 5.0)
delayed_job (>= 3.0, < 4.1)
deprecation (0.2.2)
activesupport
devise (3.2.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.2.5)
docile (1.1.5)
domain_name (0.5.20160615)
unf (>= 0.0.5, < 1.0.0)
dot-properties (0.1.3)
dotenv (2.0.2)
dotenv-rails (2.0.2)
dotenv (= 2.0.2)
railties (~> 4.0)
dropbox-sdk (1.6.4)
json
ebnf (1.0.0)
rdf (~> 1.1)
sxp (~> 0.1, >= 0.1.3)
edtf (2.1.0)
activesupport (>= 3.0, < 5.0)
email_spec (1.6.0)
launchy (~> 2.1)
mail (~> 2.2)
equivalent-xml (0.5.1)
nokogiri (>= 1.4.3)
erubis (2.7.0)
execjs (2.6.0)
extlib (0.9.16)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.5.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
fakefs (0.6.7)
faker (1.4.3)
i18n (~> 0.5)
fakeweb (1.3.0)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
fastercsv (1.5.5)
ffi (1.9.10)
font-awesome-rails (4.3.0.0)
railties (>= 3.2, < 5.0)
fssm (0.2.10)
google-api-client (0.8.2)
activesupport (>= 3.2)
addressable (~> 2.3)
autoparse (~> 0.3)
extlib (~> 0.9)
faraday (~> 0.9)
launchy (~> 2.4)
multi_json (~> 1.10)
retriable (~> 1.4)
signet (~> 0.6)
google_drive (1.0.0)
google-api-client (>= 0.7.0)
nokogiri (>= 1.4.4, != 1.5.2, != 1.5.1)
oauth (>= 0.3.6)
oauth2 (>= 0.5.0)
haml (4.0.6)
tilt
handlebars_assets (0.14.1)
execjs (>= 1.2.9)
sprockets (>= 2.0.3)
tilt
hashdiff (0.2.2)
hashie (3.4.2)
headless (1.0.2)
highline (1.7.1)
hike (1.2.3)
hooks (0.3.6)
uber (~> 0.0.4)
htmlentities (4.3.4)
httmultiparty (0.3.16)
httparty (>= 0.7.3)
mimemagic
multipart-post
http-cookie (1.0.2)
domain_name (~> 0.5)
httparty (0.13.3)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.7.0)
iconv (1.0.4)
ims-lti (1.1.8)
builder
oauth (~> 0.4.5)
iso8601 (0.8.5)
jettywrapper (1.8.3)
activesupport (>= 3.0.0)
childprocess
i18n
logger
jquery-rails (3.1.1)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.0)
railties (>= 3.2.16)
json (1.8.3)
json-ld (1.1.11.1)
multi_json (~> 1.11)
rdf (~> 1.1, >= 1.1.17, < 1.99)
jwt (1.3.0)
kaminari (0.15.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.3.0)
launchy (~> 2.2)
libv8 (3.16.14.15)
license_header (0.0.4)
highline
link_header (0.0.8)
linkeddata (1.1.1)
equivalent-xml (>= 0.4.0)
json-ld (>= 1.1.1)
nokogiri (>= 1.6.1)
rdf (>= 1.1.1)
rdf-aggregate-repo (>= 1.1.0)
rdf-isomorphic (>= 1.1.0)
rdf-json (>= 1.1.0)
rdf-microdata (>= 1.1.1)
rdf-n3 (>= 1.1.0)
rdf-rdfa (>= 1.1.1)
rdf-rdfxml (>= 1.1.0)
rdf-trig (>= 1.1.2)
rdf-trix (>= 1.1.0)
rdf-turtle (>= 1.1.2)
sparql (>= 1.1.2)
sparql-client (>= 1.1.1)
logger (1.2.8)
loofah (2.0.1)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
marc (1.0.0)
scrub_rb (>= 1.0.1, < 2)
unf
media-element-logo-plugin (0.0.2)
rails (>= 3.2.3)
mediainfo (0.7.2)
mediashelf-loggable (0.4.10)
meta_request (0.3.4)
callsite (~> 0.0, >= 0.0.11)
rack-contrib (~> 1.1)
railties (>= 3.0.0, < 5.0.0)
method_source (0.8.2)
mime-types (2.99.3)
mimemagic (0.2.1)
mini_portile2 (2.1.0)
minitest (4.7.5)
modal_logic (0.0.8)
handlebars_assets (= 0.14.1)
rails (>= 4)
multi_json (1.12.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
net-http-digest_auth (1.4)
net-http-persistent (2.9.4)
net-ldap (0.11)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.9.2)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
netrc (0.11.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
nom-xml (0.5.2)
activesupport (>= 3.2.18)
i18n
nokogiri
oauth (0.4.7)
oauth2 (1.0.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
om (3.1.1)
activemodel
activesupport
nokogiri (>= 1.4.2)
solrizer (~> 3.3)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
omniauth-identity (1.1.1)
bcrypt-ruby (~> 3.0)
omniauth (~> 1.0)
orm_adapter (0.5.0)
parser (2.3.1.2)
ast (~> 2.2)
pkg-config (1.1.7)
powerpack (0.1.1)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.0.1)
byebug (~> 3.4)
pry (~> 0.10)
pry-debugger (0.2.3)
debugger (~> 1.3)
pry (>= 0.9.10, < 0.11.0)
pry-rails (0.3.3)
pry (>= 0.9.10)
puma (2.11.1)
rack (>= 1.1, < 2.0)
rack (1.5.5)
rack-contrib (1.2.0)
rack (>= 0.9.1)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.0.13)
actionmailer (= 4.0.13)
actionpack (= 4.0.13)
activerecord (= 4.0.13)
activesupport (= 4.0.13)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.13)
sprockets-rails (~> 2.0)
railties (4.0.13)
actionpack (= 4.0.13)
activesupport (= 4.0.13)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.1.0)
rake (10.5.0)
rb-fsevent (0.9.4)
rdf (1.1.17.1)
link_header (~> 0.0, >= 0.0.8)
rdf-aggregate-repo (1.1.0.1)
rdf (~> 1.1, < 1.99)
rdf-isomorphic (1.1.0.2)
rdf (~> 1.1, >= 1.1.17, < 1.99)
rdf-json (1.1.2.1)
rdf (~> 1.1, < 1.99)
rdf-microdata (2.0.2)
htmlentities (~> 4.3)
nokogiri (~> 1.6)
rdf (~> 1.1)
rdf-xsd (~> 1.1)
rdf-n3 (1.1.3.1)
rdf (~> 1.1, >= 1.1.17, < 1.99)
rdf-rdfa (1.1.6.1)
haml (~> 4.0)
htmlentities (~> 4.3)
rdf (~> 1.1, >= 1.1.6, < 1.99)
rdf-aggregate-repo (~> 1.1, < 1.99)
rdf-xsd (~> 1.1, < 1.99)
rdf-rdfxml (1.1.5.1)
htmlentities (~> 4.3)
rdf (~> 1.1, >= 1.1.6, < 1.99)
rdf-rdfa (~> 1.1, >= 1.1.4.1, < 1.99)
rdf-xsd (~> 1.1, < 1.99)
rdf-trig (1.1.3)
ebnf (>= 0.3.5)
rdf (~> 1.1, >= 1.1.2.1)
rdf-turtle (~> 1.1, >= 1.1.3)
rdf-trix (1.99.0)
rdf (~> 1.1)
rdf-turtle (1.1.8.1)
ebnf (~> 1.0)
rdf (~> 1.1, >= 1.1.10, < 1.99)
rdf-vocab (0.8.8)
rdf (~> 1.1, >= 1.1.10)
rdf-xsd (1.1.5.1)
rdf (~> 1.1, >= 1.1.9, < 1.99)
ref (1.0.5)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
retriable (1.4.1)
rsolr (1.1.2)
builder (>= 2.1.2)
rspec-core (3.4.1)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-rails (3.4.0)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
rubocop (0.40.0)
parser (>= 2.3.1.0, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-box (1.15.0)
addressable
json
multipart-post
oauth2
ruby-duration (3.2.1)
activesupport (>= 3.0.0)
i18n
iso8601
ruby-ole (1.2.11.8)
ruby-progressbar (1.8.1)
rubydora (1.8.1)
activemodel
activesupport
deprecation
equivalent-xml
fastercsv
hooks (~> 0.3.0)
mime-types
nokogiri
rest-client
rubyzip (0.9.9)
rugged (0.24.0)
rvm-capistrano (1.4.1)
capistrano (>= 2.0.0)
sass (3.2.19)
sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0)
sass (~> 3.2.0)
sprockets (~> 2.8, <= 2.11.0)
sprockets-rails (~> 2.0)
scrub_rb (1.0.1)
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
signet (0.6.0)
addressable (~> 2.3)
extlib (~> 0.9)
faraday (~> 0.9)
jwt (~> 1.0)
multi_json (~> 1.10)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
skydrive (1.1.0)
activesupport
httmultiparty
httparty (>= 0.11.0)
oauth2 (>= 0.9.2)
slop (3.6.0)
solrizer (3.3.0)
activesupport
daemons
nokogiri
stomp
xml-simple
sparql (1.1.2.1)
builder (>= 3.0)
ebnf (>= 0.3.2)
json (>= 1.7)
rdf (>= 1.1.0)
rdf-aggregate-repo (>= 1.1.0)
rdf-xsd (>= 1.0.2)
sparql-client (>= 1.1)
sxp (>= 0.1.3)
sparql-client (1.99.0)
net-http-persistent (~> 2.9)
rdf (~> 1.1)
spreadsheet (1.0.1)
ruby-ole (>= 1.0)
sprockets (2.11.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10)
stomp (1.4.1)
sxp (0.1.5)
term-ansicolor (1.3.2)
tins (~> 1.0)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thor (0.19.4)
thread_safe (0.3.5)
tilt (1.4.1)
tins (1.6.0)
twitter-typeahead-rails (0.11.1.pre.corejavascript)
actionpack (>= 3.1)
jquery-rails
railties (>= 3.1)
tzinfo (0.3.52)
uber (0.0.13)
uglifier (2.7.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
unicode-display_width (1.0.5)
validates_email_format_of (1.6.2)
i18n
warden (1.2.3)
rack (>= 1.0)
whenever (0.9.4)
chronic (>= 0.6.3)
with_locking (1.0.2)
xml-simple (1.1.5)
xpath (2.0.0)
nokogiri (~> 1.3)
xray-rails (0.1.15)
coffee-rails
rails (>= 3.1.0)
PLATFORMS
ruby
DEPENDENCIES
about_page!
active-fedora (~> 8.1.0)
active_annotations!
active_encode!
activerecord-jdbcsqlite3-adapter
activerecord-session_store
acts_as_list
addressable
api-pagination
avalon-about!
avalon-workflow!
bcrypt-ruby (~> 3.1.0)
better_errors
binding_of_caller
blacklight (~> 5.10)
bootstrap-sass (= 3.3.3)
bootstrap-toggle-rails
bootstrap_form
browse-everything (= 0.6.3)
builder (~> 3.1.0)
capistrano (~> 2.12.0)
capybara
coffee-rails
compass-rails
compass-susy-plugin (~> 0.9.0)
coveralls
daemons
database_cleaner!
delayed_job (= 4.0.4)
delayed_job_active_record
devise (~> 3.2.0)
dotenv-rails
edtf
email_spec
equivalent-xml
execjs
factory_girl_rails
fakefs
faker
fakeweb
felixwrapper!
font-awesome-rails (~> 4.3)
haml
handlebars_assets
hashdiff
headless
hooks
hydra-head!
iconv
jdbc-sqlite3
jettywrapper
jquery-rails (= 3.1.1)
jquery-ui-rails (= 5.0.0)
jruby-openssl
kaminari (~> 0.15.0)
letter_opener
license_header
loofah
marc
media-element-logo-plugin
media_element_add_to_playlist!
media_element_thumbnail_selector!
mediaelement-hd-toggle!
mediaelement-qualityselector!
mediaelement-skin-avalon!
mediaelement-title!
mediaelement-track-scrubber!
mediaelement_rails!
mediainfo
meta_request
mime-types (>= 1.1)
modal_logic
multipart-post
net-ldap
nokogiri (~> 1.6.5)
nom-xml (~> 0.5.2)
om (~> 3.1.0)
omniauth-identity
omniauth-lti!
pry
pry-byebug
pry-debugger
pry-rails
puma
rails (~> 4.0.3)
rake (~> 10.4)
rb-fsevent (~> 0.9.1)
red5wrapper!
roo!
rsolr (~> 1.1.2)
rspec-rails
rubocop (~> 0.40.0)
ruby-duration
rubydora (~> 1.8.1)
rubyhorn!
rubyzip (= 0.9.9)
rugged
rvm-capistrano
sass-rails (= 4.0.3)
shoulda-matchers
simplecov
solrizer (~> 3.3.0)
sprockets (~> 2.11.0)
sqlite3
therubyracer (>= 0.12.0)
therubyrhino
twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
uglifier (>= 1.0.3)
validates_email_format_of
whenever
with_locking
xray-rails
BUNDLED WITH
1.13.1