Skip to content

Commit cf3d5a9

Browse files
authored
Merge pull request #2127 from avalonmediasystem/staging
Release 6.1
2 parents c4dac05 + 6df5313 commit cf3d5a9

File tree

121 files changed

+3492
-620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+3492
-620
lines changed

Gemfile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ gem 'fedora-migrate', '~> 0.5.0'
33
gem 'rdf-rdfxml'
44

55
gem 'hydra-head', '~> 10.3.4'
6-
gem 'active-fedora', '>= 10.3.0'
6+
gem 'active-fedora', '~> 11.2'
77
gem 'active_fedora-datastreams'
8-
gem 'active_fedora-noid', '~> 2.0.0'
9-
gem 'speedy-af', git: 'https://github.com/projecthydra-labs/speedy_af.git', tag: 'v0.1.0'
8+
gem 'active_fedora-noid', '~> 2.0.2'
9+
gem 'speedy-af', '~>0.1.1'
1010
gem 'blacklight', '~> 6.6'
11-
gem 'rdf', '~> 2.1.1'
11+
gem 'rdf', '~> 2.2'
1212

1313
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
1414
gem 'rails', '4.2.7.1'
@@ -47,11 +47,11 @@ gem 'devise'
4747
#gem 'devise-guests', '~> 0.3'
4848

4949
# Avalon-specific
50-
gem 'avalon-workflow', git: "https://github.com/avalonmediasystem/avalon-workflow.git", tag: 'avalon-r6'
51-
gem 'active_encode', '~> 0.0.3'
50+
gem 'avalon-workflow', git: "https://github.com/avalonmediasystem/avalon-workflow.git", tag: 'avalon-r6.1'
51+
gem 'active_encode', '~> 0.1.1'
5252
gem 'hooks'
5353
gem 'iconv'
54-
gem 'mediainfo', git: "https://github.com/avalonmediasystem/mediainfo.git", tag: 'avalon-r6'
54+
gem 'mediainfo', git: "https://github.com/avalonmediasystem/mediainfo.git", tag: 'avalon-r6.1'
5555
gem 'omniauth-identity'
5656
gem 'omniauth-lti', git: "https://github.com/avalonmediasystem/omniauth-lti.git", tag: 'avalon-r4'
5757
gem 'net-ldap'
@@ -63,7 +63,7 @@ gem 'api-pagination'
6363
gem 'browse-everything', '~> 0.10.5'
6464
gem 'bootstrap_form'
6565
gem 'bootstrap-toggle-rails'
66-
gem 'rubyhorn', git: "https://github.com/avalonmediasystem/rubyhorn.git"
66+
gem 'rubyhorn', git: "https://github.com/avalonmediasystem/rubyhorn.git", tag: 'avalon-r6'
6767
gem 'roo'
6868
gem 'activerecord-session_store'
6969
gem 'whenever', git: "https://github.com/javan/whenever.git", require: false
@@ -73,14 +73,14 @@ gem 'avalon-about', git: 'https://github.com/avalonmediasystem/avalon-about.git'
7373
gem 'about_page', git: 'https://github.com/avalonmediasystem/about_page.git', tag: 'avalon-r6'
7474

7575
#MediaElement.js related
76-
gem 'mediaelement_rails', git: 'https://github.com/avalonmediasystem/mediaelement_rails.git', tag: 'avalon-r6'
76+
gem 'mediaelement_rails', git: 'https://github.com/avalonmediasystem/mediaelement_rails.git', tag: 'avalon-r6_flash-fix'
7777
gem 'mediaelement-qualityselector', git:'https://github.com/avalonmediasystem/mediaelement-qualityselector.git', tag: 'avalon-r4'
7878
gem 'media_element_thumbnail_selector', git: 'https://github.com/avalonmediasystem/media-element-thumbnail-selector', tag: 'avalon-r4'
7979
gem 'mediaelement-skin-avalon', git:'https://github.com/avalonmediasystem/mediaelement-skin-avalon.git', tag: 'avalon-r5'
8080
gem 'mediaelement-title', git:'https://github.com/avalonmediasystem/mediaelement-title.git', tag: 'avalon-r4'
8181
gem 'mediaelement-hd-toggle', git:'https://github.com/avalonmediasystem/mediaelement-hd-toggle.git', tag: 'avalon-r4'
8282
gem 'media-element-logo-plugin'
83-
gem 'media_element_add_to_playlist', git: 'https://github.com/avalonmediasystem/media-element-add-to-playlist.git', tag: 'avalon-r6'
83+
gem 'media_element_add_to_playlist', git: 'https://github.com/avalonmediasystem/media-element-add-to-playlist.git', tag: 'avalon-r6.1'
8484
gem 'mediaelement-track-scrubber', git: 'https://github.com/avalonmediasystem/mediaelement-track-scrubber.git', tag: 'avalon-r6'
8585

