From adf4b8853fdec5b0678aa844f50397fe8772d1b8 Mon Sep 17 00:00:00 2001 From: Wynn Netherland Date: Fri, 5 Jul 2013 11:57:57 -0500 Subject: [PATCH] Update gemspec to avoid build warning --- octokit.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octokit.gemspec b/octokit.gemspec index 46766deb6..81bc66694 100644 --- a/octokit.gemspec +++ b/octokit.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |spec| spec.name = 'octokit' spec.require_paths = ['lib'] spec.required_rubygems_version = '>= 1.3.5' - spec.summary = spec.description + spec.summary = "Ruby toolkit for working with the GitHub API" spec.test_files = Dir.glob("spec/**/*") spec.version = Octokit::VERSION.dup end