Skip to content

Commit

Permalink
Fix the warning with summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-d committed Sep 6, 2012
1 parent fedb085 commit 2a6e2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vintner.gemspec
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
gem.authors = ["JH. Chabran"] gem.authors = ["JH. Chabran"]
gem.email = ["jh@chabran.fr"] gem.email = ["jh@chabran.fr"]
gem.description = %q{Export and import json from a definable format} gem.description = %q{Export and import json from a definable format}
gem.summary = %q{TODO: Write a gem summary} gem.summary = gem.description
gem.homepage = "" gem.homepage = ""


gem.files = `git ls-files`.split($\) gem.files = `git ls-files`.split($\)
Expand Down

0 comments on commit 2a6e2b4

Please sign in to comment.