8686

@@ -135,10 +135,10 @@ group :test do
135135
gem 'coveralls'
136136
gem 'shoulda-matchers'
137137
gem 'fakefs', require: 'fakefs/safe'
138-
gem 'fakeweb'
139138
gem 'email_spec'
140139
gem 'capybara'
141140
gem 'hashdiff'
141+
gem 'webmock'
142142
end
143143

144144
group :mysql, optional: true do

Gemfile.lock

Lines changed: 51 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ GIT
1717

1818
GIT
1919
remote: https://github.com/avalonmediasystem/avalon-workflow.git
20-
revision: 5a1de58dd3cad3953eeb3dd53756dcde996ddb30
21-
tag: avalon-r6
20+
revision: ce676ddcec233fb525305579f26142965691d2ba
21+
tag: avalon-r6.1
2222
specs:
2323
avalon-workflow (0.0.3)
2424

2525
GIT
2626
remote: https://github.com/avalonmediasystem/media-element-add-to-playlist.git
27-
revision: af3644c432e8c61dc6d31a0c72ab4bf28c6ecbdd
28-
tag: avalon-r6
27+
revision: fd9c084cf9c39c05b96a5e4ecfb1b9bcfd5c883d
28+
tag: avalon-r6.1
2929
specs:
3030
media_element_add_to_playlist (0.0.1)
3131
rails (~> 4.0)
@@ -76,17 +76,17 @@ GIT
7676

7777
GIT
7878
remote: https://github.com/avalonmediasystem/mediaelement_rails.git
79-
revision: 6a9911e34a02c4fd8989d723b105b13168bb2611
80-
tag: avalon-r6
79+
revision: 8ce0042124460f1c3893372afcee34a93d25f8fd
80+
tag: avalon-r6_flash-fix
8181
specs:
8282
mediaelement_rails (0.5.1)
8383
jquery-rails (>= 1.0)
8484
railties (>= 3.1)
8585

8686
GIT
8787
remote: https://github.com/avalonmediasystem/mediainfo.git
88-
revision: af770d3c4c9867335a2ae0e564f2cfd9bce56aa3
89-
tag: avalon-r6
88+
revision: 5e28f2b58cefb20b6e06f022256ea1d13b761b1f
89+
tag: avalon-r6.1
9090
specs:
9191
mediainfo (0.7.1)
9292

@@ -101,7 +101,8 @@ GIT
101101

102102
GIT
103103
remote: https://github.com/avalonmediasystem/rubyhorn.git
104-
revision: 9849835a4711f671371e8ef8b18e87bb9183cbba
104+
revision: fd1e0ee2cca53df515f58690603e9a6351066106
105+
tag: avalon-r6
105106
specs:
106107
rubyhorn (0.0.6)
107108
activesupport
@@ -119,15 +120,6 @@ GIT
119120
whenever (0.9.7)
120121
chronic (>= 0.6.3)
121122

