bzip2-ruby.gemspec in bzip2-ruby-0.2.4 vs bzip2-ruby.gemspec in bzip2-ruby-0.2.5

- old
+ new

@@ -1,42 +1,43 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{bzip2-ruby} - s.version = "0.2.4" + s.version = "0.2.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Guy Decoux", "Brian Lopez"] - s.date = %q{2009-05-02} + s.date = %q{2009-05-18} s.email = %q{seniorlopez@gmail.com} s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = [ - "README.rdoc" + "CHANGELOG.rdoc", + "README.rdoc" ] s.files = [ - "History.txt", - "README.rdoc", - "Rakefile", - "VERSION.yml", - "bzip2-ruby.gemspec", - "ext/bz2.c", - "ext/extconf.rb", - "tasks/extconf.rake", - "tasks/extconf/bz2.rake", - "test/reader.rb", - "test/runit_.rb", - "test/writer.rb" + "CHANGELOG.rdoc", + "README.rdoc", + "Rakefile", + "VERSION.yml", + "bzip2-ruby.gemspec", + "ext/bzip2.c", + "ext/extconf.rb", + "lib/bzip2.rb", + "spec/reader_spec.rb", + "spec/spec_helper.rb", + "spec/writer_spec.rb", + "tasks/extconf.rake", + "tasks/extconf/bz2.rake" ] - s.has_rdoc = true s.homepage = %q{http://github.com/brianmario/bzip2-ruby} s.rdoc_options = ["--charset=UTF-8"] - s.require_paths = ["ext"] - s.rubygems_version = %q{1.3.2} + s.require_paths = ["lib", "ext"] + s.rubygems_version = %q{1.3.3} s.summary = %q{Ruby C bindings to libbzip2.} s.test_files = [ - "test/reader.rb", - "test/runit_.rb", - "test/writer.rb" + "spec/reader_spec.rb", + "spec/spec_helper.rb", + "spec/writer_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3