bychar.gemspec in bychar-1.2.1 vs bychar.gemspec in bychar-2.0.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "bychar" - s.version = "1.2.1" + s.version = "2.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Julik Tarkhanov"] - s.date = "2013-03-15" + s.date = "2013-03-23" s.description = " Helps parsing IO char by char " s.email = "me@julik.nl" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -23,11 +23,18 @@ "LICENSE.txt", "README.rdoc", "Rakefile", "bychar.gemspec", "lib/bychar.rb", + "lib/impls/reader_bare.rb", + "lib/impls/reader_iobuf.rb", + "lib/impls/reader_strbuf.rb", "test/helper.rb", - "test/test_bychar.rb" + "test/huge_nuke_tcl.tcl", + "test/test_ioreader.rb", + "test/test_reader.rb", + "test/test_strreader.rb", + "test/test_z_bench.rb" ] s.homepage = "http://github.com/julik/bychar" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.24"