--- !ruby/object:Gem::Specification name: bibtex-ruby version: !ruby/object:Gem::Version version: 4.0.13 platform: ruby authors: - Sylvester Keil autorequire: bindir: bin cert_chain: [] date: 2015-05-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: latex-decode requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.0' description: | BibTeX-Ruby is the Rubyist's swiss-army-knife for all things BibTeX. It includes a parser for all common BibTeX objects (@string, @preamble, @comment and regular entries) and a sophisticated name parser that tokenizes correctly formatted names; BibTeX-Ruby recognizes BibTeX string replacements, joins values containing multiple strings or variables, supports cross-references, and decodes common LaTeX formatting instructions to unicode; if you are in a hurry, it also allows for easy export/conversion to formats such as YAML, JSON, CSL, and XML (BibTeXML). email: - sylvester@keil.or.at executables: [] extensions: [] extra_rdoc_files: [] files: - Gemfile - Guardfile - History.txt - LICENSE - Manifest - README.md - Rakefile - bibtex-ruby.gemspec - examples/bib2html.rb - examples/bib2yaml.rb - examples/markdown.bib - features/bibtex.feature - features/entries.feature - features/issues/braced_strings.feature - features/issues/crossref.feature - features/issues/latex_filter.feature - features/issues/multiline_strings.feature - features/issues/name_parsing.feature - features/issues/non_ascii_default_keys.feature - features/issues/non_ascii_keys.feature - features/issues/number_keys.feature - features/issues/parse_months.feature - features/issues/slash_keys.feature - features/issues/trailing_comma.feature - features/issues/whitespace_keys.feature - features/names.feature - features/preambles.feature - features/query.feature - features/replacement.feature - features/step_definitions/bibtex_steps.rb - features/step_definitions/name_steps.rb - features/strings.feature - features/support/env.rb - lib/bibtex.rb - lib/bibtex/bibliography.rb - lib/bibtex/bibliography/rdf_converter.rb - lib/bibtex/bibtex.y - lib/bibtex/compatibility.rb - lib/bibtex/elements.rb - lib/bibtex/entry.rb - lib/bibtex/entry/bibtexml_converter.rb - lib/bibtex/entry/citeproc_converter.rb - lib/bibtex/entry/rdf_converter.rb - lib/bibtex/error.rb - lib/bibtex/extensions.rb - lib/bibtex/filters.rb - lib/bibtex/filters/latex.rb - lib/bibtex/filters/linebreaks.rb - lib/bibtex/lexer.rb - lib/bibtex/name_parser.rb - lib/bibtex/names.rb - lib/bibtex/names.y - lib/bibtex/parser.rb - lib/bibtex/replaceable.rb - lib/bibtex/ruby.rb - lib/bibtex/utilities.rb - lib/bibtex/value.rb - lib/bibtex/version.rb - test/benchmark.rb - test/bibtex/entry/test_rdf_converter.rb - test/bibtex/test_bibliography.rb - test/bibtex/test_elements.rb - test/bibtex/test_entry.rb - test/bibtex/test_filters.rb - test/bibtex/test_lexer.rb - test/bibtex/test_name_parser.rb - test/bibtex/test_names.rb - test/bibtex/test_parser.rb - test/bibtex/test_string.rb - test/bibtex/test_utilities.rb - test/bibtex/test_value.rb - test/fixtures/bibdesk.bib - test/fixtures/comment.bib - test/fixtures/decoret.bib - test/fixtures/empty.bib - test/fixtures/entry.bib - test/fixtures/errors.bib - test/fixtures/no_bibtex.bib - test/fixtures/preamble.bib - test/fixtures/roundtrip.bib - test/helper.rb - test/macruby.d - test/macruby.rb - test/profile.rb - test/test_bibtex.rb - test/test_export.rb homepage: http://inukshuk.github.com/bibtex-ruby licenses: - GPL-3 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.6 signing_key: specification_version: 4 summary: A BibTeX parser, converter and API for Ruby. test_files: - test/bibtex/test_value.rb - test/bibtex/test_lexer.rb - test/bibtex/test_names.rb - test/bibtex/test_parser.rb - test/bibtex/test_bibliography.rb - test/bibtex/test_filters.rb - test/bibtex/test_utilities.rb - test/bibtex/test_string.rb - test/bibtex/test_entry.rb - test/bibtex/test_name_parser.rb - test/bibtex/test_elements.rb - test/bibtex/entry/test_rdf_converter.rb - test/test_bibtex.rb - test/test_export.rb has_rdoc: yard