Skip to content

Commit

Permalink
Revert "Configure mini_magick to use posix_spawn instead of open3."
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Oct 6, 2015
1 parent e64fff8 commit b346030
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 37 deletions.
1 change: 0 additions & 1 deletion History.md
Expand Up @@ -2,7 +2,6 @@

## 6.3.1

* Configure minimagick to use posix-spawn instead of popen3 (rake task must be run). [Anna Headley]
* Add configuration allowing select menu on batch upload to upload files to a collection. [E. Lynette Rayle]
* Bump active-fedora version to 9.4 [E. Lynette Rayle]
* Bump hydra-collections to 5.0.3 [E. Lynette Rayle]
Expand Down
6 changes: 0 additions & 6 deletions spec/jobs/create_derivatives_job_spec.rb
Expand Up @@ -171,10 +171,4 @@
end
end
end

describe 'minimagick setup' do
it 'uses posix-spawn' do
expect(MiniMagick.shell_api).to eq('posix-spawn')
end
end
end
6 changes: 0 additions & 6 deletions sufia-models/lib/generators/sufia/models/install_generator.rb
Expand Up @@ -17,7 +17,6 @@ class Sufia::Models::InstallGenerator < Sufia::Models::AbstractMigrationGenerato
10. Runs user stats generator
11. Runs citation config generator
12. Runs upload_to_collection config generator
13. Generates mini-magick config
"""
def banner
say_status("info", "GENERATING SUFIA MODELS", :blue)
Expand Down Expand Up @@ -122,9 +121,4 @@ def citation_config
def upload_to_collection_config
generate 'sufia:models:upload_to_collection_config'
end

# Add mini-magick configuration
def minimagic_config
generate 'sufia:models:minimagick_config'
end
end

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion sufia-models/sufia-models.gemspec
Expand Up @@ -49,5 +49,4 @@ Gem::Specification.new do |spec|
else
spec.add_dependency 'mini_magick'
end
spec.add_dependency 'posix-spawn'
end

0 comments on commit b346030

Please sign in to comment.