Skip to content

Commit

Permalink
Update gemspec to avoid build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Jul 5, 2013
1 parent 882ea57 commit adf4b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octokit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit adf4b88

Please sign in to comment.