youkuVideo 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 02fdb79ff104ad93eeb7118eb0a165c8539ee08e
4
- data.tar.gz: e01936a9ce021792800cfef98295736c23b75ad6
3
+ metadata.gz: 5463c4a9cb3cee7c5f1d43787e83cafba8809760
4
+ data.tar.gz: 6602593c617bd281399560627cd28ab64119c899
5
5
  SHA512:
6
- metadata.gz: 63fd1f268d7b8a908adfc893eb52b45d705d32f60eb42c4ae4f97b6dadcf1898096a39a5a62f4b8b547d39ef6a3066570779a450212d44828e8e49d9e5c40577
7
- data.tar.gz: 4332a54ef7b9331baa33c828ad135998d005d5b69563a325c97ddfc87bfce430bdda0163feb620e8f6bf2da5b65c100defeff10f988bf8f2b2a4de47812fc210
6
+ metadata.gz: 0d749f22720d762ae9799ee8640dd618ccc20f41a255d3afcc83d88628cb0be1023fba33eb98c312ab6be5352b6d92ea34aa972b58fa0b53640e3a026b20bf2d
7
+ data.tar.gz: e7de0ee5acf78e8fe9b6547c990c9828355f8feff72b9cae812c0dd8299ccf4b290671b29104b3b7f2a9b880cd7c1e41050a20146086df5cde9f8461471987d7
@@ -1,3 +1,3 @@
1
1
  module YoukuVideo
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/youkuVideo.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["GonJay"]
10
10
  spec.email = ["me@gonjay.com"]
11
11
  spec.summary = %q{解析出 YouKu 视频的 M3U8 播放地址}
12
- spec.description = %q{Write a longer description. Optional.}
12
+ spec.description = %q{通过网页或者 vid 解析出 YouKu 视频的 M3U8 播放地址}
13
13
  spec.homepage = "https://github.com/gonjay/YoukuVideo"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: youkuVideo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GonJay
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Write a longer description. Optional.
41
+ description: "通过网页或者 vid 解析出 YouKu 视频的 M3U8 播放地址"
42
42
  email:
43
43
  - me@gonjay.com
44
44
  executables: []