From ddb646143eba8c0237b40b513375e12e2712ed5c Mon Sep 17 00:00:00 2001 From: Andy Geers Date: Fri, 22 Aug 2014 09:49:16 +0100 Subject: [PATCH] Delete patch-contacts gemspec --- patch-contacts.gemspec | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 patch-contacts.gemspec diff --git a/patch-contacts.gemspec b/patch-contacts.gemspec deleted file mode 100644 index 34162cf..0000000 --- a/patch-contacts.gemspec +++ /dev/null @@ -1,26 +0,0 @@ -# -*- encoding: utf-8 -*- -$:.unshift File.expand_path('lib', File.dirname(__FILE__)) -require 'contacts/version' - -Gem::Specification.new do |s| - s.name = 'patch-contacts' - s.date = Date.today.strftime('%Y-%m-%d') - s.version = Contacts::VERSION::STRING - s.platform = Gem::Platform::RUBY - s.authors = ["Mislav Marohnić", "George Ogata"] - s.email = ["george.ogata@gmail.com"] - s.homepage = "http://github.com/oggy/contacts/tree/patch" - s.summary = "Import users' contacts lists from Google, Yahoo!, and Windows Live." - s.description = '' - - s.add_dependency 'oauth', '~> 0.4.0' - s.required_rubygems_version = ">= 1.3.6" - s.add_development_dependency "rspec" - - s.files = Dir["{lib,rails,spec,vendor}/**/*", "LICENSE", "README.*", "Rakefile"] - s.test_files = Dir["spec/**/*"] - s.extra_rdoc_files = ["LICENSE", "README.markdown"] - s.require_path = 'lib' - s.specification_version = 3 - s.rdoc_options = ["--charset=UTF-8"] -end