-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap summary and description, for better visibility.
- Loading branch information
1 parent
269dfb0
commit 2b4b433
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec| | |
spec.authors = ["Lorenzo Sapora"] | ||
spec.email = ["[email protected]"] | ||
|
||
spec.summary = %q{Jekyll plugin to generate html5 snippets for embedding YouTube videos, without iframes.} | ||
spec.description = %q{Add {% youtube https://youtube.com/?v=12345678 %} to any page, or post. Check README for more information, and installation instructions.} | ||
spec.summary = %q{Add {% youtube https://youtube.com/?v=12345678 %} to any page, or post. Check README for more information, and installation instructions.} | ||
spec.description = %q{Jekyll plugin to generate html5 snippets for embedding YouTube videos, without iframes.} | ||
spec.homepage = "https://github.com/knowbl/jekyll-html5-youtube" | ||
spec.license = "MIT" | ||
|
||
|