Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 695d80a

Browse files
author
Jim Coble
committed
Merge branch 'release-4-9-3'
2 parents be85613 + 6bb075f commit 695d80a

File tree

5 files changed

+23
-21
lines changed

5 files changed

+23
-21
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ruby '2.3.1'
44
gem 'rails', '4.2.7'
55

66
gem 'ddr-alerts', '1.1.0'
7-
gem 'ddr-batch', '1.6.0'
8-
gem 'ddr-models', '2.10.1'
7+
gem 'ddr-batch', '1.6.1'
8+
gem 'ddr-models', '2.10.2'
99

1010
gem 'hydra-head', '7.2.2'
1111
gem 'blacklight', '5.19.2'
@@ -30,7 +30,7 @@ gem 'therubyracer', require: 'v8', group: :production
3030
# For mapping file extensions to MIME types
3131
gem 'mime-types', '~> 2.6'
3232

33-
gem 'paperclip', '~> 4.2'
33+
gem 'paperclip', '~> 5.2'
3434

3535
# Filesystem representation
3636
gem 'rubytree'

Gemfile.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GEM
9696
xpath (~> 2.0)
9797
childprocess (0.6.1)
9898
ffi (~> 1.0, >= 1.0.11)
99-
climate_control (0.1.0)
99+
climate_control (0.2.0)
100100
cocaine (0.5.8)
101101
climate_control (>= 0.0.3, < 1.0)
102102
coercible (1.0.0)
@@ -107,13 +107,13 @@ GEM
107107
ddr-alerts (1.1.0)
108108
rails (~> 4.2)
109109
ddr-antivirus (2.1.1)
110-
ddr-batch (1.6.0)
110+
ddr-batch (1.6.1)
111111
ddr-models (~> 2.10)
112112
devise (~> 3.4)
113113
log4r
114-
paperclip (~> 4.2.0)
114+
paperclip (~> 5.2)
115115
rails (~> 4.1)
116-
ddr-models (2.10.1)
116+
ddr-models (2.10.2)
117117
active-fedora (>= 7.3.1, < 8)
118118
activeresource
119119
cancancan (~> 1.12)
@@ -257,7 +257,8 @@ GEM
257257
mail (2.6.4)
258258
mime-types (>= 1.16, < 4)
259259
mime-types (2.99.3)
260-
mini_portile2 (2.1.0)
260+
mimemagic (0.3.2)
261+
mini_portile2 (2.3.0)
261262
minitest (5.10.1)
262263
mono_logger (1.1.0)
263264
multi_json (1.12.1)
@@ -267,8 +268,8 @@ GEM
267268
net-http-persistent (2.9.4)
268269
net-ldap (0.16.1)
269270
netrc (0.11.0)
270-
nokogiri (1.7.0.1)
271-
mini_portile2 (~> 2.1.0)
271+
nokogiri (1.8.2)
272+
mini_portile2 (~> 2.3.0)
272273
nom-xml (0.6.0)
273274
activesupport (>= 3.2.18)
274275
i18n
@@ -287,14 +288,15 @@ GEM
287288
capybara (>= 1.1)
288289
rspec (>= 2.14)
289290
orm_adapter (0.5.0)
290-
paperclip (4.2.4)
291-
activemodel (>= 3.2.0)
292-
activesupport (>= 3.2.0)
291+
paperclip (5.2.1)
292+
activemodel (>= 4.2.0)
293+
activesupport (>= 4.2.0)
293294
cocaine (~> 0.5.5)
294295
mime-types
296+
mimemagic (~> 0.3.0)
295297
public_suffix (2.0.5)
296298
rack (1.6.5)
297-
rack-protection (1.5.3)
299+
rack-protection (1.5.5)
298300
rack
299301
rack-test (0.6.3)
300302
rack (>= 1.0)
@@ -518,8 +520,8 @@ DEPENDENCIES
518520
capybara (~> 2.0)
519521
database_cleaner
520522
ddr-alerts (= 1.1.0)
521-
ddr-batch (= 1.6.0)
522-
ddr-models (= 2.10.1)
523+
ddr-batch (= 1.6.1)
524+
ddr-models (= 2.10.2)
523525
deprecation
524526
devise
525527
equivalent-xml
@@ -534,7 +536,7 @@ DEPENDENCIES
534536
mysql2 (~> 0.4.5)
535537
nest (= 1.1.2)
536538
orderly
537-
paperclip (~> 4.2)
539+
paperclip (~> 5.2)
538540
rails (= 4.2.7)
539541
responders (~> 2.0)
540542
resque (= 1.25.2)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<%= f.label :admin_set, "Admin Set" %>
2-
<%= f.select :admin_set, admin_set_options_for_select, {include_blank: "N/A"}, {class: "form-control"} %>
2+
<%= f.select :admin_set, admin_set_options_for_select, {class: "form-control"} %>

app/views/application/_object_summary.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<%= current_object.class.to_s %> <%= current_object.pid %><br/>
1515
<hr/>
1616
</li>
17-
<% if current_object.respond_to?(:identifier) && current_object.identifier.present? %>
17+
<% if current_document.local_id.present? %>
1818
<li class="small">
19-
<%= current_object.identifier.first %>
19+
<%= current_document.local_id %>
2020
</li>
2121
<% end %>
2222
<% if current_document.has_content? %>

lib/dul_hydra/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DulHydra
2-
VERSION = "4.9.2"
2+
VERSION = "4.9.3"
33
end

0 commit comments

Comments
 (0)