{"id":16709962,"url":"https://github.com/no-reply/hydra-ezid","last_synced_at":"2025-06-22T11:08:19.148Z","repository":{"id":9923683,"uuid":"11935558","full_name":"no-reply/hydra-ezid","owner":"no-reply","description":"A Rails engine providing EZID services for Hydra applications","archived":false,"fork":false,"pushed_at":"2013-08-09T20:12:38.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T11:08:07.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/no-reply.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-06T21:58:22.000Z","updated_at":"2021-04-28T14:40:10.000Z","dependencies_parsed_at":"2022-09-06T12:10:19.055Z","dependency_job_id":null,"html_url":"https://github.com/no-reply/hydra-ezid","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/no-reply/hydra-ezid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-reply%2Fhydra-ezid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-reply%2Fhydra-ezid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-reply%2Fhydra-ezid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-reply%2Fhydra-ezid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/no-reply","download_url":"https://codeload.github.com/no-reply/hydra-ezid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-reply%2Fhydra-ezid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261282321,"owners_count":23134940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T20:06:31.556Z","updated_at":"2025-06-22T11:08:14.138Z","avatar_url":"https://github.com/no-reply.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hydra::Ezid [![Version](https://badge.fury.io/rb/hydra-ezid.png)](http://badge.fury.io/rb/hydra-ezid) [![Build Status](https://travis-ci.org/psu-stewardship/hydra-ezid.png?branch=master)](https://travis-ci.org/psu-stewardship/hydra-ezid) [![Dependency Status](https://gemnasium.com/psu-stewardship/hydra-ezid.png)](https://gemnasium.com/psu-stewardship/hydra-ezid)\n\nA Rails engine providing EZID services for Hydra applications\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'hydra-ezid'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install hydra-ezid\n\n## Usage\n\n### Make your Models Ezid-able\n\nAdd `include Hydra::Ezid::ModelMethods` to the models you want EZIDs for.\n\nExample:\n```ruby\nclass GenericFile \u003c ActiveFedora::Base\n  include Hydra::Ezid::ModelMethods\n  ezid_config do\n    store_doi at: :descMetadata, in: :my_doi\n    store_ark at: :properties, in: :some_ark\n    find_creator at: :descMetadata, in: :author\n    find_title at: :properties\n    find_publisher at: :properties\n    find_publication_year at: :descMetadata, in: :pubYear\nend\n```\n\n## Developers\n\nIn order to make modifications to the gem code and run the tests, clone the repository then\n\n```\n    $ bundle install\n    $ git submodule init\n    $ git submodule update\n    $ rake jetty:config\n    $ rake jetty:start\n    $ rake clean\n    $ rake spec\n```\n\n## License\n\nThe hydra-ezid source code is freely available under the Apache 2.0 license.\n[Read the copyright statement and license](/LICENSE.txt).\n\n## Acknowledgements\n\nThis software has been developed by and is brought to you by the Hydra community.  Learn more at the [Project Hydra website](http://projecthydra.org)\n\n![Project Hydra Logo](https://github.com/uvalib/libra-oa/blob/a6564a9e5c13b7873dc883367f5e307bf715d6cf/public/images/powered_by_hydra.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fno-reply%2Fhydra-ezid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fno-reply%2Fhydra-ezid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fno-reply%2Fhydra-ezid/lists"}