Skip to content

Commit

Permalink
Merge pull request #2 from upenn-libraries/preparing-for-v0.1-release
Browse files Browse the repository at this point in the history
Preparing for v0.1.0 release
  • Loading branch information
cgalarza authored Jul 23, 2024
2 parents 88b4f1d + a8b4b5c commit 3de07a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions blacklight-ris.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3de07a8

Please sign in to comment.