curate 0.6.4 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/curate/organizations_controller.rb +96 -0
- data/app/helpers/curate/organizations_helper.rb +13 -0
- data/app/helpers/curate_helper.rb +4 -0
- data/app/models/concerns/curate/ability.rb +8 -0
- data/app/models/curate/user_behavior/base.rb +13 -0
- data/app/repository_models/collection.rb +1 -0
- data/app/repository_models/curation_concern/model.rb +1 -0
- data/app/repository_models/organization.rb +17 -0
- data/app/repository_models/person.rb +1 -0
- data/app/repository_models/profile_section.rb +1 -0
- data/app/views/curate/organizations/_button_create_organization.html.erb +1 -0
- data/app/views/curate/organizations/_document_list.html.erb +11 -0
- data/app/views/curate/organizations/_form.html.erb +49 -0
- data/app/views/curate/organizations/_organization.html.erb +24 -0
- data/app/views/curate/organizations/edit.html.erb +4 -0
- data/app/views/curate/organizations/index.html.erb +11 -0
- data/app/views/curate/organizations/new.html.erb +4 -0
- data/app/views/curate/organizations/show.html.erb +27 -0
- data/app/views/organizations/_organization.html.erb +30 -0
- data/app/views/shared/_add_content.html.erb +1 -0
- data/lib/curate/rails/routes.rb +1 -0
- data/lib/curate/version.rb +1 -1
- data/lib/generators/curate/application_template.rb +1 -1
- data/lib/generators/curate/curate_generator.rb +3 -0
- data/spec/abilities/generic_file_abilities_spec.rb +12 -0
- data/spec/abilities/generic_work_abilities_spec.rb +12 -0
- data/spec/controllers/curate/organizations_controller_spec.rb +50 -0
- data/spec/factories/organizations_factory.rb +21 -0
- data/spec/internal/Gemfile +4 -22
- data/spec/internal/Gemfile.lock +1 -376
- data/spec/internal/app/assets/javascripts/application.js +0 -4
- data/spec/internal/app/assets/stylesheets/application.css +0 -1
- data/spec/internal/app/controllers/application_controller.rb +0 -9
- data/spec/internal/config/application.rb +0 -6
- data/spec/internal/config/environments/test.rb +1 -2
- data/spec/internal/config/initializers/mime_types.rb +1 -8
- data/spec/internal/config/initializers/secret_token.rb +1 -1
- data/spec/internal/config/locales/en.yml +20 -11
- data/spec/internal/config/routes.rb +0 -8
- data/spec/internal/db/development.sqlite3 +0 -0
- data/spec/internal/db/schema.rb +1 -216
- data/spec/internal/db/test.sqlite3 +0 -0
- data/spec/internal/lib/generators/test_app_generator.rb +2 -23
- data/spec/internal/log/development.log +4 -323
- data/spec/repository_models/organization_spec.rb +66 -0
- metadata +20 -160
- data/spec/internal/app/assets/images/blacklight/bg.png +0 -0
- data/spec/internal/app/assets/images/blacklight/border.png +0 -0
- data/spec/internal/app/assets/images/blacklight/bul_sq_gry.gif +0 -0
- data/spec/internal/app/assets/images/blacklight/checkmark.gif +0 -0
- data/spec/internal/app/assets/images/blacklight/logo.png +0 -0
- data/spec/internal/app/assets/images/blacklight/magnifying_glass.gif +0 -0
- data/spec/internal/app/assets/images/blacklight/remove.gif +0 -0
- data/spec/internal/app/assets/images/blacklight/separator.gif +0 -0
- data/spec/internal/app/assets/images/blacklight/start_over.gif +0 -0
- data/spec/internal/app/models/ability.rb +0 -20
- data/spec/internal/app/models/solr_document.rb +0 -38
- data/spec/internal/app/models/user.rb +0 -23
- data/spec/internal/config/SolrMarc/config-test.properties +0 -37
- data/spec/internal/config/SolrMarc/config.properties +0 -37
- data/spec/internal/config/SolrMarc/index.properties +0 -97
- data/spec/internal/config/SolrMarc/index_scripts/dewey.bsh +0 -47
- data/spec/internal/config/SolrMarc/index_scripts/format.bsh +0 -126
- data/spec/internal/config/SolrMarc/translation_maps/README_MAPS +0 -1
- data/spec/internal/config/SolrMarc/translation_maps/callnumber_map.properties +0 -407
- data/spec/internal/config/SolrMarc/translation_maps/composition_era_map.properties +0 -56
- data/spec/internal/config/SolrMarc/translation_maps/country_map.properties +0 -379
- data/spec/internal/config/SolrMarc/translation_maps/format_map.properties +0 -50
- data/spec/internal/config/SolrMarc/translation_maps/instrument_map.properties +0 -101
- data/spec/internal/config/SolrMarc/translation_maps/language_map.properties +0 -490
- data/spec/internal/config/doi.yml +0 -5
- data/spec/internal/config/fedora.yml +0 -14
- data/spec/internal/config/initializers/action_dispatch_http_upload_monkey_patch.rb +0 -12
- data/spec/internal/config/initializers/curate_config.rb +0 -24
- data/spec/internal/config/initializers/devise.rb +0 -254
- data/spec/internal/config/initializers/hydra-remote_identifier_config.rb +0 -29
- data/spec/internal/config/initializers/hydra_config.rb +0 -28
- data/spec/internal/config/initializers/mailboxer.rb +0 -17
- data/spec/internal/config/initializers/redis_config.rb +0 -32
- data/spec/internal/config/initializers/resque_admin.rb +0 -10
- data/spec/internal/config/initializers/resque_config.rb +0 -5
- data/spec/internal/config/initializers/sufia.rb +0 -81
- data/spec/internal/config/jetty.yml +0 -5
- data/spec/internal/config/locales/devise.en.yml +0 -59
- data/spec/internal/config/recipients_list.yml +0 -2
- data/spec/internal/config/redis.yml +0 -6
- data/spec/internal/config/role_map_cucumber.yml +0 -10
- data/spec/internal/config/role_map_development.yml +0 -12
- data/spec/internal/config/role_map_production.yml +0 -2
- data/spec/internal/config/role_map_test.yml +0 -15
- data/spec/internal/config/solr.yml +0 -10
- data/spec/internal/db/migrate/20140131175455_devise_create_users.rb +0 -42
- data/spec/internal/db/migrate/20140131175500_add_devise_guests_to_users.rb +0 -15
- data/spec/internal/db/migrate/20140131175501_create_searches.rb +0 -16
- data/spec/internal/db/migrate/20140131175502_create_bookmarks.rb +0 -18
- data/spec/internal/db/migrate/20140131175503_remove_editable_fields_from_bookmarks.rb +0 -12
- data/spec/internal/db/migrate/20140131175504_add_user_types_to_bookmarks_searches.rb +0 -16
- data/spec/internal/db/migrate/20140131175505_acts_as_follower_migration.rb +0 -17
- data/spec/internal/db/migrate/20140131175506_add_social_to_users.rb +0 -13
- data/spec/internal/db/migrate/20140131175507_create_single_use_links.rb +0 -12
- data/spec/internal/db/migrate/20140131175508_add_ldap_attrs_to_user.rb +0 -27
- data/spec/internal/db/migrate/20140131175509_add_avatars_to_users.rb +0 -9
- data/spec/internal/db/migrate/20140131175510_create_checksum_audit_logs.rb +0 -20
- data/spec/internal/db/migrate/20140131175511_create_version_committers.rb +0 -15
- data/spec/internal/db/migrate/20140131175512_add_groups_to_users.rb +0 -11
- data/spec/internal/db/migrate/20140131175513_create_local_authorities.rb +0 -50
- data/spec/internal/db/migrate/20140131175514_create_trophies.rb +0 -10
- data/spec/internal/db/migrate/20140131175536_create_mailboxer.mailboxer_engine.rb +0 -62
- data/spec/internal/db/migrate/20140131175537_add_notified_object.mailboxer_engine.rb +0 -18
- data/spec/internal/db/migrate/20140131175538_add_notification_code.mailboxer_engine.rb +0 -14
- data/spec/internal/db/migrate/20140131175539_add_attachments.mailboxer_engine.rb +0 -10
- data/spec/internal/db/migrate/20140131175540_rename_receipts_read.mailboxer_engine.rb +0 -10
- data/spec/internal/db/migrate/20140131175541_add_global_notification_support.mailboxer_engine.rb +0 -10
- data/spec/internal/db/migrate/20140131175545_add_terms_of_service_to_user.curate_engine.rb +0 -6
- data/spec/internal/db/migrate/20140131175546_add_user_force_update_profile.curate_engine.rb +0 -9
- data/spec/internal/db/migrate/20140131175547_create_help_requests.curate_engine.rb +0 -23
- data/spec/internal/db/migrate/20140131175548_add_repository_id_to_user.curate_engine.rb +0 -7
- data/spec/internal/db/migrate/20140131175549_create_curate_proxy_deposit_rights.curate_engine.rb +0 -12
- data/spec/internal/db/migrate/20140131175550_change_display_name_to_name.curate_engine.rb +0 -7
- data/spec/internal/fedora_conf/conf/development/fedora.fcfg +0 -953
- data/spec/internal/fedora_conf/conf/test/fedora.fcfg +0 -953
- data/spec/internal/solr_conf/conf/schema.xml +0 -273
- data/spec/internal/solr_conf/conf/solrconfig.xml +0 -167
- data/spec/internal/solr_conf/solr.xml +0 -35
- data/spec/internal/test/models/user_test.rb +0 -7
@@ -29,6 +29,18 @@ describe "User" do
|
|
29
29
|
}
|
30
30
|
end
|
31
31
|
|
32
|
+
describe 'as a repository manager' do
|
33
|
+
let(:email) { 'manager@example.com' }
|
34
|
+
let(:manager_user) { FactoryGirl.create(:user, email: email) }
|
35
|
+
let(:creating_user) { user }
|
36
|
+
let(:current_user) { manager_user }
|
37
|
+
it {
|
38
|
+
should be_able_to(:create, GenericFile.new)
|
39
|
+
should be_able_to(:update, generic_file)
|
40
|
+
should be_able_to(:destroy, generic_file)
|
41
|
+
}
|
42
|
+
end
|
43
|
+
|
32
44
|
describe 'another authenticated user' do
|
33
45
|
let(:creating_user) { FactoryGirl.create(:user) }
|
34
46
|
let(:current_user) { user }
|
@@ -35,6 +35,18 @@ describe "User" do
|
|
35
35
|
}
|
36
36
|
end
|
37
37
|
|
38
|
+
describe 'as a repository manager' do
|
39
|
+
let(:email) { 'manager@example.com' }
|
40
|
+
let(:manager_user) { FactoryGirl.create(:user, email: email) }
|
41
|
+
let(:creating_user) { user }
|
42
|
+
let(:current_user) { manager_user }
|
43
|
+
it {
|
44
|
+
should be_able_to(:create, GenericWork.new)
|
45
|
+
should be_able_to(:update, generic_work)
|
46
|
+
should be_able_to(:destroy, generic_work)
|
47
|
+
}
|
48
|
+
end
|
49
|
+
|
38
50
|
describe 'another authenticated user' do
|
39
51
|
let(:creating_user) { FactoryGirl.create(:user) }
|
40
52
|
let(:current_user) { user }
|
@@ -0,0 +1,50 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
describe Curate::OrganizationsController do
|
4
|
+
let(:user) { FactoryGirl.create(:user) }
|
5
|
+
before { sign_in user }
|
6
|
+
|
7
|
+
describe "#new" do
|
8
|
+
it 'renders the form' do
|
9
|
+
get :new
|
10
|
+
expect(response).to render_template('new')
|
11
|
+
end
|
12
|
+
end
|
13
|
+
|
14
|
+
describe "#create" do
|
15
|
+
it "should be successful" do
|
16
|
+
expect {
|
17
|
+
post :create, organization: { title: 'test title', description: 'test desc'}
|
18
|
+
}.to change{Organization.count}.by(1)
|
19
|
+
expect(response).to redirect_to organizations_path
|
20
|
+
expect(flash[:notice]).to eq 'Organization created successfully.'
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
describe "without access" do
|
25
|
+
describe "#update" do
|
26
|
+
let(:organization) { FactoryGirl.create(:organization) }
|
27
|
+
it "should be able to update permissions" do
|
28
|
+
patch :update, id: organization.id, visibility: Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PUBLIC
|
29
|
+
expect(response).to redirect_to root_path
|
30
|
+
expect(flash[:alert]).to eq 'You are not authorized to access this page.'
|
31
|
+
|
32
|
+
organization.reload.should_not be_open_access
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
|
37
|
+
describe "with access" do
|
38
|
+
describe "#update" do
|
39
|
+
let(:organization) { FactoryGirl.create(:organization, user: user) }
|
40
|
+
it "should be able to update permissions" do
|
41
|
+
patch :update, id: organization.id, organization: {visibility: Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PUBLIC}
|
42
|
+
expect(response).to redirect_to organization_path(organization)
|
43
|
+
expect(flash[:notice]).to eq 'Ogranization updated successfully.'
|
44
|
+
|
45
|
+
organization.reload.should be_open_access
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
FactoryGirl.define do
|
2
|
+
factory :organization do
|
3
|
+
ignore do
|
4
|
+
user {FactoryGirl.create(:user)}
|
5
|
+
end
|
6
|
+
sequence(:title) {|n| "Title #{n}"}
|
7
|
+
before(:create) { |work, evaluator|
|
8
|
+
work.apply_depositor_metadata(evaluator.user.user_key)
|
9
|
+
}
|
10
|
+
|
11
|
+
factory :public_organization do
|
12
|
+
visibility Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PUBLIC
|
13
|
+
end
|
14
|
+
|
15
|
+
factory :private_organization do
|
16
|
+
visibility Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PRIVATE
|
17
|
+
end
|
18
|
+
end
|
19
|
+
|
20
|
+
end
|
21
|
+
|
data/spec/internal/Gemfile
CHANGED
@@ -43,26 +43,8 @@ end
|
|
43
43
|
|
44
44
|
# Use debugger
|
45
45
|
# gem 'debugger', group: [:development, :test]
|
46
|
-
|
47
|
-
gem 'capybara'
|
48
|
-
gem 'launchy'
|
49
|
-
gem 'factory_girl_rails'
|
50
|
-
gem 'timecop'
|
51
|
-
gem 'vcr'
|
52
|
-
gem 'webmock'
|
53
|
-
gem 'rspec-html-matchers'
|
54
|
-
gem 'database_cleaner', '< 1.1.0', :group => :test
|
55
|
-
gem 'test_after_commit', group: :test
|
56
|
-
gem 'poltergeist', group: :test
|
57
|
-
gem 'simplecov', group: :test, require: false
|
58
|
-
gem 'coveralls', group: :test, require: false
|
59
|
-
gem 'kaminari', github: 'harai/kaminari', branch: 'route_prefix_prototype'
|
60
|
-
gem 'debugger'
|
46
|
+
gem 'curate', :path => '/Users/jfriesen/Repositories/curate'
|
61
47
|
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
group :development, :test do
|
66
|
-
gem "rspec-rails"
|
67
|
-
gem "jettywrapper"
|
68
|
-
end
|
48
|
+
if File.exists?("/Users/jfriesen/Repositories/curate/spec/test_app_templates/Gemfile.extra")
|
49
|
+
eval File.read("/Users/jfriesen/Repositories/curate/spec/test_app_templates/Gemfile.extra"), nil, "/Users/jfriesen/Repositories/curate/spec/test_app_templates/Gemfile.extra"
|
50
|
+
end
|
data/spec/internal/Gemfile.lock
CHANGED
@@ -1,38 +1,3 @@
|
|
1
|
-
GIT
|
2
|
-
remote: git://github.com/harai/kaminari.git
|
3
|
-
revision: 384fcb5d11b66a0cc8fad030104bf80f82616355
|
4
|
-
branch: route_prefix_prototype
|
5
|
-
specs:
|
6
|
-
kaminari (0.14.1)
|
7
|
-
actionpack (>= 3.0.0)
|
8
|
-
activesupport (>= 3.0.0)
|
9
|
-
|
10
|
-
PATH
|
11
|
-
remote: ../../../curate
|
12
|
-
specs:
|
13
|
-
curate (0.6.3)
|
14
|
-
active_attr
|
15
|
-
active_fedora-registered_attributes (~> 0.2.0)
|
16
|
-
bootstrap-datepicker-rails
|
17
|
-
breach-mitigation-rails
|
18
|
-
breadcrumbs_on_rails
|
19
|
-
browser
|
20
|
-
chronic (>= 0.10.2)
|
21
|
-
devise
|
22
|
-
devise-guests (~> 0.3)
|
23
|
-
hydra-batch-edit (~> 1.1.1)
|
24
|
-
hydra-collections (~> 1.3.0)
|
25
|
-
hydra-derivatives (>= 0.0.7)
|
26
|
-
hydra-file_characterization (>= 0.2.3)
|
27
|
-
hydra-remote_identifier (~> 0.6)
|
28
|
-
mini_magick
|
29
|
-
morphine
|
30
|
-
rails (~> 4.0.2)
|
31
|
-
rails_autolink
|
32
|
-
simple_form (~> 3.0.1)
|
33
|
-
sufia-models (~> 3.4.0)
|
34
|
-
virtus
|
35
|
-
|
36
1
|
GEM
|
37
2
|
remote: https://rubygems.org/
|
38
3
|
specs:
|
@@ -45,22 +10,6 @@ GEM
|
|
45
10
|
erubis (~> 2.7.0)
|
46
11
|
rack (~> 1.5.2)
|
47
12
|
rack-test (~> 0.6.2)
|
48
|
-
active-fedora (6.7.6)
|
49
|
-
activesupport (>= 3.0.0)
|
50
|
-
deprecation
|
51
|
-
mediashelf-loggable
|
52
|
-
nom-xml (>= 0.5.1)
|
53
|
-
om (~> 3.0.0)
|
54
|
-
rdf (~> 1.1.1.1)
|
55
|
-
rdf-rdfxml (= 1.0.1)
|
56
|
-
rsolr
|
57
|
-
rubydora (~> 1.6, >= 1.6.5)
|
58
|
-
active_attr (0.8.2)
|
59
|
-
activemodel (>= 3.0.2, < 4.1)
|
60
|
-
activesupport (>= 3.0.2, < 4.1)
|
61
|
-
active_fedora-registered_attributes (0.2.1)
|
62
|
-
active-fedora (>= 6.7.0)
|
63
|
-
active_attr (~> 0.8.2)
|
64
13
|
activemodel (4.0.2)
|
65
14
|
activesupport (= 4.0.2)
|
66
15
|
builder (~> 3.1.0)
|
@@ -70,66 +19,15 @@ GEM
|
|
70
19
|
activesupport (= 4.0.2)
|
71
20
|
arel (~> 4.0.0)
|
72
21
|
activerecord-deprecated_finders (1.0.3)
|
73
|
-
activerecord-import (0.4.1)
|
74
|
-
activerecord (>= 3.0)
|
75
|
-
activeresource (4.0.0)
|
76
|
-
activemodel (~> 4.0)
|
77
|
-
activesupport (~> 4.0)
|
78
|
-
rails-observers (~> 0.1.1)
|
79
22
|
activesupport (4.0.2)
|
80
23
|
i18n (~> 0.6, >= 0.6.4)
|
81
24
|
minitest (~> 4.2)
|
82
25
|
multi_json (~> 1.3)
|
83
26
|
thread_safe (~> 0.1)
|
84
27
|
tzinfo (~> 0.3.37)
|
85
|
-
|
86
|
-
addressable (2.3.5)
|
87
|
-
arel (4.0.1)
|
28
|
+
arel (4.0.2)
|
88
29
|
atomic (1.1.14)
|
89
|
-
axiom-types (0.0.5)
|
90
|
-
descendants_tracker (~> 0.0.1)
|
91
|
-
ice_nine (~> 0.9)
|
92
|
-
backports (3.4.1)
|
93
|
-
bcrypt-ruby (3.1.2)
|
94
|
-
blacklight (4.5.0)
|
95
|
-
bootstrap-sass (>= 2.2.0, < 2.4)
|
96
|
-
kaminari (~> 0.13)
|
97
|
-
marc (>= 0.4.3, < 1.1)
|
98
|
-
nokogiri (~> 1.6)
|
99
|
-
rails (>= 3.2.6, < 5)
|
100
|
-
rsolr (~> 1.0.6)
|
101
|
-
sass-rails
|
102
|
-
block_helpers (0.3.3)
|
103
|
-
activesupport (>= 2.0)
|
104
|
-
bootstrap-datepicker-rails (1.3.0.1)
|
105
|
-
railties (>= 3.0)
|
106
|
-
bootstrap-sass (2.3.2.2)
|
107
|
-
sass (~> 3.2)
|
108
|
-
breach-mitigation-rails (0.0.4)
|
109
|
-
breadcrumbs_on_rails (2.3.0)
|
110
|
-
browser (0.3.2)
|
111
30
|
builder (3.1.4)
|
112
|
-
cancan (1.6.10)
|
113
|
-
capybara (2.2.1)
|
114
|
-
mime-types (>= 1.16)
|
115
|
-
nokogiri (>= 1.3.3)
|
116
|
-
rack (>= 1.0.0)
|
117
|
-
rack-test (>= 0.5.4)
|
118
|
-
xpath (~> 2.0)
|
119
|
-
carrierwave (0.9.0)
|
120
|
-
activemodel (>= 3.2.0)
|
121
|
-
activesupport (>= 3.2.0)
|
122
|
-
json (>= 1.7)
|
123
|
-
childprocess (0.4.0)
|
124
|
-
ffi (~> 1.0, >= 1.0.11)
|
125
|
-
chronic (0.10.2)
|
126
|
-
climate_control (0.0.3)
|
127
|
-
activesupport (>= 3.0)
|
128
|
-
cliver (0.3.2)
|
129
|
-
cocaine (0.5.3)
|
130
|
-
climate_control (>= 0.0.3, < 1.0)
|
131
|
-
coercible (1.0.0)
|
132
|
-
descendants_tracker (~> 0.0.1)
|
133
31
|
coffee-rails (4.0.1)
|
134
32
|
coffee-script (>= 2.2.0)
|
135
33
|
railties (>= 4.0.0, < 5.0)
|
@@ -137,158 +35,25 @@ GEM
|
|
137
35
|
coffee-script-source
|
138
36
|
execjs
|
139
37
|
coffee-script-source (1.7.0)
|
140
|
-
columnize (0.3.6)
|
141
|
-
coveralls (0.7.0)
|
142
|
-
multi_json (~> 1.3)
|
143
|
-
rest-client
|
144
|
-
simplecov (>= 0.7)
|
145
|
-
term-ansicolor
|
146
|
-
thor
|
147
|
-
crack (0.4.1)
|
148
|
-
safe_yaml (~> 0.9.0)
|
149
|
-
daemons (1.1.9)
|
150
|
-
database_cleaner (1.0.1)
|
151
|
-
debugger (1.6.5)
|
152
|
-
columnize (>= 0.3.1)
|
153
|
-
debugger-linecache (~> 1.2.0)
|
154
|
-
debugger-ruby_core_source (~> 1.3.1)
|
155
|
-
debugger-linecache (1.2.0)
|
156
|
-
debugger-ruby_core_source (1.3.1)
|
157
|
-
deprecation (0.0.5)
|
158
|
-
activesupport
|
159
|
-
descendants_tracker (0.0.3)
|
160
|
-
devise (3.2.2)
|
161
|
-
bcrypt-ruby (~> 3.0)
|
162
|
-
orm_adapter (~> 0.1)
|
163
|
-
railties (>= 3.2.6, < 5)
|
164
|
-
thread_safe (~> 0.1)
|
165
|
-
warden (~> 1.2.3)
|
166
|
-
devise-guests (0.3.2)
|
167
|
-
devise
|
168
|
-
diff-lcs (1.2.5)
|
169
|
-
docile (1.1.2)
|
170
|
-
ensure_valid_encoding (0.5.3)
|
171
|
-
equalizer (0.0.9)
|
172
|
-
equivalent-xml (0.4.0)
|
173
|
-
nokogiri (>= 1.4.3)
|
174
38
|
erubis (2.7.0)
|
175
39
|
execjs (2.0.2)
|
176
|
-
factory_girl (4.3.0)
|
177
|
-
activesupport (>= 3.0.0)
|
178
|
-
factory_girl_rails (4.3.0)
|
179
|
-
factory_girl (~> 4.3.0)
|
180
|
-
railties (>= 3.0.0)
|
181
|
-
fastercsv (1.5.5)
|
182
|
-
ffi (1.9.3)
|
183
|
-
foreigner (1.6.1)
|
184
|
-
activerecord (>= 3.0.0)
|
185
40
|
hike (1.2.3)
|
186
|
-
hooks (0.3.3)
|
187
|
-
hydra-access-controls (6.4.1)
|
188
|
-
active-fedora (~> 6.6)
|
189
|
-
activesupport
|
190
|
-
blacklight (~> 4.0)
|
191
|
-
cancan
|
192
|
-
deprecation
|
193
|
-
hydra-batch-edit (1.1.1)
|
194
|
-
blacklight
|
195
|
-
hydra-collections
|
196
|
-
hydra-collections (1.3.2)
|
197
|
-
active-fedora (>= 6.7.0)
|
198
|
-
blacklight
|
199
|
-
hydra-head (~> 6.4.0)
|
200
|
-
hydra-core (6.4.1)
|
201
|
-
active-fedora
|
202
|
-
blacklight (~> 4.0)
|
203
|
-
block_helpers
|
204
|
-
deprecation (>= 0.0.5)
|
205
|
-
hydra-access-controls (= 6.4.1)
|
206
|
-
jettywrapper (>= 1.4.1)
|
207
|
-
rails (>= 3.2.3, < 5)
|
208
|
-
hydra-derivatives (0.0.7)
|
209
|
-
active-fedora
|
210
|
-
activesupport (>= 3.2.13, < 5.0)
|
211
|
-
hydra-file_characterization
|
212
|
-
mini_magick
|
213
|
-
hydra-file_characterization (0.3.1)
|
214
|
-
activesupport (>= 3.0.0)
|
215
|
-
hydra-head (6.4.1)
|
216
|
-
hydra-access-controls (= 6.4.1)
|
217
|
-
hydra-core (= 6.4.1)
|
218
|
-
rails (>= 3.2.6)
|
219
|
-
hydra-remote_identifier (0.6.2)
|
220
|
-
activesupport (>= 3.2.13, < 5.0)
|
221
|
-
rest-client (~> 1.6.7)
|
222
41
|
i18n (0.6.9)
|
223
|
-
ice_nine (0.11.0)
|
224
42
|
jbuilder (1.5.3)
|
225
43
|
activesupport (>= 3.0.0)
|
226
44
|
multi_json (>= 1.2.0)
|
227
|
-
jettywrapper (1.5.2)
|
228
|
-
activesupport (>= 3.0.0)
|
229
|
-
childprocess
|
230
|
-
i18n
|
231
|
-
logger
|
232
|
-
mediashelf-loggable
|
233
45
|
jquery-rails (3.1.0)
|
234
46
|
railties (>= 3.0, < 5.0)
|
235
47
|
thor (>= 0.14, < 2.0)
|
236
48
|
json (1.8.1)
|
237
|
-
launchy (2.4.2)
|
238
|
-
addressable (~> 2.3)
|
239
|
-
logger (1.2.8)
|
240
49
|
mail (2.5.4)
|
241
50
|
mime-types (~> 1.16)
|
242
51
|
treetop (~> 1.4.8)
|
243
|
-
mailboxer (0.11.0)
|
244
|
-
carrierwave (>= 0.5.8)
|
245
|
-
foreigner (>= 0.9.1)
|
246
|
-
rails (> 3.0.0)
|
247
|
-
marc (0.8.1)
|
248
|
-
ensure_valid_encoding
|
249
|
-
unf
|
250
|
-
mediashelf-loggable (0.4.9)
|
251
52
|
mime-types (1.25.1)
|
252
|
-
mini_magick (3.7.0)
|
253
|
-
subexec (~> 0.2.1)
|
254
|
-
mini_portile (0.5.2)
|
255
53
|
minitest (4.7.5)
|
256
|
-
mono_logger (1.1.0)
|
257
|
-
morphine (0.1.1)
|
258
54
|
multi_json (1.8.4)
|
259
|
-
nest (1.1.2)
|
260
|
-
redis
|
261
|
-
noid (0.6.6)
|
262
|
-
backports
|
263
|
-
nokogiri (1.6.1)
|
264
|
-
mini_portile (~> 0.5.0)
|
265
|
-
nom-xml (0.5.1)
|
266
|
-
activesupport
|
267
|
-
i18n
|
268
|
-
nokogiri
|
269
|
-
om (3.0.4)
|
270
|
-
activemodel
|
271
|
-
activesupport
|
272
|
-
deprecation
|
273
|
-
mediashelf-loggable
|
274
|
-
nokogiri (>= 1.4.2)
|
275
|
-
solrizer (~> 3.1.0)
|
276
|
-
orm_adapter (0.5.0)
|
277
|
-
paperclip (3.4.2)
|
278
|
-
activemodel (>= 3.0.0)
|
279
|
-
activerecord (>= 3.0.0)
|
280
|
-
activesupport (>= 3.0.0)
|
281
|
-
cocaine (~> 0.5.0)
|
282
|
-
mime-types
|
283
|
-
poltergeist (1.5.0)
|
284
|
-
capybara (~> 2.1)
|
285
|
-
cliver (~> 0.3.1)
|
286
|
-
multi_json (~> 1.0)
|
287
|
-
websocket-driver (>= 0.2.0)
|
288
55
|
polyglot (0.3.3)
|
289
56
|
rack (1.5.2)
|
290
|
-
rack-protection (1.5.2)
|
291
|
-
rack
|
292
57
|
rack-test (0.6.2)
|
293
58
|
rack (>= 1.0)
|
294
59
|
rails (4.0.2)
|
@@ -299,70 +64,14 @@ GEM
|
|
299
64
|
bundler (>= 1.3.0, < 2.0)
|
300
65
|
railties (= 4.0.2)
|
301
66
|
sprockets-rails (~> 2.0.0)
|
302
|
-
rails-observers (0.1.2)
|
303
|
-
activemodel (~> 4.0)
|
304
|
-
rails_autolink (1.1.5)
|
305
|
-
rails (> 3.1)
|
306
67
|
railties (4.0.2)
|
307
68
|
actionpack (= 4.0.2)
|
308
69
|
activesupport (= 4.0.2)
|
309
70
|
rake (>= 0.8.7)
|
310
71
|
thor (>= 0.18.1, < 2.0)
|
311
72
|
rake (10.1.1)
|
312
|
-
rdf (1.1.1.1)
|
313
|
-
rdf-rdfxml (1.0.1)
|
314
|
-
rdf (>= 1.0)
|
315
|
-
rdf-xsd (>= 1.0)
|
316
|
-
rdf-xsd (1.1.0)
|
317
|
-
rdf (>= 1.1)
|
318
73
|
rdoc (4.1.1)
|
319
74
|
json (~> 1.4)
|
320
|
-
redis (3.0.7)
|
321
|
-
redis-namespace (1.4.1)
|
322
|
-
redis (~> 3.0.4)
|
323
|
-
resque (1.25.1)
|
324
|
-
mono_logger (~> 1.0)
|
325
|
-
multi_json (~> 1.0)
|
326
|
-
redis-namespace (~> 1.2)
|
327
|
-
sinatra (>= 0.9.2)
|
328
|
-
vegas (~> 0.1.2)
|
329
|
-
resque-pool (0.3.0)
|
330
|
-
rake
|
331
|
-
resque (~> 1.20)
|
332
|
-
trollop (~> 1.16)
|
333
|
-
rest-client (1.6.7)
|
334
|
-
mime-types (>= 1.16)
|
335
|
-
rsolr (1.0.9)
|
336
|
-
builder (>= 2.1.2)
|
337
|
-
rspec (2.14.1)
|
338
|
-
rspec-core (~> 2.14.0)
|
339
|
-
rspec-expectations (~> 2.14.0)
|
340
|
-
rspec-mocks (~> 2.14.0)
|
341
|
-
rspec-core (2.14.7)
|
342
|
-
rspec-expectations (2.14.4)
|
343
|
-
diff-lcs (>= 1.1.3, < 2.0)
|
344
|
-
rspec-html-matchers (0.4.4)
|
345
|
-
nokogiri (~> 1)
|
346
|
-
rspec (~> 2, >= 2.11.0)
|
347
|
-
rspec-mocks (2.14.4)
|
348
|
-
rspec-rails (2.14.0)
|
349
|
-
actionpack (>= 3.0)
|
350
|
-
activesupport (>= 3.0)
|
351
|
-
railties (>= 3.0)
|
352
|
-
rspec-core (~> 2.14.0)
|
353
|
-
rspec-expectations (~> 2.14.0)
|
354
|
-
rspec-mocks (~> 2.14.0)
|
355
|
-
rubydora (1.7.0)
|
356
|
-
activemodel
|
357
|
-
activesupport
|
358
|
-
deprecation
|
359
|
-
equivalent-xml
|
360
|
-
fastercsv
|
361
|
-
hooks (~> 0.3.0)
|
362
|
-
mime-types
|
363
|
-
nokogiri
|
364
|
-
rest-client
|
365
|
-
safe_yaml (0.9.7)
|
366
75
|
sass (3.2.14)
|
367
76
|
sass-rails (4.0.1)
|
368
77
|
railties (>= 4.0.0, < 5.0)
|
@@ -371,25 +80,6 @@ GEM
|
|
371
80
|
sdoc (0.4.0)
|
372
81
|
json (~> 1.8)
|
373
82
|
rdoc (~> 4.0, < 5.0)
|
374
|
-
simple_form (3.0.1)
|
375
|
-
actionpack (>= 4.0.0, < 4.1)
|
376
|
-
activemodel (>= 4.0.0, < 4.1)
|
377
|
-
simplecov (0.8.2)
|
378
|
-
docile (~> 1.1.0)
|
379
|
-
multi_json
|
380
|
-
simplecov-html (~> 0.8.0)
|
381
|
-
simplecov-html (0.8.0)
|
382
|
-
sinatra (1.4.4)
|
383
|
-
rack (~> 1.4)
|
384
|
-
rack-protection (~> 1.4)
|
385
|
-
tilt (~> 1.3, >= 1.3.4)
|
386
|
-
solrizer (3.1.1)
|
387
|
-
activesupport
|
388
|
-
daemons
|
389
|
-
mediashelf-loggable (~> 0.4.7)
|
390
|
-
nokogiri
|
391
|
-
stomp
|
392
|
-
xml-simple
|
393
83
|
sprockets (2.10.1)
|
394
84
|
hike (~> 1.2)
|
395
85
|
multi_json (~> 1.0)
|
@@ -400,95 +90,30 @@ GEM
|
|
400
90
|
activesupport (>= 3.0)
|
401
91
|
sprockets (~> 2.8)
|
402
92
|
sqlite3 (1.3.8)
|
403
|
-
stomp (1.3.2)
|
404
|
-
subexec (0.2.3)
|
405
|
-
sufia-models (3.4.0)
|
406
|
-
active-fedora (~> 6.7.0)
|
407
|
-
activerecord-import
|
408
|
-
activeresource
|
409
|
-
acts_as_follower (>= 0.1.1, < 0.3)
|
410
|
-
blacklight (~> 4.5.0)
|
411
|
-
hydra-derivatives (~> 0.0.5)
|
412
|
-
hydra-head (~> 6.4.0)
|
413
|
-
mailboxer (~> 0.11.0)
|
414
|
-
nest (~> 1.1.1)
|
415
|
-
noid (~> 0.6.6)
|
416
|
-
paperclip (~> 3.4.0)
|
417
|
-
rails (>= 3.2.13, < 5.0)
|
418
|
-
resque (~> 1.23)
|
419
|
-
resque-pool (= 0.3.0)
|
420
|
-
zipruby (= 0.3.6)
|
421
|
-
term-ansicolor (1.2.2)
|
422
|
-
tins (~> 0.8)
|
423
|
-
test_after_commit (0.2.2)
|
424
93
|
thor (0.18.1)
|
425
94
|
thread_safe (0.1.3)
|
426
95
|
atomic
|
427
96
|
tilt (1.4.1)
|
428
|
-
timecop (0.7.1)
|
429
|
-
tins (0.13.1)
|
430
97
|
treetop (1.4.15)
|
431
98
|
polyglot
|
432
99
|
polyglot (>= 0.3.1)
|
433
|
-
trollop (1.16.2)
|
434
100
|
turbolinks (2.2.1)
|
435
101
|
coffee-rails
|
436
102
|
tzinfo (0.3.38)
|
437
103
|
uglifier (2.4.0)
|
438
104
|
execjs (>= 0.3.0)
|
439
105
|
json (>= 1.8.0)
|
440
|
-
unf (0.1.3)
|
441
|
-
unf_ext
|
442
|
-
unf_ext (0.0.6)
|
443
|
-
vcr (2.8.0)
|
444
|
-
vegas (0.1.11)
|
445
|
-
rack (>= 1.0.0)
|
446
|
-
virtus (1.0.1)
|
447
|
-
axiom-types (~> 0.0.5)
|
448
|
-
coercible (~> 1.0)
|
449
|
-
descendants_tracker (~> 0.0.1)
|
450
|
-
equalizer (~> 0.0.7)
|
451
|
-
warden (1.2.3)
|
452
|
-
rack (>= 1.0)
|
453
|
-
webmock (1.17.1)
|
454
|
-
addressable (>= 2.2.7)
|
455
|
-
crack (>= 0.3.2)
|
456
|
-
websocket-driver (0.3.2)
|
457
|
-
xml-simple (1.1.3)
|
458
|
-
xpath (2.0.0)
|
459
|
-
nokogiri (~> 1.3)
|
460
|
-
zipruby (0.3.6)
|
461
106
|
|
462
107
|
PLATFORMS
|
463
108
|
ruby
|
464
109
|
|
465
110
|
DEPENDENCIES
|
466
|
-
bootstrap-sass
|
467
|
-
capybara
|
468
111
|
coffee-rails (~> 4.0.0)
|
469
|
-
coveralls
|
470
|
-
curate!
|
471
|
-
database_cleaner (< 1.1.0)
|
472
|
-
debugger
|
473
|
-
devise
|
474
|
-
devise-guests (~> 0.3)
|
475
|
-
factory_girl_rails
|
476
112
|
jbuilder (~> 1.2)
|
477
|
-
jettywrapper
|
478
113
|
jquery-rails
|
479
|
-
kaminari!
|
480
|
-
launchy
|
481
|
-
poltergeist
|
482
114
|
rails (= 4.0.2)
|
483
|
-
rspec-html-matchers
|
484
|
-
rspec-rails
|
485
115
|
sass-rails (~> 4.0.0)
|
486
116
|
sdoc
|
487
|
-
simplecov
|
488
117
|
sqlite3
|
489
|
-
test_after_commit
|
490
|
-
timecop
|
491
118
|
turbolinks
|
492
119
|
uglifier (>= 1.3.0)
|
493
|
-
vcr
|
494
|
-
webmock
|