Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kulesa committed Jun 3, 2011
1 parent 47ff5ef commit 524b825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Rakefile
@@ -1,4 +1,3 @@
# encoding: utf-8
require 'rubygems'
require 'bundler'
begin
Expand All @@ -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
Expand Down
6 changes: 2 additions & 4 deletions kulesa-contacts.gemspec
Expand Up @@ -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}
Expand All @@ -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",
Expand All @@ -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"]
Expand Down

0 comments on commit 524b825

Please sign in to comment.