# -*- encoding: utf-8 -*- # stub: bencode 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "bencode".freeze s.version = "0.5.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Schierbeck".freeze] s.autorequire = "bencode".freeze s.date = "2007-02-07" s.files = ["lib/bencode.rb".freeze, "lib/bencode/decode.rb".freeze, "lib/bencode/decode_error.rb".freeze, "lib/bencode/encode/array.rb".freeze, "lib/bencode/encode/hash.rb".freeze, "lib/bencode/encode/integer.rb".freeze, "lib/bencode/encode/object.rb".freeze, "lib/bencode/encode/string.rb".freeze, "lib/bencode/encode_error.rb".freeze, "lib/bencode/io.rb".freeze, "test/decode/test_dictionary.rb".freeze, "test/decode/test_integer.rb".freeze, "test/decode/test_invalid.rb".freeze, "test/decode/test_list.rb".freeze, "test/decode/test_string.rb".freeze, "test/encode/test_array.rb".freeze, "test/encode/test_float.rb".freeze, "test/encode/test_hash.rb".freeze, "test/encode/test_integer.rb".freeze, "test/encode/test_string.rb".freeze, "test/suite.rb".freeze, "test/test_decode.rb".freeze, "test/test_encode.rb".freeze] s.homepage = "bencode.rubyforge.org".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby implementation of the Bencode encoding used by BitTorrent".freeze s.test_files = ["test/test_decode.rb".freeze, "test/test_encode.rb".freeze, "test/suite.rb".freeze, "test/decode/test_invalid.rb".freeze, "test/decode/test_dictionary.rb".freeze, "test/decode/test_integer.rb".freeze, "test/decode/test_string.rb".freeze, "test/decode/test_list.rb".freeze, "test/encode/test_float.rb".freeze, "test/encode/test_hash.rb".freeze, "test/encode/test_integer.rb".freeze, "test/encode/test_string.rb".freeze, "test/encode/test_array.rb".freeze] end