# -*- encoding: utf-8 -*- # stub: bibtex-ruby 4.4.1 ruby lib Gem::Specification.new do |s| s.name = "bibtex-ruby".freeze s.version = "4.4.1".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 = "2016-07-13" s.description = "BibTeX-Ruby is the Rubyist's swiss-army-knife for all things BibTeX. It\nincludes a parser for all common BibTeX objects (@string, @preamble,\n@comment and regular entries) and a sophisticated name parser that\ntokenizes correctly formatted names; BibTeX-Ruby recognizes BibTeX string\nreplacements, joins values containing multiple strings or variables,\nsupports cross-references, and decodes common LaTeX formatting\ninstructions to unicode; if you are in a hurry, it also allows for easy\nexport/conversion to formats such as YAML, JSON, CSL, and XML (BibTeXML).\n".freeze s.email = ["sylvester@keil.or.at".freeze] s.files = ["Gemfile".freeze, "Guardfile".freeze, "History.txt".freeze, "LICENSE".freeze, "Manifest".freeze, "README.md".freeze, "Rakefile".freeze, "bibtex-ruby.gemspec".freeze, "examples/bib2html.rb".freeze, "examples/bib2yaml.rb".freeze, "examples/markdown.bib".freeze, "features/bibtex.feature".freeze, "features/entries.feature".freeze, "features/issues/braced_strings.feature".freeze, "features/issues/crossref.feature".freeze, "features/issues/latex_filter.feature".freeze, "features/issues/multiline_strings.feature".freeze, "features/issues/name_parsing.feature".freeze, "features/issues/non_ascii_default_keys.feature".freeze, "features/issues/non_ascii_keys.feature".freeze, "features/issues/number_keys.feature".freeze, "features/issues/parse_months.feature".freeze, "features/issues/slash_keys.feature".freeze, "features/issues/trailing_comma.feature".freeze, "features/issues/whitespace_keys.feature".freeze, "features/names.feature".freeze, "features/preambles.feature".freeze, "features/query.feature".freeze, "features/replacement.feature".freeze, "features/step_definitions/bibtex_steps.rb".freeze, "features/step_definitions/name_steps.rb".freeze, "features/strings.feature".freeze, "features/support/env.rb".freeze, "lib/bibtex.rb".freeze, "lib/bibtex/bibliography.rb".freeze, "lib/bibtex/bibliography/rdf_converter.rb".freeze, "lib/bibtex/bibtex.y".freeze, "lib/bibtex/compatibility.rb".freeze, "lib/bibtex/elements.rb".freeze, "lib/bibtex/entry.rb".freeze, "lib/bibtex/entry/bibtexml_converter.rb".freeze, "lib/bibtex/entry/citeproc_converter.rb".freeze, "lib/bibtex/entry/rdf_converter.rb".freeze, "lib/bibtex/error.rb".freeze, "lib/bibtex/extensions.rb".freeze, "lib/bibtex/filters.rb".freeze, "lib/bibtex/filters/latex.rb".freeze, "lib/bibtex/filters/linebreaks.rb".freeze, "lib/bibtex/lexer.rb".freeze, "lib/bibtex/name_parser.rb".freeze, "lib/bibtex/names.rb".freeze, "lib/bibtex/names.y".freeze, "lib/bibtex/parser.rb".freeze, "lib/bibtex/replaceable.rb".freeze, "lib/bibtex/ruby.rb".freeze, "lib/bibtex/utilities.rb".freeze, "lib/bibtex/value.rb".freeze, "lib/bibtex/version.rb".freeze, "test/benchmark.rb".freeze, "test/bibtex/entry/test_rdf_converter.rb".freeze, "test/bibtex/test_bibliography.rb".freeze, "test/bibtex/test_elements.rb".freeze, "test/bibtex/test_entry.rb".freeze, "test/bibtex/test_filters.rb".freeze, "test/bibtex/test_lexer.rb".freeze, "test/bibtex/test_name_parser.rb".freeze, "test/bibtex/test_names.rb".freeze, "test/bibtex/test_parser.rb".freeze, "test/bibtex/test_string.rb".freeze, "test/bibtex/test_utilities.rb".freeze, "test/bibtex/test_value.rb".freeze, "test/fixtures/bibdesk.bib".freeze, "test/fixtures/comment.bib".freeze, "test/fixtures/decoret.bib".freeze, "test/fixtures/empty.bib".freeze, "test/fixtures/entry.bib".freeze, "test/fixtures/errors.bib".freeze, "test/fixtures/no_bibtex.bib".freeze, "test/fixtures/preamble.bib".freeze, "test/fixtures/roundtrip.bib".freeze, "test/helper.rb".freeze, "test/macruby.d".freeze, "test/macruby.rb".freeze, "test/profile.rb".freeze, "test/test_bibtex.rb".freeze, "test/test_export.rb".freeze] s.homepage = "http://inukshuk.github.com/bibtex-ruby".freeze s.licenses = ["GPL-3.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A BibTeX parser, converter and API for Ruby.".freeze s.test_files = ["test/bibtex/test_value.rb".freeze, "test/bibtex/test_lexer.rb".freeze, "test/bibtex/test_names.rb".freeze, "test/bibtex/test_parser.rb".freeze, "test/bibtex/test_bibliography.rb".freeze, "test/bibtex/test_filters.rb".freeze, "test/bibtex/test_utilities.rb".freeze, "test/bibtex/test_string.rb".freeze, "test/bibtex/test_entry.rb".freeze, "test/bibtex/test_name_parser.rb".freeze, "test/bibtex/test_elements.rb".freeze, "test/bibtex/entry/test_rdf_converter.rb".freeze, "test/test_bibtex.rb".freeze, "test/test_export.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.0".freeze]) end