diff --git a/README.md b/README.md index 0a8ae09..ddfc0dd 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,19 @@ # blacklight-ris -Adds "Download in RIS format" functionality to Blacklight +Adds "Download in RIS format" functionality to [Blacklight](https://github.com/projectblacklight/blacklight). + +## Description +Blacklight plugin that adds the ability to download a [RIS representation](https://en.wikipedia.org/wiki/RIS_(file_format)) of a record from a catalog show page and a set of records from the bookmarks index page. + +### Versioning +`v0.1.0` -> Known to work with Blacklight v6 and Rails 4 ## Installation Add this line to your application's Gemfile: ```ruby -gem 'blacklight-ris', :git => 'https://github.com/upenn-libraries/blacklight-ris.git' +gem 'blacklight-ris', '0.1.0' ``` And then execute: diff --git a/blacklight-ris.gemspec b/blacklight-ris.gemspec index ff42b2e..a66b055 100644 --- a/blacklight-ris.gemspec +++ b/blacklight-ris.gemspec @@ -17,4 +17,6 @@ Gem::Specification.new do |s| s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] s.add_dependency "rails", "> 4.2" + + s.metadata['rubygems_mfa_required'] = 'false' end