From 524b8255c1ac720c91bd7786a74ace75145901d0 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshov Date: Fri, 3 Jun 2011 16:55:56 +0400 Subject: [PATCH] Regenerate gemspec for version 0.2.6 --- Rakefile | 3 +-- kulesa-contacts.gemspec | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Rakefile b/Rakefile index e6ddf48..f405695 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,3 @@ -# encoding: utf-8 require 'rubygems' require 'bundler' begin @@ -19,7 +18,7 @@ Jeweler::Tasks.new do |gem| gem.summary = "Import users' contacts lists from Google, Yahoo!, and Windows Live." gem.description = "Import users' contacts lists from Google, Yahoo!, and Windows Live." gem.email = "kulesa@gmail.com" - gem.authors = ["Mislav Marohnic", "George Ogata", "Julian Coutu"] + gem.authors = ["Mislav Marohnic", "George Odata", "Julian Countu"] end Jeweler::RubygemsDotOrgTasks.new diff --git a/kulesa-contacts.gemspec b/kulesa-contacts.gemspec index b26722a..51597cf 100644 --- a/kulesa-contacts.gemspec +++ b/kulesa-contacts.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.version = "0.2.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = ["Mislav Marohnic", "George Ogata", "Julian Coutu"] + s.authors = ["Mislav Marohnic", "George Odata", "Julian Countu"] s.date = %q{2011-06-03} s.description = %q{Import users' contacts lists from Google, Yahoo!, and Windows Live.} s.email = %q{kulesa@gmail.com} @@ -34,7 +34,6 @@ Gem::Specification.new do |s| "lib/contacts/version.rb", "lib/contacts/windows_live.rb", "lib/contacts/yahoo.rb", - "patch-contacts.gemspec", "spec/config/contacts.yml", "spec/contact_spec.rb", "spec/feeds/google-many.xml", @@ -45,8 +44,7 @@ Gem::Specification.new do |s| "spec/spec.opts", "spec/spec_helper.rb", "spec/windows_live/windows_live_spec.rb", - "spec/yahoo/yahoo_spec.rb", - "turing-contacts.gemspec" + "spec/yahoo/yahoo_spec.rb" ] s.homepage = %q{https://github.com/kulesa/contacts} s.licenses = ["MIT"]