snappy.gemspec in snappy-0.0.0 vs snappy.gemspec in snappy-0.0.1

- 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 = %q{snappy} - s.version = "0.0.0" + s.version = "0.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["miyucy"] - s.date = %q{2011-03-24} + s.date = %q{2011-03-29} s.description = %q{libsnappy binding for Ruby} s.email = %q{miyucy@gmail.com} s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = [ "LICENSE.txt", @@ -24,11 +24,11 @@ "Gemfile.lock", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", + "ext/api.cc", "ext/extconf.rb", - "ext/snappy.cc", "snappy.gemspec", "spec/snappy_spec.rb", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/miyucy/snappy}