From 9530b352ba54a1b499220e16ada848f679dd51cf Mon Sep 17 00:00:00 2001 From: Sylvester Keil Date: Sun, 13 Apr 2014 15:18:45 +0200 Subject: [PATCH] update timestamp --- README.md | 2 +- jekyll-scholar.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8265d8e..471f832 100644 --- a/README.md +++ b/README.md @@ -462,7 +462,7 @@ License Jekyll-Scholar is distributed under the same license as Jekyll. -Copyright (c) 2011-2013 [Sylvester Keil](http://sylvester.keil.or.at/) +Copyright (c) 2011-2014 [Sylvester Keil](http://sylvester.keil.or.at/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal diff --git a/jekyll-scholar.gemspec b/jekyll-scholar.gemspec index 195734a..449bf99 100644 --- a/jekyll-scholar.gemspec +++ b/jekyll-scholar.gemspec @@ -26,8 +26,8 @@ Gem::Specification.new do |s| s.rubyforge_project = s.name s.add_runtime_dependency('jekyll', '~> 1.0') - s.add_runtime_dependency('citeproc-ruby', '~> 1.0.1') - s.add_runtime_dependency('csl-styles', '~> 1.0.1') + s.add_runtime_dependency('citeproc-ruby', '~> 1.0') + s.add_runtime_dependency('csl-styles', '~> 1.0') s.add_runtime_dependency('bibtex-ruby', '~> 3.0') s.files = `git ls-files`.split("\n") -- GitLab