jekyll-html5-youtube 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/jekyll-html5-youtube.gemspec +2 -2
- data/lib/jekyll-html5-youtube/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53afdd634a5c83b6841eac8002b937a5831cc0aa
|
|
4
|
+
data.tar.gz: e7fee8262043002e81a8b88660076e6d06a71dd8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e9c68c2e80a1d1898f0933b2cfee3260524b05fbf25a3272fbe26ee299f4754f4f444ba3b8ef5b246673716d4c10668b736c7a9c55af8f80b9fc9411ddf2f8f
|
|
7
|
+
data.tar.gz: f766af319a016aa061a80f04bf61d064842dde5d23cecc12c4c027172d775a6bce6e7a9e69ac3f446ea148bc7849c2eb791c3f3ce2796eaee3407dfd552f85f3
|
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.authors = ["Lorenzo Sapora"]
|
|
11
11
|
spec.email = ["lorenzo.sapora@gmail.com"]
|
|
12
12
|
|
|
13
|
-
spec.summary = %q{
|
|
14
|
-
spec.description = %q{
|
|
13
|
+
spec.summary = %q{Add {% youtube https://youtube.com/?v=12345678 %} to any page, or post. Check README for more information, and installation instructions.}
|
|
14
|
+
spec.description = %q{Jekyll plugin to generate html5 snippets for embedding YouTube videos, without iframes.}
|
|
15
15
|
spec.homepage = "https://github.com/knowbl/jekyll-html5-youtube"
|
|
16
16
|
spec.license = "MIT"
|
|
17
17
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-html5-youtube
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lorenzo Sapora
|
|
@@ -52,8 +52,8 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '10.0'
|
|
55
|
-
description:
|
|
56
|
-
|
|
55
|
+
description: Jekyll plugin to generate html5 snippets for embedding YouTube videos,
|
|
56
|
+
without iframes.
|
|
57
57
|
email:
|
|
58
58
|
- lorenzo.sapora@gmail.com
|
|
59
59
|
executables: []
|
|
@@ -89,6 +89,6 @@ rubyforge_project:
|
|
|
89
89
|
rubygems_version: 2.6.10
|
|
90
90
|
signing_key:
|
|
91
91
|
specification_version: 4
|
|
92
|
-
summary:
|
|
93
|
-
|
|
92
|
+
summary: Add {% youtube https://youtube.com/?v=12345678 %} to any page, or post. Check
|
|
93
|
+
README for more information, and installation instructions.
|
|
94
94
|
test_files: []
|