README.md in citeproc-ruby-1.1.10 vs README.md in citeproc-ruby-1.1.11
- old
+ new
@@ -6,11 +6,10 @@
cite processor, please refer to the documentation of the
[citeproc](https://rubygems.org/gems/citeproc) gem instead.
[![Build Status](https://secure.travis-ci.org/inukshuk/citeproc-ruby.png)](http://travis-ci.org/inukshuk/citeproc-ruby)
[![Coverage Status](https://coveralls.io/repos/github/inukshuk/citeproc-ruby/badge.svg?branch=master)](https://coveralls.io/github/inukshuk/citeproc-ruby?branch=master)
-[![Dependency Status](https://gemnasium.com/badges/github.com/inukshuk/citeproc-ruby.svg)](https://gemnasium.com/github.com/inukshuk/citeproc-ruby)
[![Code Climate](https://codeclimate.com/github/inukshuk/citeproc-ruby/badges/gpa.svg)](https://codeclimate.com/github/inukshuk/citeproc-ruby)
Quickstart
----------
Install CiteProc-Ruby and all official CSL styles (optional).
@@ -74,10 +73,14 @@
#-> Knuth, Donald. (1968). <i>The art of computer programming</i> (Vol. 1). Boston: Addison-Wesley.
# You can also render citations on the fly.
cp.render :citation, id: 'knuth', locator: '23'
#-> (Knuth, 1968, p. 23)
+
+ # Pass an array if you want to render multiple citations:
+ cp.render :citation, [{ id: 'knuth' }, { id: 'perez' }]
+ #-> (Knuth, 1968; Perez, 1989)
Documentation
-------------
* [CiteProc Documentation](http://rubydoc.info/gems/citeproc/)
* [CiteProc-Ruby API Documentation](http://rubydoc.info/gems/citeproc-ruby/)
@@ -145,10 +148,10 @@
Thanks to Google and the Berkman Center at Harvard University for supporting
this project as part of [Google Summer of Code](https://developers.google.com/open-source/soc/).
Copyright
---------
-Copyright 2009-2016 Sylvester Keil. All rights reserved.
+Copyright 2009-2020 Sylvester Keil. All rights reserved.
Copyright 2012 President and Fellows of Harvard College.
License
-------