active-fedora 13.1.2 → 13.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github_changelog_generator +2 -0
- data/CHANGELOG.md +3362 -0
- data/CONTRIBUTING.md +23 -1
- data/README.md +4 -0
- data/active-fedora.gemspec +14 -13
- data/lib/active_fedora/version.rb +1 -1
- metadata +104 -206
- data/spec/config_helper.rb +0 -17
- data/spec/fixtures/dino.jpg +0 -0
- data/spec/fixtures/dino_jpg_no_file_ext +0 -0
- data/spec/fixtures/minivan.jpg +0 -0
- data/spec/fixtures/rails_root/config/fake_fedora.yml +0 -7
- data/spec/fixtures/rails_root/config/fedora.yml +0 -12
- data/spec/fixtures/rails_root/config/solr.yml +0 -15
- data/spec/fixtures/rails_root/config/solr_mappings.yml +0 -16
- data/spec/fixtures/rails_root/config/solr_mappings_af_0.1.yml +0 -9
- data/spec/fixtures/rails_root/config/solr_mappings_bl_2.4.yml +0 -17
- data/spec/integration/associations/rdf_spec.rb +0 -61
- data/spec/integration/associations_spec.rb +0 -680
- data/spec/integration/attached_files_spec.rb +0 -146
- data/spec/integration/attributes_spec.rb +0 -73
- data/spec/integration/autosave_association_spec.rb +0 -24
- data/spec/integration/base_spec.rb +0 -184
- data/spec/integration/basic_contains_association_spec.rb +0 -121
- data/spec/integration/belongs_to_association_spec.rb +0 -260
- data/spec/integration/caching_spec.rb +0 -59
- data/spec/integration/clean_connection_spec.rb +0 -21
- data/spec/integration/collection_association_spec.rb +0 -166
- data/spec/integration/date_time_properties_spec.rb +0 -41
- data/spec/integration/delete_all_spec.rb +0 -64
- data/spec/integration/direct_container_spec.rb +0 -250
- data/spec/integration/directly_contains_one_association_spec.rb +0 -96
- data/spec/integration/eradicate_spec.rb +0 -52
- data/spec/integration/fedora_solr_sync_spec.rb +0 -30
- data/spec/integration/file_fixity_spec.rb +0 -36
- data/spec/integration/file_spec.rb +0 -221
- data/spec/integration/generators/fedora_generator_spec.rb +0 -26
- data/spec/integration/generators/solr_generator_spec.rb +0 -23
- data/spec/integration/gone_spec.rb +0 -41
- data/spec/integration/has_and_belongs_to_many_associations_spec.rb +0 -414
- data/spec/integration/has_many_associations_spec.rb +0 -436
- data/spec/integration/has_subresource_spec.rb +0 -34
- data/spec/integration/indexing/descendant_fetcher_spec.rb +0 -64
- data/spec/integration/indexing_spec.rb +0 -110
- data/spec/integration/indirect_container_spec.rb +0 -290
- data/spec/integration/json_serialization_spec.rb +0 -32
- data/spec/integration/marshal_spec.rb +0 -39
- data/spec/integration/nested_attribute_spec.rb +0 -177
- data/spec/integration/nested_hash_resources_spec.rb +0 -43
- data/spec/integration/persistence_spec.rb +0 -37
- data/spec/integration/query_result_builder_spec.rb +0 -37
- data/spec/integration/rdf_nested_attributes_spec.rb +0 -85
- data/spec/integration/relation_delegation_spec.rb +0 -52
- data/spec/integration/relation_spec.rb +0 -117
- data/spec/integration/scoped_query_spec.rb +0 -134
- data/spec/integration/scoping_spec.rb +0 -48
- data/spec/integration/solr_hit_spec.rb +0 -32
- data/spec/integration/versionable_spec.rb +0 -256
- data/spec/integration/with_metadata_spec.rb +0 -111
- data/spec/lib/active_fedora/null_logger_spec.rb +0 -10
- data/spec/rcov.opts +0 -2
- data/spec/spec.opts +0 -5
- data/spec/spec_helper.rb +0 -106
- data/spec/support/an_active_model.rb +0 -29
- data/spec/unit/active_fedora/indexing/inserter_spec.rb +0 -35
- data/spec/unit/active_fedora_spec.rb +0 -118
- data/spec/unit/aggregation/list_source_spec.rb +0 -134
- data/spec/unit/aggregation/ordered_reader_spec.rb +0 -43
- data/spec/unit/association_hash_spec.rb +0 -64
- data/spec/unit/attached_files_spec.rb +0 -218
- data/spec/unit/attributes_spec.rb +0 -146
- data/spec/unit/base_active_model_spec.rb +0 -28
- data/spec/unit/base_cma_spec.rb +0 -15
- data/spec/unit/base_extra_spec.rb +0 -33
- data/spec/unit/base_spec.rb +0 -328
- data/spec/unit/builder/has_and_belongs_to_many_spec.rb +0 -8
- data/spec/unit/callback_spec.rb +0 -65
- data/spec/unit/change_set_spec.rb +0 -60
- data/spec/unit/checksum_spec.rb +0 -25
- data/spec/unit/code_configurator_spec.rb +0 -41
- data/spec/unit/collection_proxy_spec.rb +0 -25
- data/spec/unit/config_spec.rb +0 -18
- data/spec/unit/core/fedora_id_translator_spec.rb +0 -29
- data/spec/unit/core/fedora_uri_translator_spec.rb +0 -19
- data/spec/unit/core/logger_spec.rb +0 -18
- data/spec/unit/core_spec.rb +0 -242
- data/spec/unit/default_model_mapper_spec.rb +0 -39
- data/spec/unit/fedora_spec.rb +0 -31
- data/spec/unit/file/streaming_spec.rb +0 -33
- data/spec/unit/file_configurator_spec.rb +0 -295
- data/spec/unit/file_io_spec.rb +0 -137
- data/spec/unit/file_path_builder_spec.rb +0 -18
- data/spec/unit/file_spec.rb +0 -489
- data/spec/unit/files_hash_spec.rb +0 -52
- data/spec/unit/filter_spec.rb +0 -133
- data/spec/unit/finder_methods_spec.rb +0 -154
- data/spec/unit/fixity_service_spec.rb +0 -128
- data/spec/unit/forbidden_attributes_protection_spec.rb +0 -50
- data/spec/unit/has_and_belongs_to_many_association_spec.rb +0 -125
- data/spec/unit/has_many_association_spec.rb +0 -131
- data/spec/unit/indexers/global_indexer_spec.rb +0 -41
- data/spec/unit/indexing/map/index_object_spec.rb +0 -25
- data/spec/unit/indexing/map_spec.rb +0 -27
- data/spec/unit/indexing_service_spec.rb +0 -28
- data/spec/unit/indexing_spec.rb +0 -86
- data/spec/unit/inheritance_spec.rb +0 -60
- data/spec/unit/ldp_resource_spec.rb +0 -15
- data/spec/unit/loadable_from_json_spec.rb +0 -40
- data/spec/unit/logger_spec.rb +0 -19
- data/spec/unit/model_classifier_spec.rb +0 -49
- data/spec/unit/ordered_spec.rb +0 -367
- data/spec/unit/orders/list_node_spec.rb +0 -151
- data/spec/unit/orders/ordered_list_spec.rb +0 -335
- data/spec/unit/orders/reflection_spec.rb +0 -22
- data/spec/unit/pathing_spec.rb +0 -35
- data/spec/unit/persistence_spec.rb +0 -115
- data/spec/unit/property_predicate_spec.rb +0 -35
- data/spec/unit/property_spec.rb +0 -25
- data/spec/unit/query_result_builder_spec.rb +0 -31
- data/spec/unit/query_spec.rb +0 -307
- data/spec/unit/querying_spec.rb +0 -24
- data/spec/unit/rdf/indexing_service_spec.rb +0 -114
- data/spec/unit/rdf_vocab_spec.rb +0 -30
- data/spec/unit/readonly_spec.rb +0 -24
- data/spec/unit/reflection_spec.rb +0 -42
- data/spec/unit/rspec_matchers/belong_to_associated_active_fedora_object_matcher_spec.rb +0 -37
- data/spec/unit/rspec_matchers/have_many_associated_active_fedora_objects_matcher_spec.rb +0 -38
- data/spec/unit/rspec_matchers/have_predicate_matcher_spec.rb +0 -38
- data/spec/unit/schema_indexing_strategy_spec.rb +0 -68
- data/spec/unit/scoping_spec.rb +0 -67
- data/spec/unit/serializers_spec.rb +0 -19
- data/spec/unit/solr_config_options_spec.rb +0 -57
- data/spec/unit/solr_hit_spec.rb +0 -57
- data/spec/unit/solr_query_builder_spec.rb +0 -18
- data/spec/unit/solr_service_spec.rb +0 -165
- data/spec/unit/sparql_insert_spec.rb +0 -31
- data/spec/unit/validations_spec.rb +0 -92
- data/spec/unit/with_metadata/default_metadata_class_factory_spec.rb +0 -29
- data/spec/unit/with_metadata/metadata_node_spec.rb +0 -69
data/CONTRIBUTING.md
CHANGED
@@ -22,6 +22,28 @@ https://wiki.duraspace.org/display/samvera/Samvera+Community+Intellectual+Proper
|
|
22
22
|
|
23
23
|
You should also add yourself to the `CONTRIBUTORS.md` file in the root of the project.
|
24
24
|
|
25
|
+
## Language
|
26
|
+
|
27
|
+
The language we use matters. Today, tomorrow, and for years to come
|
28
|
+
people will read the code we write. They will judge us for our
|
29
|
+
design, logic, and the words we use to describe the system.
|
30
|
+
|
31
|
+
Our words should be accessible. Favor descriptive words that give
|
32
|
+
meaning while avoiding reinforcing systemic inequities. For example,
|
33
|
+
in the Samvera community, we should favor using allowed\_list instead
|
34
|
+
of whitelist, denied\_list instead of blacklist, or source/copy
|
35
|
+
instead of master/slave.
|
36
|
+
|
37
|
+
We're going to get it wrong, but this is a call to keep working to
|
38
|
+
make it right. View our code and the words we choose as a chance to
|
39
|
+
have a conversation. A chance to grow an understanding of the systems
|
40
|
+
we develop as well as the systems in which we live.
|
41
|
+
|
42
|
+
See [“Blacklists” and “whitelists”: a salutary warning concerning the
|
43
|
+
prevalence of racist language in discussions of predatory
|
44
|
+
publishing](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6148600/) for
|
45
|
+
further details.
|
46
|
+
|
25
47
|
## Contribution Tasks
|
26
48
|
|
27
49
|
* Reporting Issues
|
@@ -34,7 +56,7 @@ You should also add yourself to the `CONTRIBUTORS.md` file in the root of the pr
|
|
34
56
|
### Reporting Issues
|
35
57
|
|
36
58
|
* Make sure you have a [GitHub account](https://github.com/signup/free)
|
37
|
-
* Submit a [Github issue](https://github.com/samvera/
|
59
|
+
* Submit a [Github issue](https://github.com/samvera/{{library}}/issues/) by:
|
38
60
|
* Clearly describing the issue
|
39
61
|
* Provide a descriptive summary
|
40
62
|
* Explain the expected behavior
|
data/README.md
CHANGED
@@ -101,6 +101,10 @@ is installed, run:
|
|
101
101
|
rake spec
|
102
102
|
```
|
103
103
|
|
104
|
+
# Release Process
|
105
|
+
|
106
|
+
The [release process](https://github.com/samvera/active_fedora/wiki/Release-management-process) is documented on the wiki.
|
107
|
+
|
104
108
|
# Acknowledgments
|
105
109
|
|
106
110
|
This software has been developed by and is brought to you by the Samvera community. Learn more at the
|
data/active-fedora.gemspec
CHANGED
@@ -14,31 +14,32 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.license = "Apache-2.0"
|
15
15
|
s.required_ruby_version = '~> 2.4'
|
16
16
|
|
17
|
-
s.add_dependency
|
18
|
-
s.add_dependency "activesupport", '>= 5.
|
19
|
-
s.add_dependency "activemodel", '>= 5.2'
|
17
|
+
s.add_dependency "activemodel", '>= 5.1'
|
18
|
+
s.add_dependency "activesupport", '>= 5.1'
|
20
19
|
s.add_dependency "active-triples", '>= 0.11.0', '< 2.0.0'
|
21
20
|
s.add_dependency "deprecation"
|
22
|
-
s.add_dependency "ldp", '>= 0.7.0', '< 2'
|
23
|
-
s.add_dependency "ruby-progressbar", '~> 1.0'
|
24
21
|
s.add_dependency 'faraday', '~> 0.12'
|
25
22
|
s.add_dependency 'faraday-encoding', '>= 0.0.5'
|
23
|
+
s.add_dependency "ldp", '>= 0.7.0', '< 2'
|
24
|
+
s.add_dependency 'rdf-vocab', '< 3.1.5'
|
25
|
+
s.add_dependency 'rsolr', '>= 1.1.2', '< 3'
|
26
|
+
s.add_dependency "ruby-progressbar", '~> 1.0'
|
26
27
|
|
27
|
-
s.add_development_dependency "
|
28
|
+
s.add_development_dependency "equivalent-xml"
|
29
|
+
s.add_development_dependency 'fcrepo_wrapper', '~> 0.2'
|
30
|
+
s.add_development_dependency "github_changelog_generator"
|
28
31
|
s.add_development_dependency "rdoc"
|
29
|
-
s.add_development_dependency "
|
32
|
+
s.add_development_dependency "rails"
|
30
33
|
s.add_development_dependency "rake"
|
31
|
-
s.add_development_dependency "solr_wrapper", "~> 2.0"
|
32
|
-
s.add_development_dependency 'fcrepo_wrapper', '~> 0.2'
|
33
34
|
s.add_development_dependency "rspec", "~> 3.5"
|
34
35
|
s.add_development_dependency "rspec-its"
|
35
|
-
s.add_development_dependency "equivalent-xml"
|
36
|
-
s.add_development_dependency "simplecov", '~> 0.8'
|
37
36
|
s.add_development_dependency "rubocop", '~> 0.56.0'
|
38
37
|
s.add_development_dependency "rubocop-rspec", '~> 1.12.0'
|
38
|
+
s.add_development_dependency "simplecov", '~> 0.8'
|
39
|
+
s.add_development_dependency "solr_wrapper", "~> 2.0"
|
40
|
+
s.add_development_dependency "yard"
|
39
41
|
|
40
|
-
s.files = `git ls-files`.split(
|
41
|
-
s.test_files = `git ls-files -- {spec}/*`.split("\n")
|
42
|
+
s.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR).select { |f| File.dirname(f) !~ %r{\A"?spec\/?} }
|
42
43
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
43
44
|
s.extra_rdoc_files = [
|
44
45
|
"LICENSE",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active-fedora
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 13.1.
|
4
|
+
version: 13.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Zumwalt
|
@@ -10,56 +10,36 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2020-
|
13
|
+
date: 2020-06-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
|
-
name:
|
16
|
+
name: activemodel
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
18
18
|
requirements:
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
22
|
-
- - "<"
|
23
|
-
- !ruby/object:Gem::Version
|
24
|
-
version: '3'
|
21
|
+
version: '5.1'
|
25
22
|
type: :runtime
|
26
23
|
prerelease: false
|
27
24
|
version_requirements: !ruby/object:Gem::Requirement
|
28
25
|
requirements:
|
29
26
|
- - ">="
|
30
27
|
- !ruby/object:Gem::Version
|
31
|
-
version:
|
32
|
-
- - "<"
|
33
|
-
- !ruby/object:Gem::Version
|
34
|
-
version: '3'
|
28
|
+
version: '5.1'
|
35
29
|
- !ruby/object:Gem::Dependency
|
36
30
|
name: activesupport
|
37
31
|
requirement: !ruby/object:Gem::Requirement
|
38
32
|
requirements:
|
39
33
|
- - ">="
|
40
34
|
- !ruby/object:Gem::Version
|
41
|
-
version: '5.
|
42
|
-
type: :runtime
|
43
|
-
prerelease: false
|
44
|
-
version_requirements: !ruby/object:Gem::Requirement
|
45
|
-
requirements:
|
46
|
-
- - ">="
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
version: '5.2'
|
49
|
-
- !ruby/object:Gem::Dependency
|
50
|
-
name: activemodel
|
51
|
-
requirement: !ruby/object:Gem::Requirement
|
52
|
-
requirements:
|
53
|
-
- - ">="
|
54
|
-
- !ruby/object:Gem::Version
|
55
|
-
version: '5.2'
|
35
|
+
version: '5.1'
|
56
36
|
type: :runtime
|
57
37
|
prerelease: false
|
58
38
|
version_requirements: !ruby/object:Gem::Requirement
|
59
39
|
requirements:
|
60
40
|
- - ">="
|
61
41
|
- !ruby/object:Gem::Version
|
62
|
-
version: '5.
|
42
|
+
version: '5.1'
|
63
43
|
- !ruby/object:Gem::Dependency
|
64
44
|
name: active-triples
|
65
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -94,6 +74,34 @@ dependencies:
|
|
94
74
|
- - ">="
|
95
75
|
- !ruby/object:Gem::Version
|
96
76
|
version: '0'
|
77
|
+
- !ruby/object:Gem::Dependency
|
78
|
+
name: faraday
|
79
|
+
requirement: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - "~>"
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '0.12'
|
84
|
+
type: :runtime
|
85
|
+
prerelease: false
|
86
|
+
version_requirements: !ruby/object:Gem::Requirement
|
87
|
+
requirements:
|
88
|
+
- - "~>"
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: '0.12'
|
91
|
+
- !ruby/object:Gem::Dependency
|
92
|
+
name: faraday-encoding
|
93
|
+
requirement: !ruby/object:Gem::Requirement
|
94
|
+
requirements:
|
95
|
+
- - ">="
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: 0.0.5
|
98
|
+
type: :runtime
|
99
|
+
prerelease: false
|
100
|
+
version_requirements: !ruby/object:Gem::Requirement
|
101
|
+
requirements:
|
102
|
+
- - ">="
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
version: 0.0.5
|
97
105
|
- !ruby/object:Gem::Dependency
|
98
106
|
name: ldp
|
99
107
|
requirement: !ruby/object:Gem::Requirement
|
@@ -115,49 +123,55 @@ dependencies:
|
|
115
123
|
- !ruby/object:Gem::Version
|
116
124
|
version: '2'
|
117
125
|
- !ruby/object:Gem::Dependency
|
118
|
-
name:
|
126
|
+
name: rdf-vocab
|
119
127
|
requirement: !ruby/object:Gem::Requirement
|
120
128
|
requirements:
|
121
|
-
- - "
|
129
|
+
- - "<"
|
122
130
|
- !ruby/object:Gem::Version
|
123
|
-
version:
|
131
|
+
version: 3.1.5
|
124
132
|
type: :runtime
|
125
133
|
prerelease: false
|
126
134
|
version_requirements: !ruby/object:Gem::Requirement
|
127
135
|
requirements:
|
128
|
-
- - "
|
136
|
+
- - "<"
|
129
137
|
- !ruby/object:Gem::Version
|
130
|
-
version:
|
138
|
+
version: 3.1.5
|
131
139
|
- !ruby/object:Gem::Dependency
|
132
|
-
name:
|
140
|
+
name: rsolr
|
133
141
|
requirement: !ruby/object:Gem::Requirement
|
134
142
|
requirements:
|
135
|
-
- - "
|
143
|
+
- - ">="
|
136
144
|
- !ruby/object:Gem::Version
|
137
|
-
version:
|
145
|
+
version: 1.1.2
|
146
|
+
- - "<"
|
147
|
+
- !ruby/object:Gem::Version
|
148
|
+
version: '3'
|
138
149
|
type: :runtime
|
139
150
|
prerelease: false
|
140
151
|
version_requirements: !ruby/object:Gem::Requirement
|
141
152
|
requirements:
|
142
|
-
- - "
|
153
|
+
- - ">="
|
143
154
|
- !ruby/object:Gem::Version
|
144
|
-
version:
|
155
|
+
version: 1.1.2
|
156
|
+
- - "<"
|
157
|
+
- !ruby/object:Gem::Version
|
158
|
+
version: '3'
|
145
159
|
- !ruby/object:Gem::Dependency
|
146
|
-
name:
|
160
|
+
name: ruby-progressbar
|
147
161
|
requirement: !ruby/object:Gem::Requirement
|
148
162
|
requirements:
|
149
|
-
- - "
|
163
|
+
- - "~>"
|
150
164
|
- !ruby/object:Gem::Version
|
151
|
-
version:
|
165
|
+
version: '1.0'
|
152
166
|
type: :runtime
|
153
167
|
prerelease: false
|
154
168
|
version_requirements: !ruby/object:Gem::Requirement
|
155
169
|
requirements:
|
156
|
-
- - "
|
170
|
+
- - "~>"
|
157
171
|
- !ruby/object:Gem::Version
|
158
|
-
version:
|
172
|
+
version: '1.0'
|
159
173
|
- !ruby/object:Gem::Dependency
|
160
|
-
name:
|
174
|
+
name: equivalent-xml
|
161
175
|
requirement: !ruby/object:Gem::Requirement
|
162
176
|
requirements:
|
163
177
|
- - ">="
|
@@ -171,21 +185,21 @@ dependencies:
|
|
171
185
|
- !ruby/object:Gem::Version
|
172
186
|
version: '0'
|
173
187
|
- !ruby/object:Gem::Dependency
|
174
|
-
name:
|
188
|
+
name: fcrepo_wrapper
|
175
189
|
requirement: !ruby/object:Gem::Requirement
|
176
190
|
requirements:
|
177
|
-
- - "
|
191
|
+
- - "~>"
|
178
192
|
- !ruby/object:Gem::Version
|
179
|
-
version: '0'
|
193
|
+
version: '0.2'
|
180
194
|
type: :development
|
181
195
|
prerelease: false
|
182
196
|
version_requirements: !ruby/object:Gem::Requirement
|
183
197
|
requirements:
|
184
|
-
- - "
|
198
|
+
- - "~>"
|
185
199
|
- !ruby/object:Gem::Version
|
186
|
-
version: '0'
|
200
|
+
version: '0.2'
|
187
201
|
- !ruby/object:Gem::Dependency
|
188
|
-
name:
|
202
|
+
name: github_changelog_generator
|
189
203
|
requirement: !ruby/object:Gem::Requirement
|
190
204
|
requirements:
|
191
205
|
- - ">="
|
@@ -199,7 +213,7 @@ dependencies:
|
|
199
213
|
- !ruby/object:Gem::Version
|
200
214
|
version: '0'
|
201
215
|
- !ruby/object:Gem::Dependency
|
202
|
-
name:
|
216
|
+
name: rdoc
|
203
217
|
requirement: !ruby/object:Gem::Requirement
|
204
218
|
requirements:
|
205
219
|
- - ">="
|
@@ -213,33 +227,33 @@ dependencies:
|
|
213
227
|
- !ruby/object:Gem::Version
|
214
228
|
version: '0'
|
215
229
|
- !ruby/object:Gem::Dependency
|
216
|
-
name:
|
230
|
+
name: rails
|
217
231
|
requirement: !ruby/object:Gem::Requirement
|
218
232
|
requirements:
|
219
|
-
- - "
|
233
|
+
- - ">="
|
220
234
|
- !ruby/object:Gem::Version
|
221
|
-
version: '
|
235
|
+
version: '0'
|
222
236
|
type: :development
|
223
237
|
prerelease: false
|
224
238
|
version_requirements: !ruby/object:Gem::Requirement
|
225
239
|
requirements:
|
226
|
-
- - "
|
240
|
+
- - ">="
|
227
241
|
- !ruby/object:Gem::Version
|
228
|
-
version: '
|
242
|
+
version: '0'
|
229
243
|
- !ruby/object:Gem::Dependency
|
230
|
-
name:
|
244
|
+
name: rake
|
231
245
|
requirement: !ruby/object:Gem::Requirement
|
232
246
|
requirements:
|
233
|
-
- - "
|
247
|
+
- - ">="
|
234
248
|
- !ruby/object:Gem::Version
|
235
|
-
version: '0
|
249
|
+
version: '0'
|
236
250
|
type: :development
|
237
251
|
prerelease: false
|
238
252
|
version_requirements: !ruby/object:Gem::Requirement
|
239
253
|
requirements:
|
240
|
-
- - "
|
254
|
+
- - ">="
|
241
255
|
- !ruby/object:Gem::Version
|
242
|
-
version: '0
|
256
|
+
version: '0'
|
243
257
|
- !ruby/object:Gem::Dependency
|
244
258
|
name: rspec
|
245
259
|
requirement: !ruby/object:Gem::Requirement
|
@@ -269,19 +283,33 @@ dependencies:
|
|
269
283
|
- !ruby/object:Gem::Version
|
270
284
|
version: '0'
|
271
285
|
- !ruby/object:Gem::Dependency
|
272
|
-
name:
|
286
|
+
name: rubocop
|
273
287
|
requirement: !ruby/object:Gem::Requirement
|
274
288
|
requirements:
|
275
|
-
- - "
|
289
|
+
- - "~>"
|
276
290
|
- !ruby/object:Gem::Version
|
277
|
-
version:
|
291
|
+
version: 0.56.0
|
278
292
|
type: :development
|
279
293
|
prerelease: false
|
280
294
|
version_requirements: !ruby/object:Gem::Requirement
|
281
295
|
requirements:
|
282
|
-
- - "
|
296
|
+
- - "~>"
|
283
297
|
- !ruby/object:Gem::Version
|
284
|
-
version:
|
298
|
+
version: 0.56.0
|
299
|
+
- !ruby/object:Gem::Dependency
|
300
|
+
name: rubocop-rspec
|
301
|
+
requirement: !ruby/object:Gem::Requirement
|
302
|
+
requirements:
|
303
|
+
- - "~>"
|
304
|
+
- !ruby/object:Gem::Version
|
305
|
+
version: 1.12.0
|
306
|
+
type: :development
|
307
|
+
prerelease: false
|
308
|
+
version_requirements: !ruby/object:Gem::Requirement
|
309
|
+
requirements:
|
310
|
+
- - "~>"
|
311
|
+
- !ruby/object:Gem::Version
|
312
|
+
version: 1.12.0
|
285
313
|
- !ruby/object:Gem::Dependency
|
286
314
|
name: simplecov
|
287
315
|
requirement: !ruby/object:Gem::Requirement
|
@@ -297,33 +325,33 @@ dependencies:
|
|
297
325
|
- !ruby/object:Gem::Version
|
298
326
|
version: '0.8'
|
299
327
|
- !ruby/object:Gem::Dependency
|
300
|
-
name:
|
328
|
+
name: solr_wrapper
|
301
329
|
requirement: !ruby/object:Gem::Requirement
|
302
330
|
requirements:
|
303
331
|
- - "~>"
|
304
332
|
- !ruby/object:Gem::Version
|
305
|
-
version:
|
333
|
+
version: '2.0'
|
306
334
|
type: :development
|
307
335
|
prerelease: false
|
308
336
|
version_requirements: !ruby/object:Gem::Requirement
|
309
337
|
requirements:
|
310
338
|
- - "~>"
|
311
339
|
- !ruby/object:Gem::Version
|
312
|
-
version:
|
340
|
+
version: '2.0'
|
313
341
|
- !ruby/object:Gem::Dependency
|
314
|
-
name:
|
342
|
+
name: yard
|
315
343
|
requirement: !ruby/object:Gem::Requirement
|
316
344
|
requirements:
|
317
|
-
- - "
|
345
|
+
- - ">="
|
318
346
|
- !ruby/object:Gem::Version
|
319
|
-
version:
|
347
|
+
version: '0'
|
320
348
|
type: :development
|
321
349
|
prerelease: false
|
322
350
|
version_requirements: !ruby/object:Gem::Requirement
|
323
351
|
requirements:
|
324
|
-
- - "
|
352
|
+
- - ">="
|
325
353
|
- !ruby/object:Gem::Version
|
326
|
-
version:
|
354
|
+
version: '0'
|
327
355
|
description: ActiveFedora provides for creating and managing objects in the Fedora
|
328
356
|
Repository Architecture.
|
329
357
|
email:
|
@@ -335,6 +363,7 @@ extra_rdoc_files:
|
|
335
363
|
- README.md
|
336
364
|
files:
|
337
365
|
- ".circleci/config.yml"
|
366
|
+
- ".github_changelog_generator"
|
338
367
|
- ".gitignore"
|
339
368
|
- ".gitmodules"
|
340
369
|
- ".mailmap"
|
@@ -342,6 +371,7 @@ files:
|
|
342
371
|
- ".rubocop.yml"
|
343
372
|
- ".rubocop_todo.yml"
|
344
373
|
- ".solr_wrapper"
|
374
|
+
- CHANGELOG.md
|
345
375
|
- CODE_OF_CONDUCT.md
|
346
376
|
- CONTRIBUTING.md
|
347
377
|
- CONTRIBUTORS.md
|
@@ -569,138 +599,6 @@ files:
|
|
569
599
|
- script/console
|
570
600
|
- script/destroy
|
571
601
|
- script/generate
|
572
|
-
- spec/config_helper.rb
|
573
|
-
- spec/fixtures/dino.jpg
|
574
|
-
- spec/fixtures/dino_jpg_no_file_ext
|
575
|
-
- spec/fixtures/minivan.jpg
|
576
|
-
- spec/fixtures/rails_root/config/fake_fedora.yml
|
577
|
-
- spec/fixtures/rails_root/config/fedora.yml
|
578
|
-
- spec/fixtures/rails_root/config/solr.yml
|
579
|
-
- spec/fixtures/rails_root/config/solr_mappings.yml
|
580
|
-
- spec/fixtures/rails_root/config/solr_mappings_af_0.1.yml
|
581
|
-
- spec/fixtures/rails_root/config/solr_mappings_bl_2.4.yml
|
582
|
-
- spec/integration/associations/rdf_spec.rb
|
583
|
-
- spec/integration/associations_spec.rb
|
584
|
-
- spec/integration/attached_files_spec.rb
|
585
|
-
- spec/integration/attributes_spec.rb
|
586
|
-
- spec/integration/autosave_association_spec.rb
|
587
|
-
- spec/integration/base_spec.rb
|
588
|
-
- spec/integration/basic_contains_association_spec.rb
|
589
|
-
- spec/integration/belongs_to_association_spec.rb
|
590
|
-
- spec/integration/caching_spec.rb
|
591
|
-
- spec/integration/clean_connection_spec.rb
|
592
|
-
- spec/integration/collection_association_spec.rb
|
593
|
-
- spec/integration/date_time_properties_spec.rb
|
594
|
-
- spec/integration/delete_all_spec.rb
|
595
|
-
- spec/integration/direct_container_spec.rb
|
596
|
-
- spec/integration/directly_contains_one_association_spec.rb
|
597
|
-
- spec/integration/eradicate_spec.rb
|
598
|
-
- spec/integration/fedora_solr_sync_spec.rb
|
599
|
-
- spec/integration/file_fixity_spec.rb
|
600
|
-
- spec/integration/file_spec.rb
|
601
|
-
- spec/integration/generators/fedora_generator_spec.rb
|
602
|
-
- spec/integration/generators/solr_generator_spec.rb
|
603
|
-
- spec/integration/gone_spec.rb
|
604
|
-
- spec/integration/has_and_belongs_to_many_associations_spec.rb
|
605
|
-
- spec/integration/has_many_associations_spec.rb
|
606
|
-
- spec/integration/has_subresource_spec.rb
|
607
|
-
- spec/integration/indexing/descendant_fetcher_spec.rb
|
608
|
-
- spec/integration/indexing_spec.rb
|
609
|
-
- spec/integration/indirect_container_spec.rb
|
610
|
-
- spec/integration/json_serialization_spec.rb
|
611
|
-
- spec/integration/marshal_spec.rb
|
612
|
-
- spec/integration/nested_attribute_spec.rb
|
613
|
-
- spec/integration/nested_hash_resources_spec.rb
|
614
|
-
- spec/integration/persistence_spec.rb
|
615
|
-
- spec/integration/query_result_builder_spec.rb
|
616
|
-
- spec/integration/rdf_nested_attributes_spec.rb
|
617
|
-
- spec/integration/relation_delegation_spec.rb
|
618
|
-
- spec/integration/relation_spec.rb
|
619
|
-
- spec/integration/scoped_query_spec.rb
|
620
|
-
- spec/integration/scoping_spec.rb
|
621
|
-
- spec/integration/solr_hit_spec.rb
|
622
|
-
- spec/integration/versionable_spec.rb
|
623
|
-
- spec/integration/with_metadata_spec.rb
|
624
|
-
- spec/lib/active_fedora/null_logger_spec.rb
|
625
|
-
- spec/rcov.opts
|
626
|
-
- spec/spec.opts
|
627
|
-
- spec/spec_helper.rb
|
628
|
-
- spec/support/an_active_model.rb
|
629
|
-
- spec/unit/active_fedora/indexing/inserter_spec.rb
|
630
|
-
- spec/unit/active_fedora_spec.rb
|
631
|
-
- spec/unit/aggregation/list_source_spec.rb
|
632
|
-
- spec/unit/aggregation/ordered_reader_spec.rb
|
633
|
-
- spec/unit/association_hash_spec.rb
|
634
|
-
- spec/unit/attached_files_spec.rb
|
635
|
-
- spec/unit/attributes_spec.rb
|
636
|
-
- spec/unit/base_active_model_spec.rb
|
637
|
-
- spec/unit/base_cma_spec.rb
|
638
|
-
- spec/unit/base_extra_spec.rb
|
639
|
-
- spec/unit/base_spec.rb
|
640
|
-
- spec/unit/builder/has_and_belongs_to_many_spec.rb
|
641
|
-
- spec/unit/callback_spec.rb
|
642
|
-
- spec/unit/change_set_spec.rb
|
643
|
-
- spec/unit/checksum_spec.rb
|
644
|
-
- spec/unit/code_configurator_spec.rb
|
645
|
-
- spec/unit/collection_proxy_spec.rb
|
646
|
-
- spec/unit/config_spec.rb
|
647
|
-
- spec/unit/core/fedora_id_translator_spec.rb
|
648
|
-
- spec/unit/core/fedora_uri_translator_spec.rb
|
649
|
-
- spec/unit/core/logger_spec.rb
|
650
|
-
- spec/unit/core_spec.rb
|
651
|
-
- spec/unit/default_model_mapper_spec.rb
|
652
|
-
- spec/unit/fedora_spec.rb
|
653
|
-
- spec/unit/file/streaming_spec.rb
|
654
|
-
- spec/unit/file_configurator_spec.rb
|
655
|
-
- spec/unit/file_io_spec.rb
|
656
|
-
- spec/unit/file_path_builder_spec.rb
|
657
|
-
- spec/unit/file_spec.rb
|
658
|
-
- spec/unit/files_hash_spec.rb
|
659
|
-
- spec/unit/filter_spec.rb
|
660
|
-
- spec/unit/finder_methods_spec.rb
|
661
|
-
- spec/unit/fixity_service_spec.rb
|
662
|
-
- spec/unit/forbidden_attributes_protection_spec.rb
|
663
|
-
- spec/unit/has_and_belongs_to_many_association_spec.rb
|
664
|
-
- spec/unit/has_many_association_spec.rb
|
665
|
-
- spec/unit/indexers/global_indexer_spec.rb
|
666
|
-
- spec/unit/indexing/map/index_object_spec.rb
|
667
|
-
- spec/unit/indexing/map_spec.rb
|
668
|
-
- spec/unit/indexing_service_spec.rb
|
669
|
-
- spec/unit/indexing_spec.rb
|
670
|
-
- spec/unit/inheritance_spec.rb
|
671
|
-
- spec/unit/ldp_resource_spec.rb
|
672
|
-
- spec/unit/loadable_from_json_spec.rb
|
673
|
-
- spec/unit/logger_spec.rb
|
674
|
-
- spec/unit/model_classifier_spec.rb
|
675
|
-
- spec/unit/ordered_spec.rb
|
676
|
-
- spec/unit/orders/list_node_spec.rb
|
677
|
-
- spec/unit/orders/ordered_list_spec.rb
|
678
|
-
- spec/unit/orders/reflection_spec.rb
|
679
|
-
- spec/unit/pathing_spec.rb
|
680
|
-
- spec/unit/persistence_spec.rb
|
681
|
-
- spec/unit/property_predicate_spec.rb
|
682
|
-
- spec/unit/property_spec.rb
|
683
|
-
- spec/unit/query_result_builder_spec.rb
|
684
|
-
- spec/unit/query_spec.rb
|
685
|
-
- spec/unit/querying_spec.rb
|
686
|
-
- spec/unit/rdf/indexing_service_spec.rb
|
687
|
-
- spec/unit/rdf_vocab_spec.rb
|
688
|
-
- spec/unit/readonly_spec.rb
|
689
|
-
- spec/unit/reflection_spec.rb
|
690
|
-
- spec/unit/rspec_matchers/belong_to_associated_active_fedora_object_matcher_spec.rb
|
691
|
-
- spec/unit/rspec_matchers/have_many_associated_active_fedora_objects_matcher_spec.rb
|
692
|
-
- spec/unit/rspec_matchers/have_predicate_matcher_spec.rb
|
693
|
-
- spec/unit/schema_indexing_strategy_spec.rb
|
694
|
-
- spec/unit/scoping_spec.rb
|
695
|
-
- spec/unit/serializers_spec.rb
|
696
|
-
- spec/unit/solr_config_options_spec.rb
|
697
|
-
- spec/unit/solr_hit_spec.rb
|
698
|
-
- spec/unit/solr_query_builder_spec.rb
|
699
|
-
- spec/unit/solr_service_spec.rb
|
700
|
-
- spec/unit/sparql_insert_spec.rb
|
701
|
-
- spec/unit/validations_spec.rb
|
702
|
-
- spec/unit/with_metadata/default_metadata_class_factory_spec.rb
|
703
|
-
- spec/unit/with_metadata/metadata_node_spec.rb
|
704
602
|
homepage: https://github.com/samvera/active_fedora
|
705
603
|
licenses:
|
706
604
|
- Apache-2.0
|
@@ -720,7 +618,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
720
618
|
- !ruby/object:Gem::Version
|
721
619
|
version: '0'
|
722
620
|
requirements: []
|
723
|
-
rubygems_version: 3.
|
621
|
+
rubygems_version: 3.1.4
|
724
622
|
signing_key:
|
725
623
|
specification_version: 4
|
726
624
|
summary: A convenience libary for manipulating documents in the Fedora Repository.
|