122-
GIT
123-
remote: https://github.com/projecthydra-labs/speedy_af.git
124-
revision: 661b34c57f4e8de9db2c07aa80acce7c6288462d
125-
tag: v0.1.0
126-
specs:
127-
speedy-af (0.1.0)
128-
active-fedora (>= 11.0.0)
129-
activesupport
130-
131123
GEM
132124
remote: https://rubygems.org/
133125
specs:
@@ -150,14 +142,15 @@ GEM
150142
erubis (~> 2.7.0)
151143
rails-dom-testing (~> 1.0, >= 1.0.5)
152144
rails-html-sanitizer (~> 1.0, >= 1.0.2)
153-
active-fedora (11.0.1)
145+
active-fedora (11.2.0)
154146
active-triples (~> 0.11.0)
155147
activemodel (>= 4.2, < 6)
156148
activesupport (>= 4.2.4, < 6)
157149
deprecation
158150
ldp (~> 0.6.0)
159-
rsolr (~> 1.1, >= 1.1.2)
160-
solrizer (~> 3.4)
151+
rsolr (>= 1.1.2, < 3)
152+
ruby-progressbar (~> 1.0)
153+
solrizer (>= 3.4, < 5)
161154
active-triples (0.11.0)
162155
activemodel (>= 3.0.0)
163156
activesupport (>= 3.0.0)
@@ -166,14 +159,14 @@ GEM
166159
active_annotations (0.2.2)
167160
json-ld
168161
rdf-vocab (~> 2.1.0)
169-
active_encode (0.0.3)
162+
active_encode (0.1.1)
170163
activesupport
171164
active_fedora-datastreams (0.1.0)
172165
active-fedora (>= 11.0.0.pre, < 12)
173166
nom-xml (>= 0.5.1)
174167
om (~> 3.1)
175168
rdf-rdfxml (~> 2.0)
176-
active_fedora-noid (2.0.0)
169+
active_fedora-noid (2.0.2)
177170
active-fedora (>= 9.7, < 12)
178171
noid (~> 0.9)
179172
rails (>= 4.2.7.1, < 6)
@@ -296,6 +289,8 @@ GEM
296289
term-ansicolor (~> 1.3)
297290
thor (~> 0.19.1)
298291
tins (~> 1.6)
292+
crack (0.4.3)
293+
safe_yaml (~> 1.0.0)
299294
daemons (1.2.4)
300295
database_cleaner (1.5.3)
301296
debug_inspector (0.0.2)
@@ -339,7 +334,6 @@ GEM
339334
fakefs (0.10.1)
340335
faker (1.6.6)
341336
i18n (~> 0.5)
342-
fakeweb (1.3.0)
343337
faraday (0.9.2)
344338
multipart-post (>= 1.2, < 3)
345339
fcrepo_wrapper (0.7.0)
@@ -351,8 +345,8 @@ GEM
351345
flamegraph (0.9.5)
352346
font-awesome-rails (4.7.0.1)
353347
railties (>= 3.2, < 5.1)
354-
globalid (0.3.7)
355-
activesupport (>= 4.1.0)
348+
globalid (0.4.0)
349+
activesupport (>= 4.2.0)
356350
google-api-client (0.8.7)
357351
activesupport (>= 3.2, < 5.0)
358352
addressable (~> 2.3)
@@ -409,7 +403,7 @@ GEM
409403
hydra-access-controls (= 10.3.4)
410404
hydra-core (= 10.3.4)
411405
rails (>= 3.2.6)
412-
i18n (0.8.1)
406+
i18n (0.8.4)
413407
iconv (1.0.4)
414408
ims-lti (1.1.13)
415409
builder
@@ -424,9 +418,9 @@ GEM
424418
jquery-ui-rails (6.0.1)
425419
railties (>= 3.2.16)
426420
json (1.8.6)
427-
json-ld (2.1.0)
428-
multi_json (~> 1.11)
429-
rdf (~> 2.1)
421+
json-ld (2.1.3)
422+
multi_json (~> 1.12)
423+
rdf (~> 2.2)
430424
jwt (1.5.6)
431425
kaminari (0.17.0)
432426
actionpack (>= 3.0.0)
@@ -454,7 +448,7 @@ GEM
454448
railties (>= 4, < 5.1)
455449
loofah (2.0.3)
456450
nokogiri (>= 1.5.9)
457-
mail (2.6.4)
451+
mail (2.6.5)
458452
mime-types (>= 1.16, < 4)
459453
media-element-logo-plugin (0.0.2)
460454
rails (>= 3.2.3)
@@ -466,20 +460,20 @@ GEM
466460
mime-types-data (3.2016.0521)
467461
mimemagic (0.3.2)
468462
mini_portile2 (2.1.0)
469-
minitest (5.10.1)
463+
minitest (5.10.2)
470464
mono_logger (1.1.0)
471465
multi_json (1.12.1)
472466
multi_xml (0.6.0)
473467
multipart-post (2.0.0)
474468
mysql2 (0.4.5)
475-
net-http-digest_auth (1.4)
469+
net-http-digest_auth (1.4.1)
476470
net-ldap (0.15.0)
477471
net-scp (1.2.1)
478472
net-ssh (>= 2.6.5)
479473
net-ssh (3.2.0)
480474
netrc (0.11.0)
481475
noid (0.9.0)
482-
nokogiri (1.7.0.1)
476+
nokogiri (1.7.2)
483477
mini_portile2 (~> 2.1.0)
484478
nom-xml (0.6.0)
485479
activesupport (>= 3.2.18)
@@ -520,7 +514,7 @@ GEM
520514
pry-rails (0.3.4)
521515
pry (>= 0.9.10)
522516
public_suffix (2.0.4)
523-
rack (1.6.5)
517+
rack (1.6.8)
524518
rack-mini-profiler (0.10.2)
525519
rack (>= 1.2.0)
526520
rack-protection (1.5.3)
@@ -555,7 +549,7 @@ GEM
555549
rake (12.0.0)
556550
rb-readline (0.5.3)
557551
rchardet (1.6.1)
558-
rdf (2.1.1)
552+
rdf (2.2.6)
559553
hamster (~> 3.0)
560554
link_header (~> 0.0, >= 0.0.8)
561555
rdf-aggregate-repo (2.0.0)
@@ -573,10 +567,10 @@ GEM
573567
rdf (~> 2.0)
574568
rdf-rdfa (~> 2.0)
575569
rdf-xsd (~> 2.0)
576-
rdf-turtle (2.0.0)
577-
ebnf (~> 1.0, >= 1.0.1)
578-
rdf (~> 2.0)
579-
rdf-vocab (2.1.0)
570+
rdf-turtle (2.2.0)
571+
ebnf (~> 1.1)
572+
rdf (~> 2.2)
573+
rdf-vocab (2.1.1)
580574
rdf (~> 2.1)
581575
rdf-xsd (2.0.0)
582576
rdf (~> 2.0)
@@ -648,6 +642,7 @@ GEM
648642
rubyzip (1.2.1)
649643
rufus-scheduler (3.3.1)
650644
tzinfo
645+
safe_yaml (1.0.4)
651646
sass (3.4.22)
652647
sass-rails (5.0.6)
653648
railties (>= 4.0.0, < 6)
@@ -684,12 +679,15 @@ GEM
684679
faraday
685680
ruby-progressbar
686681
rubyzip
687-
solrizer (3.4.0)
682+
solrizer (3.4.1)
688683
activesupport
689684
daemons
690685
nokogiri
691686
stomp
692687
xml-simple
688+
speedy-af (0.1.1)
689+
active-fedora (>= 11.0.0)
690+
activesupport
693691
sprockets (3.7.1)
694692
concurrent-ruby (~> 1.0)
695693
rack (> 1, < 3)
@@ -715,7 +713,7 @@ GEM
715713
actionpack (>= 3.1)
716714
jquery-rails
717715
railties (>= 3.1)
718-
tzinfo (1.2.2)
716+
tzinfo (1.2.3)
719717
thread_safe (~> 0.1)
720718
uber (0.0.15)
721719
uglifier (3.0.4)
@@ -733,6 +731,10 @@ GEM
733731
binding_of_caller (>= 0.7.2)
734732
railties (>= 4.0)
735733
sprockets-rails (>= 2.0, < 4.0)
734+
webmock (3.0.1)
735+
addressable (>= 2.3.6)
736+
crack (>= 0.3.2)
737+
hashdiff
736738
with_locking (1.0.2)
737739
xml-simple (1.1.5)
738740
xpath (2.0.0)
@@ -743,11 +745,11 @@ PLATFORMS
743745

