diff plugins/redmine_bibliography/Gemfile @ 1133:03049d5227e3 redmine-2.2-integration

Bibliography Plugin - added gemfile with gem prerequisites (todo: need to specify individual gem versions).
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 09 Jan 2013 12:45:01 +0000
parents
children 614a655f724b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/redmine_bibliography/Gemfile	Wed Jan 09 12:45:01 2013 +0000
@@ -0,0 +1,3 @@
+gem 'bibtex-ruby'
+gem 'nokogiri'
+gem 'citeproc-ruby'
\ No newline at end of file