Sha256: 432a2615ec461cef15196718981853921ada2c7c71137469e218b73a4556b127
Contents?: true
Size: 1.8 KB
Versions: 0
Compression: gzip
Compressed size: 767 Bytes
Stored size: 767 Bytes
Contents
--- !ruby/object:Gem::Specification name: deil_sexpistol version: !ruby/object:Gem::Version hash: 15 prerelease: false segments: - 0 - 0 - 8 version: 0.0.8 platform: ruby authors: - Aaron Gough - Anton Kosyakin autorequire: bindir: bin cert_chain: [] date: 2011-09-14 00:00:00 +04:00 default_executable: dependencies: [] description: Sexpistol is an easy-to-use S-Expression parser for Ruby. It is fast and has no dependencies. email: aaron@aarongough.com executables: [] extensions: [] extra_rdoc_files: - MIT-LICENSE - README.rdoc files: - MIT-LICENSE - README.rdoc - Rakefile - VERSION - deil_sexpistol.gemspec - lib/sexpistol.rb - lib/sexpistol/sexpistol.rb - lib/sexpistol/sexpistol_parser.rb - sexpistol.gemspec - test/performance/benchmark_test.rb - test/setup/test_unit_extensions.rb - test/test_helper.rb - test/unit/float_literal_test.rb - test/unit/integer_literal_test.rb - test/unit/ruby_keyword_literals_test.rb - test/unit/scheme_compatability_test.rb - test/unit/string_literal_test.rb - test/unit/structure_test.rb - test/unit/symbol_test.rb - test/unit/to_sexp_test.rb has_rdoc: true homepage: http://github.com/aarongough/sexpistol licenses: [] post_install_message: rdoc_options: - --line-numbers - --inline-source 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.3.7 signing_key: specification_version: 3 summary: An S-Expression Parser Library for Ruby. Forked test_files: []