cbor.gemspec in cbor-0.5.8.0 vs cbor.gemspec in cbor-0.5.9.0

- old
+ new

@@ -8,10 +8,9 @@ s.description = %q{CBOR is a library for the CBOR binary object representation format, based on Sadayuki Furuhashi's MessagePack library.} s.author = "Carsten Bormann, standing on the tall shoulders of Sadayuki Furuhashi" s.email = "cabo@tzi.org" s.license = "Apache 2.0" s.homepage = "http://cbor.io/" -# s.rubyforge_project = "msgpack" s.has_rdoc = false s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec}/*`.split("\n") s.require_paths = ["lib"] s.extensions = ["ext/cbor/extconf.rb"]