Sha256: 8d3f310c513ae9a7fc267122381bcdb8149b9643916eff9a4262cd238a4095af
Contents?: true
Size: 1.59 KB
Versions: 0
Compression: gzip
Compressed size: 722 Bytes
Stored size: 722 Bytes
Contents
--- !ruby/object:Gem::Specification name: obo_parser version: !ruby/object:Gem::Version hash: 21 prerelease: segments: - 0 - 3 - 3 version: 0.3.3 platform: ruby authors: - mjy autorequire: bindir: bin cert_chain: [] date: 2011-04-07 00:00:00 -04:00 default_executable: dependencies: [] description: "Provides all-in-one object containing the contents of an OBO formatted file. OBO version 1.2 is targeted, though this should work for 1.0. " email: diapriid@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - init.rb - install.rb - lib/lexer.rb - lib/obo_parser.rb - lib/parser.rb - lib/tokens.rb - lib/utilities.rb - obo_parser.gemspec - tasks/obo_parser_tasks.rake - test/cell.obo - test/obo_1.0_test.txt - test/obo_1.0_test_wo_typedefs.txt - test/test_obo_parser.rb - uninstall.rb has_rdoc: true homepage: http://github.com/mjy/obo_parser licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.5.3 signing_key: specification_version: 3 summary: A simple OBO file handler. test_files: - test/test_obo_parser.rb