744746
DEPENDENCIES
745747
about_page!
746-
active-fedora (>= 10.3.0)
748+
active-fedora (~> 11.2)
747749
active_annotations (~> 0.2.2)
748-
active_encode (~> 0.0.3)
750+
active_encode (~> 0.1.1)
749751
active_fedora-datastreams
750-
active_fedora-noid (~> 2.0.0)
752+
active_fedora-noid (~> 2.0.2)
751753
activerecord-session_store
752754
acts_as_list
753755
api-pagination
@@ -775,7 +777,6 @@ DEPENDENCIES
775777
factory_girl_rails
776778
fakefs
777779
faker
778-
fakeweb
779780
fcrepo_wrapper
780781
fedora-migrate (~> 0.5.0)
781782
flamegraph
@@ -808,7 +809,7 @@ DEPENDENCIES
808809
rack-mini-profiler
809810
rails (= 4.2.7.1)
810811
rb-readline
811-
rdf (~> 2.1.1)
812+
rdf (~> 2.2)
812813
rdf-rdfxml
813814
resque (~> 1.26.0)
814815
resque-scheduler (~> 4.3.0)
@@ -823,13 +824,14 @@ DEPENDENCIES
823824
shoulda-matchers
824825
simplecov
825826
solr_wrapper (>= 0.16)
826-
speedy-af!
827+
speedy-af (~> 0.1.1)
827828
sqlite3
828829
stackprof
829830
uglifier (>= 1.3.0)
830831
web-console (~> 2.0)
832+
webmock
831833
whenever!
832834
with_locking
833835

834836
BUNDLED WITH
835-
1.14.3
837+
1.14.6

0 commit comments

Comments
 (0)