Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
use dor-services-app to publish metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeerin1 committed Dec 12, 2013
1 parent f4ef1f8 commit 820b51c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ source 'https://rubygems.org'
source 'http://sul-gems.stanford.edu'

gem 'rails', '3.2.16'

gem "druid-tools", "~> 0.3.0"
gem 'dor-workflow-service', '=1.4.1'
gem "moab-versioning", "=1.3.1"
gem 'dor-services', ">= 4.4.6"
gem 'dor-services', ">= 4.4.9"
gem 'sul_chrome', '~> 0.1.0'
gem 'about_page'
gem 'is_it_working-cbeer', "~> 1.0.13"
Expand Down
31 changes: 15 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
bootstrap-sass (2.3.2.1)
sass (~> 3.2)
builder (3.0.4)
byebug (2.4.0)
byebug (2.4.1)
columnize (~> 0.3.6)
debugger-linecache (~> 1.2.0)
cancan (1.6.10)
Expand Down Expand Up @@ -132,12 +132,12 @@ GEM
diff-lcs (1.2.5)
docile (1.1.1)
docopt (0.5.0)
dor-services (4.4.7)
dor-services (4.4.9)
active-fedora (~> 5.6, >= 5.6.3)
activesupport
confstruct (>= 0.2.2)
dor-workflow-service (~> 1.4)
druid-tools (>= 0.2.3)
druid-tools (>= 0.3.0)
equivalent-xml (>= 0.2.2)
json
lyber-utils
Expand All @@ -161,10 +161,10 @@ GEM
confstruct
nokogiri
rest-client
druid-tools (0.2.3)
druid-tools (0.3.0)
dynamic_form (1.1.4)
ensure_valid_encoding (0.5.3)
equivalent-xml (0.3.0)
equivalent-xml (0.4.0)
nokogiri (>= 1.4.3)
erubis (2.7.0)
execjs (2.0.2)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
activesupport (>= 3.0.0)
launchy (2.4.2)
addressable (~> 2.3)
letter_opener (1.1.2)
letter_opener (1.2.0)
launchy (~> 2.2)
libv8 (3.16.14.3)
libxml-ruby (2.7.0)
Expand Down Expand Up @@ -278,7 +278,7 @@ GEM
net-ssh-krb (0.3.0)
gssapi (~> 1.1.2)
net-ssh (>= 2.0)
newrelic_rpm (3.6.9.171)
newrelic_rpm (3.7.0.177)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
nom-xml (0.5.1)
Expand All @@ -293,7 +293,7 @@ GEM
nokogiri (>= 1.4.2)
orm_adapter (0.5.0)
polyglot (0.3.3)
posix-spawn (0.3.6)
posix-spawn (0.3.8)
progressbar (0.21.0)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
Expand Down Expand Up @@ -321,14 +321,12 @@ GEM
thor (>= 0.14.6, < 2.0)
rainbow (1.1.4)
rake (10.1.0)
rdf (1.0.10.2)
addressable (>= 2.3)
rdf (1.1.0.1)
rdf-rdfxml (0.3.9)
rdf (>= 0.3.11)
rdf-xsd (>= 0.3.8)
rdf-xsd (1.0.2.1)
nokogiri (>= 1.5.0)
rdf (>= 0.3.4)
rdf-xsd (1.1.0)
rdf (>= 1.1)
rdoc (3.12.2)
json (~> 1.4)
ref (1.0.5)
Expand Down Expand Up @@ -392,11 +390,11 @@ GEM
sqlite3 (1.3.8)
stanford-mods (0.0.22)
mods
stomp (1.3.1)
stomp (1.3.2)
sul_chrome (0.1.0)
bootstrap-sass
rails (>= 3.1.0)
systemu (2.5.2)
systemu (2.6.0)
therubyracer (0.12.0)
libv8 (~> 3.16.14.0)
ref
Expand Down Expand Up @@ -446,8 +444,9 @@ DEPENDENCIES
database_cleaner
debugger
devise (~> 2.2.5)
dor-services (>= 4.4.6)
dor-services (>= 4.4.9)
dor-workflow-service (= 1.4.1)
druid-tools (~> 0.3.0)
dynamic_form
gssapi!
hydra-head (~> 5.1)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2013.12.09
2013.12.11
2 changes: 1 addition & 1 deletion app/models/hydrus/generic_object_stuff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def hydrus_class_to_s
def publish_metadata
return unless should_start_assembly_wf
cannot_do(:publish_metadata) unless is_assemblable()
super()
publish_metadata_remotely
end

# Takes a list of fields that were changed by the user and
Expand Down

0 comments on commit 820b51c

Please sign in to comment.