Sha256: f69a8496db01ac01eecf7533875d0aa7d55a9e80836ee496509730ca5f9038c6
Contents?: true
Size: 1.13 KB
Versions: 6
Compression:
Stored size: 1.13 KB
Contents
# ValkyrieActiveFedora Extends ActiveFedora gem to place nicely with Valkyrie data mapper gem. ## Setup ### Compatibility Tested with... * Ruby 2.5 * Rails 5.1.6 ### Installation Instructions #### Adding the engine dependency Add this line to your application's Gemfile: ```ruby gem 'valkyrie_active_fedora' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install valkyrie_active_fedora ``` Follow remaining installation instructions in the ActiveFedora gem. ## Contributing *Have a suggestion for code improvements or new linked data authorities?* Submit an issue with your request. For new authorities, include links to the authority's linked data API and other access documentation. *Have code improvements you've written or a configuration for a new authority you'd like to submit?* Submit a PR and your changes will be reviewed for possible inclussion. If you want to make a substantial change, you may want to express your ideas in an issue first for discussion. ## License The gem is available as open source under the terms of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0).
Version data entries
6 entries across 6 versions & 1 rubygems