jekyll-html5-youtube 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ce45b9c62ca36b6583158fbd019afcd2ece4cbd
4
- data.tar.gz: 5829c09db9ad9d2400b5f278fec798c5234c2700
3
+ metadata.gz: 53afdd634a5c83b6841eac8002b937a5831cc0aa
4
+ data.tar.gz: e7fee8262043002e81a8b88660076e6d06a71dd8
5
5
  SHA512:
6
- metadata.gz: 3b2f0517f81a301a6fa3d6a8e566fa84497f2389718981aea2a368c20ef7c69472dec2b8a5b15fbbb4459bf956bc46437baefeb98c97210323b4fe00a8f433f2
7
- data.tar.gz: 016eb43dd278a972e875e3d67480d9d99a56ee04c13e94bb9d2a1fe2bd360d6e6c275e790bb5bb70620dcdd097c98ef2545eae4011ae40d1daeb4bfb3ed1e633
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{Jekyll plugin to generate html5 snippets for embedding YouTube videos, without iframes.}
14
- spec.description = %q{Add {% youtube https://youtube.com/?v=12345678 %} to any page, or post. Check README for more information, and installation instructions.}
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
 
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Youtube
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
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.2
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: Add {% youtube https://youtube.com/?v=12345678 %} to any page, or post.
56
- Check README for more information, and installation instructions.
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: Jekyll plugin to generate html5 snippets for embedding YouTube videos, without
93
- iframes.
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: []