Sha256: f7d97e1efe19a12d5d9569ab8b8b18ceb5d9f73f218587496a1ea71fc140f541
Contents?: true
Size: 1.91 KB
Versions: 0
Compression: gzip
Compressed size: 708 Bytes
Stored size: 708 Bytes
Contents
--- !ruby/object:Gem::Specification name: bencode version: !ruby/object:Gem::Version version: 0.6.0 platform: ruby authors: - Daniel Schierbeck autorequire: bindir: bin cert_chain: [] date: 2010-02-06 00:00:00 +01:00 default_executable: dependencies: [] description: A simple encoder and decoder for the BitTorrent serialization format. email: daniel.schierbeck@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md files: - .gitignore - LICENSE - README.md - Rakefile - VERSION - lib/bencode.rb - lib/bencode/decode.rb - lib/bencode/decode_error.rb - lib/bencode/encode/array.rb - lib/bencode/encode/hash.rb - lib/bencode/encode/integer.rb - lib/bencode/encode/object.rb - lib/bencode/encode/string.rb - lib/bencode/encode_error.rb - lib/bencode/io.rb - test/benchmark/decoding.rb - test/benchmark/encoding.rb - test/bittorrent_test.rb - test/decoding_test.rb - test/encoding_test.rb - test/environment.rb - test/fixtures/python.torrent - test/fixtures/test.torrent - test/shoulda_macros/decoding.rb - test/shoulda_macros/encoding.rb - test/utf8_decoding_test.rb has_rdoc: true homepage: http://github.com/dasch/ruby-bencode licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Encode and decode bencoded data test_files: - test/bittorrent_test.rb - test/decoding_test.rb - test/utf8_decoding_test.rb - test/shoulda_macros/decoding.rb - test/shoulda_macros/encoding.rb - test/environment.rb - test/encoding_test.rb - test/benchmark/decoding.rb - test/benchmark/encoding.rb