citeproc-js.gemspec in citeproc-js-0.0.2 vs citeproc-js.gemspec in citeproc-js-0.0.6
- old
+ new
@@ -13,11 +13,11 @@
s.homepage = 'http://inukshuk.github.com/citeproc-js'
s.summary = 'A citeproc engine based on citeproc-js.'
s.description = 'A citeproc engine based on the citeproc-js CSL (Citation Style Language) processor.'
s.license = 'AGPLv3'
- s.add_runtime_dependency('citeproc', ['~>0.0'])
+ s.add_runtime_dependency('citeproc', ['~>0.0.5'])
s.add_runtime_dependency('execjs', ['>=1.2.4', '<1.3.0'])
s.add_development_dependency('cucumber', ['>=1.0.2'])
s.add_development_dependency('rspec', ['>=2.6.0'])
s.add_development_dependency('watchr', ['>=0.7'])
@@ -25,10 +25,10 @@
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = []
s.require_path = 'lib'
- s.rdoc_options = %w{--line-numbers --inline-source --title "CiteProc-JS\ Rubygem" --main README.md --webcvs=http://github.com/inukshuk/citeproc-js/tree/master/}
+ s.rdoc_options = %w{--line-numbers --inline-source --title "CiteProc-JS" --main README.md --webcvs=http://github.com/inukshuk/citeproc-js/tree/master/}
s.extra_rdoc_files = %w{README.md}
end
# vim: syntax=ruby
\ No newline at end of file