bencode_blatyo.gemspec in bencode_blatyo-1.0.0 vs bencode_blatyo.gemspec in bencode_blatyo-1.0.1

- old
+ new

@@ -3,16 +3,16 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{bencode_blatyo} - s.version = "1.0.0" + s.version = "1.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Allen Madsen"] - s.date = %q{2010-01-30} - s.description = %q{This gem provides a way to encode and parse bencodings used by the Bit Torrent protocol.} + s.date = %q{2010-02-02} + s.description = %q{This gem has been renamed to bencodr. Use that one instead.} s.email = %q{blatyo@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] @@ -38,17 +38,18 @@ "spec/bencode/parser_spec.rb", "spec/bencode/string_spec.rb", "spec/bencode_spec.rb", "spec/samples/bencode.rb.torrent", "spec/samples/mini.bencode", + "spec/samples/python.torrent", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/blatyo/bencode} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} - s.summary = %q{This gem provides a way to encode and parse bencodings used by the Bit Torrent protocol.} + s.summary = %q{This gem has been renamed to bencodr. Use that one instead.} s.test_files = [ "spec/bencode/dictionary_spec.rb", "spec/bencode/integer_spec.rb", "spec/bencode/list_spec.rb", "spec/bencode/parser_spec.rb",