# -*- encoding: utf-8 -*- # stub: citeproc 1.0.8 ruby lib Gem::Specification.new do |s| s.name = "citeproc".freeze s.version = "1.0.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sylvester Keil".freeze] s.date = "2017-12-22" s.description = "A cite processor interface for Citation Style Language (CSL) styles.".freeze s.email = ["sylvester@keil.or.at".freeze] s.files = [".document".freeze, ".yardopts".freeze, "AGPL".freeze, "BSDL".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "lib/citeproc.rb".freeze, "lib/citeproc/abbreviate.rb".freeze, "lib/citeproc/assets.rb".freeze, "lib/citeproc/attributes.rb".freeze, "lib/citeproc/bibliography.rb".freeze, "lib/citeproc/citation_data.rb".freeze, "lib/citeproc/compatibility.rb".freeze, "lib/citeproc/date.rb".freeze, "lib/citeproc/engine.rb".freeze, "lib/citeproc/errors.rb".freeze, "lib/citeproc/extensions.rb".freeze, "lib/citeproc/item.rb".freeze, "lib/citeproc/names.rb".freeze, "lib/citeproc/number.rb".freeze, "lib/citeproc/processor.rb".freeze, "lib/citeproc/selector.rb".freeze, "lib/citeproc/utilities.rb".freeze, "lib/citeproc/variable.rb".freeze, "lib/citeproc/version.rb".freeze] s.homepage = "https://github.com/inukshuk/citeproc".freeze s.licenses = ["AGPL-3.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A cite processor interface.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end