--- !ruby/object:Gem::Specification name: csl version: !ruby/object:Gem::Version version: 1.2.3 platform: ruby authors: - Sylvester Keil autorequire: bindir: bin cert_chain: [] date: 2014-07-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: namae requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '0.7' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '0.7' description: "\n\t\tA Ruby parser and full API for the Citation Style Language (CSL),\n\t\tan open XML-based language to describe the formatting of citations\n\t\tand bibliographies.\n\t\t" email: - http://sylvester.keil.or.at executables: [] extensions: [] extra_rdoc_files: [] files: - .document - .gitignore - .rspec - .simplecov - .yardopts - AGPL - BSDL - Gemfile - Guardfile - README.md - Rakefile - csl.gemspec - cucumber.yml - features/locales/loading.feature - features/locales/ordinalize.feature - features/parser/choose.feature - features/parser/info.feature - features/parser/localized_dates.feature - features/parser/terms.feature - features/step_definitions/locale_steps.rb - features/step_definitions/parser_steps.rb - features/step_definitions/style_steps.rb - features/style/loading.feature - features/support/env.rb - lib/csl.rb - lib/csl/compatibility.rb - lib/csl/date_part.rb - lib/csl/errors.rb - lib/csl/extensions.rb - lib/csl/info.rb - lib/csl/loader.rb - lib/csl/locale.rb - lib/csl/locale/date.rb - lib/csl/locale/style_options.rb - lib/csl/locale/term.rb - lib/csl/name_options.rb - lib/csl/node.rb - lib/csl/parser.rb - lib/csl/pretty_printer.rb - lib/csl/schema.rb - lib/csl/style.rb - lib/csl/style/bibliography.rb - lib/csl/style/choose.rb - lib/csl/style/citation.rb - lib/csl/style/date.rb - lib/csl/style/group.rb - lib/csl/style/label.rb - lib/csl/style/layout.rb - lib/csl/style/macro.rb - lib/csl/style/names.rb - lib/csl/style/number.rb - lib/csl/style/sort.rb - lib/csl/style/text.rb - lib/csl/treelike.rb - lib/csl/version.rb - spec/csl/info_spec.rb - spec/csl/locale/date_spec.rb - spec/csl/locale/style_options_spec.rb - spec/csl/locale/term_spec.rb - spec/csl/locale_spec.rb - spec/csl/node_spec.rb - spec/csl/parser_spec.rb - spec/csl/schema_spec.rb - spec/csl/style/bibliography_spec.rb - spec/csl/style/choose_spec.rb - spec/csl/style/citation_spec.rb - spec/csl/style/date_spec.rb - spec/csl/style/group_spec.rb - spec/csl/style/label_spec.rb - spec/csl/style/layout_spec.rb - spec/csl/style/macro_spec.rb - spec/csl/style/names_spec.rb - spec/csl/style/number_spec.rb - spec/csl/style/sort_spec.rb - spec/csl/style/text_spec.rb - spec/csl/style_spec.rb - spec/csl/treelike_spec.rb - spec/fixtures/locales/locales-de-DE.xml - spec/fixtures/locales/locales-en-GB.xml - spec/fixtures/locales/locales-en-US.xml - spec/fixtures/styles/apa.csl - spec/spec_helper.rb - vendor/schema/csl-categories.rng - vendor/schema/csl-terms.rng - vendor/schema/csl-types.rng - vendor/schema/csl-variables.rng - vendor/schema/csl.rng homepage: https://github.com/inukshuk/csl-ruby licenses: - AGPL metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: A Ruby CSL parser and library test_files: - features/locales/loading.feature - features/locales/ordinalize.feature - features/parser/choose.feature - features/parser/info.feature - features/parser/localized_dates.feature - features/parser/terms.feature - features/step_definitions/locale_steps.rb - features/step_definitions/parser_steps.rb - features/step_definitions/style_steps.rb - features/style/loading.feature - features/support/env.rb - spec/csl/info_spec.rb - spec/csl/locale/date_spec.rb - spec/csl/locale/style_options_spec.rb - spec/csl/locale/term_spec.rb - spec/csl/locale_spec.rb - spec/csl/node_spec.rb - spec/csl/parser_spec.rb - spec/csl/schema_spec.rb - spec/csl/style/bibliography_spec.rb - spec/csl/style/choose_spec.rb - spec/csl/style/citation_spec.rb - spec/csl/style/date_spec.rb - spec/csl/style/group_spec.rb - spec/csl/style/label_spec.rb - spec/csl/style/layout_spec.rb - spec/csl/style/macro_spec.rb - spec/csl/style/names_spec.rb - spec/csl/style/number_spec.rb - spec/csl/style/sort_spec.rb - spec/csl/style/text_spec.rb - spec/csl/style_spec.rb - spec/csl/treelike_spec.rb - spec/fixtures/locales/locales-de-DE.xml - spec/fixtures/locales/locales-en-GB.xml - spec/fixtures/locales/locales-en-US.xml - spec/fixtures/styles/apa.csl - spec/spec_helper.rb has_rdoc: yard