gibbon.gemspec in gibbon-0.1.7 vs gibbon.gemspec in gibbon-0.2.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 = %q{gibbon} - s.version = "0.1.7" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Amro Mousa"] - s.date = %q{2011-06-25} + s.authors = [%q{Amro Mousa}] + s.date = %q{2011-09-02} s.description = %q{Gibbon is a simple API wrapper for interacting with MailChimp API version 1.3.} s.email = %q{amromousa@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.markdown" @@ -28,12 +28,12 @@ "lib/gibbon.rb", "test/helper.rb", "test/test_gibbon.rb" ] s.homepage = %q{http://github.com/amro/gibbon} - 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{Gibbon is a simple API wrapper for interacting with MailChimp API 1.3} s.test_files = [ "test/helper.rb", "test/test_gibbon.rb" ]