youtube_video 1.0 → 2.0
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 +8 -8
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDFmN2I5NGQ1N2E1ODljMDA5YjI3MzUxZmM5MTA5ZmM1MTdkOTFhMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
M2QwMjJmZDFmMGI0MDAyNTlkYjg2NTdmMjBkNjIxYzg4M2MzM2M5ZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTNmZWU4NWI1NjFlODRmNjFiZTc3MmZkMGI4ZmVjMGM1OTEyZTQ4Yjk5YjRj
|
|
10
|
+
ZTY3NjNkOTZjYmEyNWUyM2I0NjQxMDQxY2VkYzEzZTU0YmZiYmQ2ODRkOWE1
|
|
11
|
+
NzNkYWE3NGNjNzFiNWI3OTgzNjI4ODk1MzI1YzI3NzQyNTI4YTM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZDdiYjlmYjM3ZDQ2YWI4MzlkMTE5NjAwZmM5OTc4ZWFiMzdlZWIyYjFhZDQz
|
|
14
|
+
MDc1OTFhZTliOTljYzk2Y2JmODg5NDYwN2NmNjhhNWRjZDcyNmQxMjU2MTdh
|
|
15
|
+
Yjk5NjEzZjM5YTFkZGJlMjgyMWRiODI1MTFkZjRjZDA3MjlmMmU=
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: youtube_video
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '
|
|
4
|
+
version: '2.0'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kapil kumar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description:
|
|
41
|
+
description: Simple gem to play youtube videos in our site
|
|
42
42
|
email:
|
|
43
43
|
- kapil07517@gmail.com
|
|
44
44
|
executables: []
|
|
@@ -68,5 +68,5 @@ rubyforge_project:
|
|
|
68
68
|
rubygems_version: 2.4.3
|
|
69
69
|
signing_key:
|
|
70
70
|
specification_version: 4
|
|
71
|
-
summary:
|
|
71
|
+
summary: Simple gem to play youtube videos in our site
|
|
72
72
|
test_files: []
|