snappy.gemspec in snappy-0.0.2 vs snappy.gemspec in snappy-0.0.3

- old
+ new

@@ -3,18 +3,18 @@ # 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.2" + s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["miyucy"] - s.date = %q{2011-05-09} + s.authors = [%q{miyucy}] + s.date = %q{2011-10-13} s.description = %q{libsnappy binding for Ruby} s.email = %q{miyucy@gmail.com} - s.extensions = ["ext/extconf.rb"] + s.extensions = [%q{ext/extconf.rb}] s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ @@ -31,12 +31,12 @@ "snappy.gemspec", "spec/snappy_spec.rb", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/miyucy/snappy} - s.licenses = ["MIT"] - s.require_paths = ["lib"] - s.rubygems_version = %q{1.6.2} + s.licenses = [%q{MIT}] + s.require_paths = [%q{lib}] + s.rubygems_version = %q{1.8.9} s.summary = %q{libsnappy binding for Ruby} s.test_files = [ "spec/snappy_spec.rb", "spec/spec_helper.rb" ]